#F0A009

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

Shades of Gamboge #F0A009

Tints of Gamboge #F0A009

Color information

#F0A009 (or 0xF0A009) is unknown color: approx Gamboge. HEX triplet: F0, A0 and 09. RGB value is (240,160,9). Sum of RGB (Red+Green+Blue) = 240+160+9=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A009 is #0F5FF6. Grayscale: #A7A7A7. Windows color (decimal): -1007607 or 631024. OLE color: 631024.

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

Color convert

RGB2401609-
CMYK00.330.960.06
HSL39.22º92.77%48.82%-
HSV(B)39.22º96.25%94.12%-
XYZ48.5643.696.13-
YUV166.7139180.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.68%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 9 (3.91% from 255) = 2.20%
R=58.68%
G=39.12%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240160900.330.960.0639.2292.7748.82
HexF0A09021606275d31
Octal3602401104114064713561
Binary11110000101000001001010000111000001101001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A009; }

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

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

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

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

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

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

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

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