Shades of Gamboge #F0A412
Tints of Gamboge #F0A412
RGB
CMYK
RGB Variations
Color information
#F0A412 (or 0xF0A412) is known color: Gamboge. HEX triplet: F0, A4 and 12. RGB value is (240,164,18). Sum of RGB (Red+Green+Blue) = 240+164+18=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A412 is #0F5BED. Grayscale: #AAAAAA. Windows color (decimal): -1006574 or 1221872. OLE color: 1221872.
HSL color Cylindrical-coordinate representation of color #F0A412: hue angle of 39.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0A412 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.06 |
| HSL | 39.46º | 0.88% | 0.51% | - |
| HSV(B) | 39.46º | 0.93% | 0.94% | - |
| XYZ | 49.32 | 45.12 | 6.68 | - |
| YUV | 170.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 18 | 0 | 0.32 | 0.92 | 0.06 | 39.46 | 0.88 | 0.51 |
| Hex | F0 | A4 | 12 | 0 | 20 | 5C | 6 | 27 | 58 | 33 |
| Octal | 360 | 244 | 22 | 0 | 40 | 134 | 6 | 47 | 130 | 63 |
| Binary | 11110000 | 10100100 | 10010 | 0 | 100000 | 1011100 | 110 | 100111 | 1011000 | 110011 |
Color Harmonies of #F0A412
Complementary color
Monochromatic Colors of #F0A412
Black with #F0A412
Text Example
Text Example
White with #F0A412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A412; }
p { color: rgb(240,164,18); }
H1.HeaderClassName
{
color: #F0A412;
}
.AnyTagClassName
{
color: #F0A412;
}
</style>
background-color css
<style>
a { background-color: #F0A412; }
a { background-color: rgb(240,164,18); }
div.DivClassName
{
background-color: #F0A412;
}
.BgClassName
{
background-color: #F0A412;
}
</style>
border-color css
<style>
span { border-color: #F0A412; }
span { border-color: rgb(240,164,18); }
td.TdClassName
{
border-color: #F0A412;
}
.TagClassName
{
border-color: #F0A412;
}
</style>