#F0A420

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

Shades of Carrot Orange #F0A420

Tints of Carrot Orange #F0A420

Color information

#F0A420 (or 0xF0A420) is unknown color: approx Carrot Orange. HEX triplet: F0, A4 and 20. RGB value is (240,164,32). Sum of RGB (Red+Green+Blue) = 240+164+32=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A420 is #0F5BDF. Grayscale: #ACACAC. Windows color (decimal): -1006560 or 2139376. OLE color: 2139376.

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

Color convert

RGB24016432-
CMYK00.320.870.06
HSL38.08º87.39%53.33%-
HSV(B)38.08º86.67%94.12%-
XYZ49.4745.187.48-
YUV171.6849.18176.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.05%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 32 (12.89% from 255) = 7.34%
R=55.05%
G=37.61%
B=7.34%

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
Decimal2401643200.320.870.0638.0887.3953.33
HexF0A420020576265735
Octal3602444004012764612765
Binary1111000010100100100000010000010101111101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A420; }

 p { color: rgb(240,164,32); }

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

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

 a { background-color: rgb(240,164,32); }

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

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

 span { border-color: rgb(240,164,32); }

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