Shades of Gamboge #F0A20E
Tints of Gamboge #F0A20E
RGB
CMYK
RGB Variations
Color information
#F0A20E (or 0xF0A20E) is known color: Gamboge. HEX triplet: F0, A2 and 0E. RGB value is (240,162,14). Sum of RGB (Red+Green+Blue) = 240+162+14=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A20E is #0F5DF1. Grayscale: #A9A9A9. Windows color (decimal): -1007090 or 959216. OLE color: 959216.
HSL color Cylindrical-coordinate representation of color #F0A20E: hue angle of 39.29º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0A20E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.06 |
| HSL | 39.29º | 0.89% | 0.5% | - |
| HSV(B) | 39.29º | 0.94% | 0.94% | - |
| XYZ | 48.93 | 44.4 | 6.41 | - |
| YUV | 168.45 | 40.84 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 14 | 0 | 0.32 | 0.94 | 0.06 | 39.29 | 0.89 | 0.5 |
| Hex | F0 | A2 | E | 0 | 20 | 5E | 6 | 27 | 59 | 32 |
| Octal | 360 | 242 | 16 | 0 | 40 | 136 | 6 | 47 | 131 | 62 |
| Binary | 11110000 | 10100010 | 1110 | 0 | 100000 | 1011110 | 110 | 100111 | 1011001 | 110010 |
Color Harmonies of #F0A20E
Complementary color
Monochromatic Colors of #F0A20E
Black with #F0A20E
Text Example
Text Example
White with #F0A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A20E; }
p { color: rgb(240,162,14); }
H1.HeaderClassName
{
color: #F0A20E;
}
.AnyTagClassName
{
color: #F0A20E;
}
</style>
background-color css
<style>
a { background-color: #F0A20E; }
a { background-color: rgb(240,162,14); }
div.DivClassName
{
background-color: #F0A20E;
}
.BgClassName
{
background-color: #F0A20E;
}
</style>
border-color css
<style>
span { border-color: #F0A20E; }
span { border-color: rgb(240,162,14); }
td.TdClassName
{
border-color: #F0A20E;
}
.TagClassName
{
border-color: #F0A20E;
}
</style>