#F08D1E

Color #F08D1E Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F08D1E

Tints of Carrot Orange #F08D1E

Color information

#F08D1E (or 0xF08D1E) is unknown color: approx Carrot Orange. HEX triplet: F0, 8D and 1E. RGB value is (240,141,30). Sum of RGB (Red+Green+Blue) = 240+141+30=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D1E is #0F72E1. Grayscale: #9E9E9E. Windows color (decimal): -1012450 or 2002416. OLE color: 2002416.

HSL color Cylindrical-coordinate representation of color #F08D1E: hue angle of 31.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F08D1E is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24014130-
CMYK00.410.870.06
HSL31.71º87.5%52.94%-
HSV(B)31.71º87.5%94.12%-
XYZ45.6937.676.09-
YUV157.9555.8186.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 58.39%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 30 (12.11% from 255) = 7.30%
R=58.39%
G=34.31%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401413000.410.870.0631.7187.552.94
HexF08D1E029576205835
Octal3602153605112764013065
Binary111100001000110111110010100110101111101000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D1E; }

 p { color: rgb(240,141,30); }

 H1.HeaderClassName
 {
   color: #F08D1E;
 }
 .AnyTagClassName
 {
   color: #F08D1E;
 }
</style>
background-color css

<style>
 a { background-color: #F08D1E; }

 a { background-color: rgb(240,141,30); }

 div.DivClassName
 {
   background-color: #F08D1E;
 }
 .BgClassName
 {
   background-color: #F08D1E;
 }
</style>
border-color css

<style>
 span { border-color: #F08D1E; }

 span { border-color: rgb(240,141,30); }

 td.TdClassName
 {
   border-color: #F08D1E;
 }
 .TagClassName
 {
   border-color: #F08D1E;
 }
</style>