COLOR #F9435F

HEX: #F9435F
RGB: (249,67,95)

Color info

#F9435F contains mainly red color. Web safe color of #F9435F is #FF3366 (or #F36).

RGB color model

#F9435F color RGB value is (249,67,95).

  • red value is 249;
  • green value is 67;
  • blue value is 95.
RGB:
(249,67,95)
(98%,26%,37%)

RGB channels and saturation

R 249 of 255 = 98%
G 67 of 255 = 26%
B 95 of 255 = 37%

249
67
95

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

Portions of RGB colors in percentages

R + G + B =
249 + 67 + 95 = 411 (100%)
R 249 of 411 ~ 60.58%
G 67 of 411 ~ 16.3%
B 95 of 411 ~ 23.11%

%60.58
%16.3
%23.11

CMYK color model

#F9435F color CMYK value is (0,73,62,2).

  • cyan value is 0.00%
  • magenta value is 73.09%
  • yellow value is 61.85%
  • key color value is 2.35%
CMYK:
(0,73,62,2)
C0M73Y62K2 
(0%,73%,62%,2%)
(0.00/0.73/0.62/0.02)	

CMYK percentages

%0
%73.09
%61.85
%2.35

Codes

Color #F9435F in popluar color models

F9435F
RGB2496795
HSL351°93.81%61.96%
HSB/HSV351°73.09%97.65%
CMYK0.00%73.09%61.85%
2.35%

Color #F9435F in popluar number systems.

HEXF9435F
Decimal2496795
Binary1111100110000111011111
Octal371103137

Shades and tints

Shades of #F9435F

#F9435F
(249,67,95)
#E33D57
(227,61,87)
#CD374F
(205,55,79)
#B73147
(183,49,71)
#A12B3F
(161,43,63)
#8B2537
(139,37,55)
#751F2F
(117,31,47)
#5F1927
(95,25,39)
#49131F
(73,19,31)
#330D17
(51,13,23)
#1D070F
(29,7,15)
#000000
(0,0,0)

Tints of #F9435F

#F9435F
(249,67,95)
#F9546D
(249,84,109)
#F9657B
(249,101,123)
#F97689
(249,118,137)
#F98797
(249,135,151)
#F998A5
(249,152,165)
#F9A9B3
(249,169,179)
#F9BAC1
(249,186,193)
#F9CBCF
(249,203,207)
#F9DCDD
(249,220,221)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9435F color. Also use rgb(249,67,95) instead hex code.

Text Font Color

.myTextColor { color: #F9435F; }

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

This text font color is #F9435F.


Background Color

.myBgColor { background-color: #F9435F; }

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

This div background color is #F9435F.


Border color

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

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

This div border color is #F9435F.


Opacity

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

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

Text with #F9435F 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 #F9435F;}

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

This text has shadow with #F9435F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9435F on black background.


Color preview on white background

This text has color #F9435F on white background.



Black color preview on #F9435F background

This text has black color on #F9435F background.


White color preview on #F9435F background

This text has white color on #F9435F background.