COLOR #F0905F

HEX: #F0905F RGB: (240,144,95)

Color info

#F0905F contains mainly red color. Web safe color of #F0905F is #FF9966 (or #F96).

RGB color model

#F0905F color RGB value is (240,144,95).

RGB: (240,144,95) (94%, 56%, 37%)

RGB channels and saturation

R 240 of 255 = 94%
G 144 of 255 = 56%
B 95 of 255 = 37%

240
144
95

R + G + B ~ 62%. #F0905F is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 144 + 95 = 479 (100%)
R 240 of 479 ~ 50.1%
G 144 of 479 ~ 30.06%
B 95 of 479 ~ 19.83'%

%50.1
%30.06
%19.83

CMYK color model

#F0905F color CMYK value is (0,40,60,6).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 60.42%
  • key color value is 5.88%

CMYK: (0,40,60,6)
C0M40Y60K6 (0%, 40%, 60%, 6%)
(0.00 / 0.40 / 0.60 / 0.06)

CMYK percentages

%0
%40
%60.42
%5.88

Codes

Color #F0905F in popluar color models

F0 90 5F
RGB 240 144 95
HSL 20° 82.86% 65.69%
HSB/HSV 20° 60.42% 94.12%
CMYK 0.00% 40.00% 60.42%
5.88%

Color #F0905F in popluar number systems.

HEX F0 90 5F
Decimal 240 144 95
Binary 11110000 10010000 1011111
Octal 360 220 137

Shades and tints

Shades of #F0905F

#F0905F
(240,144,95)
#DB8357
(219,131,87)
#C6764F
(198,118,79)
#B16947
(177,105,71)
#9C5C3F
(156,92,63)
#874F37
(135,79,55)
#72422F
(114,66,47)
#5D3527
(93,53,39)
#48281F
(72,40,31)
#331B17
(51,27,23)
#1E0E0F
(30,14,15)
#000000
(0,0,0)

Tints of #F0905F

#F0905F
(240,144,95)
#F19A6D
(241,154,109)
#F2A47B
(242,164,123)
#F3AE89
(243,174,137)
#F4B897
(244,184,151)
#F5C2A5
(245,194,165)
#F6CCB3
(246,204,179)
#F7D6C1
(247,214,193)
#F8E0CF
(248,224,207)
#F9EADD
(249,234,221)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0905F color. Also use rgb(240,144,95) instead hex code.

Text Font Color

.myTextColor { color: #F0905F; }

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

This text font color is #F0905F.

Background Color

.myBgColor { background-color: #F0905F; }

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

This div background color is #F0905F.

Border color

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

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

This div border color is #F0905F.

Opacity

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

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

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

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

This text has shadow with #F0905F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0905F.

Preview

Color preview on black background

This text has color #F0905F on black background.


Color preview on white background

This text has color #F0905F on white background.


Black color preview on #F0905F background

This text has black color on #F0905F background.


White color preview on #F0905F background

This text has white color on #F0905F background.


Related colors

Complementary color

Complementary color for #hex is #0F6FA0.


I love getcolorcode.com

Triadic colors

1 #5FF090 and #905FF0 with #F0905F are triadic colors.

2 #5F90F0 and #90F05F with #F0905F are triadic colors.