#F09011

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

Shades of Carrot Orange #F09011

Tints of Carrot Orange #F09011

Color information

#F09011 (or 0xF09011) is unknown color: approx Carrot Orange. HEX triplet: F0, 90 and 11. RGB value is (240,144,17). Sum of RGB (Red+Green+Blue) = 240+144+17=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F09011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09011 is #0F6FEE. Grayscale: #9E9E9E. Windows color (decimal): -1011695 or 1151216. OLE color: 1151216.

HSL color Cylindrical-coordinate representation of color #F09011: hue angle of 34.17º 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 #F09011 is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB24014417-
CMYK00.40.930.06
HSL34.17º88.14%50.39%-
HSV(B)34.17º92.92%94.12%-
XYZ46.0138.515.54-
YUV158.2348.3186.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=59.85%
G=35.91%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401441700.40.930.0634.1788.1450.39
HexF090110285D6225832
Octal3602202105013564213062
Binary111100001001000010001010100010111011101000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09011; }

 p { color: rgb(240,144,17); }

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

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

 a { background-color: rgb(240,144,17); }

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

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

 span { border-color: rgb(240,144,17); }

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