Shades of Gamboge #F0A210
Tints of Gamboge #F0A210
RGB
CMYK
RGB Variations
Color information
#F0A210 (or 0xF0A210) is known color: Gamboge. HEX triplet: F0, A2 and 10. RGB value is (240,162,16). Sum of RGB (Red+Green+Blue) = 240+162+16=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A210 is #0F5DEF. Grayscale: #A9A9A9. Windows color (decimal): -1007088 or 1090288. OLE color: 1090288.
HSL color Cylindrical-coordinate representation of color #F0A210: hue angle of 39.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0A210 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.06 |
| HSL | 39.11º | 0.88% | 0.5% | - |
| HSV(B) | 39.11º | 0.93% | 0.94% | - |
| XYZ | 48.95 | 44.4 | 6.48 | - |
| YUV | 168.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 16 | 0 | 0.32 | 0.93 | 0.06 | 39.11 | 0.88 | 0.5 |
| Hex | F0 | A2 | 10 | 0 | 20 | 5D | 6 | 27 | 58 | 32 |
| Octal | 360 | 242 | 20 | 0 | 40 | 135 | 6 | 47 | 130 | 62 |
| Binary | 11110000 | 10100010 | 10000 | 0 | 100000 | 1011101 | 110 | 100111 | 1011000 | 110010 |
Color Harmonies of #F0A210
Complementary color
Monochromatic Colors of #F0A210
Black with #F0A210
Text Example
Text Example
White with #F0A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A210; }
p { color: rgb(240,162,16); }
H1.HeaderClassName
{
color: #F0A210;
}
.AnyTagClassName
{
color: #F0A210;
}
</style>
background-color css
<style>
a { background-color: #F0A210; }
a { background-color: rgb(240,162,16); }
div.DivClassName
{
background-color: #F0A210;
}
.BgClassName
{
background-color: #F0A210;
}
</style>
border-color css
<style>
span { border-color: #F0A210; }
span { border-color: rgb(240,162,16); }
td.TdClassName
{
border-color: #F0A210;
}
.TagClassName
{
border-color: #F0A210;
}
</style>