#F08D10

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

Shades of Carrot Orange #F08D10

Tints of Carrot Orange #F08D10

Color information

#F08D10 (or 0xF08D10) is unknown color: approx Carrot Orange. HEX triplet: F0, 8D and 10. RGB value is (240,141,16). Sum of RGB (Red+Green+Blue) = 240+141+16=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08D10 is #0F72EF. Grayscale: #9C9C9C. Windows color (decimal): -1012464 or 1084912. OLE color: 1084912.

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

Color convert

RGB24014116-
CMYK00.410.930.06
HSL33.48º88.19%50.2%-
HSV(B)33.48º93.33%94.12%-
XYZ45.5537.615.35-
YUV156.3548.8187.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.45%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 16 (6.64% from 255) = 4.03%
R=60.45%
G=35.52%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401411600.410.930.0633.4888.1950.2
HexF08D100295D6215832
Octal3602152005113564113062
Binary111100001000110110000010100110111011101000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08D10; }

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

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

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

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

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

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

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

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