Shades of Gamboge #F0A014
Tints of Gamboge #F0A014
RGB
CMYK
RGB Variations
Color information
#F0A014 (or 0xF0A014) is known color: Gamboge. HEX triplet: F0, A0 and 14. RGB value is (240,160,20). Sum of RGB (Red+Green+Blue) = 240+160+20=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A014 is #0F5FEB. Grayscale: #A8A8A8. Windows color (decimal): -1007596 or 1351920. OLE color: 1351920.
HSL color Cylindrical-coordinate representation of color #F0A014: hue angle of 38.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0A014 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.06 |
| HSL | 38.18º | 0.88% | 0.51% | - |
| HSV(B) | 38.18º | 0.92% | 0.94% | - |
| XYZ | 48.63 | 43.72 | 6.54 | - |
| YUV | 167.96 | 44.5 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 20 | 0 | 0.33 | 0.92 | 0.06 | 38.18 | 0.88 | 0.51 |
| Hex | F0 | A0 | 14 | 0 | 21 | 5C | 6 | 26 | 58 | 33 |
| Octal | 360 | 240 | 24 | 0 | 41 | 134 | 6 | 46 | 130 | 63 |
| Binary | 11110000 | 10100000 | 10100 | 0 | 100001 | 1011100 | 110 | 100110 | 1011000 | 110011 |
Color Harmonies of #F0A014
Complementary color
Monochromatic Colors of #F0A014
Black with #F0A014
Text Example
Text Example
White with #F0A014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A014; }
p { color: rgb(240,160,20); }
H1.HeaderClassName
{
color: #F0A014;
}
.AnyTagClassName
{
color: #F0A014;
}
</style>
background-color css
<style>
a { background-color: #F0A014; }
a { background-color: rgb(240,160,20); }
div.DivClassName
{
background-color: #F0A014;
}
.BgClassName
{
background-color: #F0A014;
}
</style>
border-color css
<style>
span { border-color: #F0A014; }
span { border-color: rgb(240,160,20); }
td.TdClassName
{
border-color: #F0A014;
}
.TagClassName
{
border-color: #F0A014;
}
</style>