COLOR #F36425

HEX: #F36425
RGB: (243,100,37)

Color info

#F36425 contains mainly red color. Web safe color of #F36425 is #FF6633 (or #F63).

RGB color model

#F36425 color RGB value is (243,100,37).

  • red value is 243;
  • green value is 100;
  • blue value is 37.
RGB:
(243,100,37)
(95%,39%,15%)

RGB channels and saturation

R 243 of 255 = 95%
G 100 of 255 = 39%
B 37 of 255 = 15%

243
100
37

R + G + B ~ 50%. #F36425 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
243 + 100 + 37 = 380 (100%)
R 243 of 380 ~ 63.95%
G 100 of 380 ~ 26.32%
B 37 of 380 ~ 9.74%

%63.95
%26.32
%9.74

CMYK color model

#F36425 color CMYK value is (0,59,85,5).

  • cyan value is 0.00%
  • magenta value is 58.85%
  • yellow value is 84.77%
  • key color value is 4.71%
CMYK:
(0,59,85,5)
C0M59Y85K5 
(0%,59%,85%,5%)
(0.00/0.59/0.85/0.05)	

CMYK percentages

%0
%58.85
%84.77
%4.71

Codes

Color #F36425 in popluar color models

F36425
RGB24310037
HSL18°89.57%54.90%
HSB/HSV18°84.77%95.29%
CMYK0.00%58.85%84.77%
4.71%

Color #F36425 in popluar number systems.

HEXF36425
Decimal24310037
Binary111100111100100100101
Octal36314445

Shades and tints

Shades of #F36425

#F36425
(243,100,37)
#DD5B22
(221,91,34)
#C7521F
(199,82,31)
#B1491C
(177,73,28)
#9B4019
(155,64,25)
#853716
(133,55,22)
#6F2E13
(111,46,19)
#592510
(89,37,16)
#431C0D
(67,28,13)
#2D130A
(45,19,10)
#170A07
(23,10,7)
#000000
(0,0,0)

Tints of #F36425

#F36425
(243,100,37)
#F47238
(244,114,56)
#F5804B
(245,128,75)
#F68E5E
(246,142,94)
#F79C71
(247,156,113)
#F8AA84
(248,170,132)
#F9B897
(249,184,151)
#FAC6AA
(250,198,170)
#FBD4BD
(251,212,189)
#FCE2D0
(252,226,208)
#FDF0E3
(253,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F36425 color. Also use rgb(243,100,37) instead hex code.

Text Font Color

.myTextColor { color: #F36425; }

<p style="color:#F36425">This sample text font color is #F36425.</p>

This text font color is #F36425.


Background Color

.myBgColor { background-color: #F36425; }

<div style="background-color:#F36425">Inner text</div>

This div background color is #F36425.


Border color

.myBorderColor { border: 1px solid #F36425; }

<div style="border:3px solid #F36425">Div</div>

This div border color is #F36425.


Opacity

.myOpacity80 { color: #F36425; opacity: 0.8; }

<p style="color:#F36425;opacity:0.8;">80%</p>

Text with #F36425 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F36425;}

<p style="text-shadow: 3px 3px 1px #F36425">Text here.</p>

This text has shadow with #F36425 color.

.textShadow {text-shadow: 3px 3px 1px #F36425, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F36425, 5px 5px 20px red">Text here.</p>

This text has shadow with #F36425 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F36425, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F36425, Direction=45, Strength=4)">Text</p>

This text has shadow with #F36425 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F36425;
  -webkit-box-shadow:	1px 1px 3px 2px #F36425;
  box-shadow:		1px 1px 3px 2px #F36425;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F36425;
-webkit-box-shadow: 1px 1px 3px 2px #F36425;
box-shadow:1px 1px 3px 2px #F36425;">
Div content here</div>
This div box has shadow with color #F36425.

Preview

Color preview on black background

This text has color #F36425 on black background.


Color preview on white background

This text has color #F36425 on white background.



Black color preview on #F36425 background

This text has black color on #F36425 background.


White color preview on #F36425 background

This text has white color on #F36425 background.