COLOR #F08F2C

HEX: #F08F2C
RGB: (240,143,44)

Color info

#F08F2C contains mainly red color. Web safe color of #F08F2C is #FF9933 (or #F93).

RGB color model

#F08F2C color RGB value is (240,143,44).

  • red value is 240;
  • green value is 143;
  • blue value is 44.
RGB:
(240,143,44)
(94%,56%,17%)

RGB channels and saturation

R 240 of 255 = 94%
G 143 of 255 = 56%
B 44 of 255 = 17%

240
143
44

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

Portions of RGB colors in percentages

R + G + B =
240 + 143 + 44 = 427 (100%)
R 240 of 427 ~ 56.21%
G 143 of 427 ~ 33.49%
B 44 of 427 ~ 10.3%

%56.21
%33.49
%10.3

CMYK color model

#F08F2C color CMYK value is (0,40,82,6).

  • cyan value is 0.00%
  • magenta value is 40.42%
  • yellow value is 81.67%
  • key color value is 5.88%
CMYK:
(0,40,82,6)
C0M40Y82K6 
(0%,40%,82%,6%)
(0.00/0.40/0.82/0.06)	

CMYK percentages

%0
%40.42
%81.67
%5.88

Codes

Color #F08F2C in popluar color models

F08F2C
RGB24014344
HSL30°86.73%55.69%
HSB/HSV30°81.67%94.12%
CMYK0.00%40.42%81.67%
5.88%

Color #F08F2C in popluar number systems.

HEXF08F2C
Decimal24014344
Binary1111000010001111101100
Octal36021754

Shades and tints

Shades of #F08F2C

#F08F2C
(240,143,44)
#DB8228
(219,130,40)
#C67524
(198,117,36)
#B16820
(177,104,32)
#9C5B1C
(156,91,28)
#874E18
(135,78,24)
#724114
(114,65,20)
#5D3410
(93,52,16)
#48270C
(72,39,12)
#331A08
(51,26,8)
#1E0D04
(30,13,4)
#000000
(0,0,0)

Tints of #F08F2C

#F08F2C
(240,143,44)
#F1993F
(241,153,63)
#F2A352
(242,163,82)
#F3AD65
(243,173,101)
#F4B778
(244,183,120)
#F5C18B
(245,193,139)
#F6CB9E
(246,203,158)
#F7D5B1
(247,213,177)
#F8DFC4
(248,223,196)
#F9E9D7
(249,233,215)
#FAF3EA
(250,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08F2C color. Also use rgb(240,143,44) instead hex code.

Text Font Color

.myTextColor { color: #F08F2C; }

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

This text font color is #F08F2C.


Background Color

.myBgColor { background-color: #F08F2C; }

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

This div background color is #F08F2C.


Border color

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

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

This div border color is #F08F2C.


Opacity

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

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

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

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

This text has shadow with #F08F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08F2C on black background.


Color preview on white background

This text has color #F08F2C on white background.



Black color preview on #F08F2C background

This text has black color on #F08F2C background.


White color preview on #F08F2C background

This text has white color on #F08F2C background.