#F0A21E

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

Shades of Carrot Orange #F0A21E

Tints of Carrot Orange #F0A21E

Color information

#F0A21E (or 0xF0A21E) is unknown color: approx Carrot Orange. HEX triplet: F0, A2 and 1E. RGB value is (240,162,30). Sum of RGB (Red+Green+Blue) = 240+162+30=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A21E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A21E is #0F5DE1. Grayscale: #AAAAAA. Windows color (decimal): -1007074 or 2007792. OLE color: 2007792.

HSL color Cylindrical-coordinate representation of color #F0A21E: hue angle of 37.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 #F0A21E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24016230-
CMYK00.320.870.06
HSL37.71º87.5%52.94%-
HSV(B)37.71º87.5%94.12%-
XYZ49.0944.467.22-
YUV170.2748.84177.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.56%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 30 (12.11% from 255) = 6.94%
R=55.56%
G=37.5%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401623000.320.870.0637.7187.552.94
HexF0A21E020576265835
Octal3602423604012764613065
Binary111100001010001011110010000010101111101001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A21E; }

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

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

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

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

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

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

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

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