#F09B18

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

Shades of Carrot Orange #F09B18

Tints of Carrot Orange #F09B18

Color information

#F09B18 (or 0xF09B18) is unknown color: approx Carrot Orange. HEX triplet: F0, 9B and 18. RGB value is (240,155,24). Sum of RGB (Red+Green+Blue) = 240+155+24=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09B18 is #0F64E7. Grayscale: #A6A6A6. Windows color (decimal): -1008872 or 1612784. OLE color: 1612784.

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

Color convert

RGB24015524-
CMYK00.350.90.06
HSL36.39º87.8%51.76%-
HSV(B)36.39º90%94.12%-
XYZ47.8242.036.46-
YUV165.4848.16181.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 24 (9.77% from 255) = 5.73%
R=57.28%
G=36.99%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.9
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401552400.350.90.0636.3987.851.76
HexF09B180235A6245834
Octal3602333004313264413064
Binary111100001001101111000010001110110101101001001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09B18; }

 p { color: rgb(240,155,24); }

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

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

 a { background-color: rgb(240,155,24); }

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

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

 span { border-color: rgb(240,155,24); }

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