#F0A109

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

Shades of Gamboge #F0A109

Tints of Gamboge #F0A109

Color information

#F0A109 (or 0xF0A109) is unknown color: approx Gamboge. HEX triplet: F0, A1 and 09. RGB value is (240,161,9). Sum of RGB (Red+Green+Blue) = 240+161+9=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A109 is #0F5EF6. Grayscale: #A7A7A7. Windows color (decimal): -1007351 or 631280. OLE color: 631280.

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

Color convert

RGB2401619-
CMYK00.330.960.06
HSL39.48º92.77%48.82%-
HSV(B)39.48º96.25%94.12%-
XYZ48.7344.036.19-
YUV167.2938.67179.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.54%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 9 (3.91% from 255) = 2.20%
R=58.54%
G=39.27%
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
Decimal240161900.330.960.0639.4892.7748.82
HexF0A19021606275d31
Octal3602411104114064713561
Binary11110000101000011001010000111000001101001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A109; }

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

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

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

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

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

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

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

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