Shades of Gamboge #F0A30E
Tints of Gamboge #F0A30E
RGB
CMYK
RGB Variations
Color information
#F0A30E (or 0xF0A30E) is known color: Gamboge. HEX triplet: F0, A3 and 0E. RGB value is (240,163,14). Sum of RGB (Red+Green+Blue) = 240+163+14=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30E is #0F5CF1. Grayscale: #A9A9A9. Windows color (decimal): -1006834 or 959472. OLE color: 959472.
HSL color Cylindrical-coordinate representation of color #F0A30E: hue angle of 39.56º 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 #F0A30E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.06 |
| HSL | 39.56º | 0.89% | 0.5% | - |
| HSV(B) | 39.56º | 0.94% | 0.94% | - |
| XYZ | 49.11 | 44.75 | 6.46 | - |
| YUV | 169.04 | 40.51 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 14 | 0 | 0.32 | 0.94 | 0.06 | 39.56 | 0.89 | 0.5 |
| Hex | F0 | A3 | E | 0 | 20 | 5E | 6 | 28 | 59 | 32 |
| Octal | 360 | 243 | 16 | 0 | 40 | 136 | 6 | 50 | 131 | 62 |
| Binary | 11110000 | 10100011 | 1110 | 0 | 100000 | 1011110 | 110 | 101000 | 1011001 | 110010 |
Color Harmonies of #F0A30E
Complementary color
Monochromatic Colors of #F0A30E
Black with #F0A30E
Text Example
Text Example
White with #F0A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A30E; }
p { color: rgb(240,163,14); }
H1.HeaderClassName
{
color: #F0A30E;
}
.AnyTagClassName
{
color: #F0A30E;
}
</style>
background-color css
<style>
a { background-color: #F0A30E; }
a { background-color: rgb(240,163,14); }
div.DivClassName
{
background-color: #F0A30E;
}
.BgClassName
{
background-color: #F0A30E;
}
</style>
border-color css
<style>
span { border-color: #F0A30E; }
span { border-color: rgb(240,163,14); }
td.TdClassName
{
border-color: #F0A30E;
}
.TagClassName
{
border-color: #F0A30E;
}
</style>