#F0A209

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

Shades of Gamboge #F0A209

Tints of Gamboge #F0A209

Color information

#F0A209 (or 0xF0A209) is unknown color: approx Gamboge. HEX triplet: F0, A2 and 09. RGB value is (240,162,9). Sum of RGB (Red+Green+Blue) = 240+162+9=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A209 is #0F5DF6. Grayscale: #A8A8A8. Windows color (decimal): -1007095 or 631536. OLE color: 631536.

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

Color convert

RGB2401629-
CMYK00.320.960.06
HSL39.74º92.77%48.82%-
HSV(B)39.74º96.25%94.12%-
XYZ48.944.396.25-
YUV167.8838.34179.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.39%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 9 (3.91% from 255) = 2.19%
R=58.39%
G=39.42%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240162900.320.960.0639.7492.7748.82
HexF0A29020606285d31
Octal3602421104014065013561
Binary11110000101000101001010000011000001101010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A209; }

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

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

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

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

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

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

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

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