Shades of Gamboge #F0990E
Tints of Gamboge #F0990E
RGB
CMYK
RGB Variations
Color information
#F0990E (or 0xF0990E) is known color: Gamboge. HEX triplet: F0, 99 and 0E. RGB value is (240,153,14). Sum of RGB (Red+Green+Blue) = 240+153+14=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0990E is #0F66F1. Grayscale: #A3A3A3. Windows color (decimal): -1009394 or 956912. OLE color: 956912.
HSL color Cylindrical-coordinate representation of color #F0990E: hue angle of 36.9º 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 #F0990E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.06 |
| HSL | 36.9º | 0.89% | 0.5% | - |
| HSV(B) | 36.9º | 0.94% | 0.94% | - |
| XYZ | 47.41 | 41.34 | 5.9 | - |
| YUV | 163.17 | 43.82 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 14 | 0 | 0.36 | 0.94 | 0.06 | 36.9 | 0.89 | 0.5 |
| Hex | F0 | 99 | E | 0 | 24 | 5E | 6 | 25 | 59 | 32 |
| Octal | 360 | 231 | 16 | 0 | 44 | 136 | 6 | 45 | 131 | 62 |
| Binary | 11110000 | 10011001 | 1110 | 0 | 100100 | 1011110 | 110 | 100101 | 1011001 | 110010 |
Color Harmonies of #F0990E
Complementary color
Monochromatic Colors of #F0990E
Black with #F0990E
Text Example
Text Example
White with #F0990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0990E; }
p { color: rgb(240,153,14); }
H1.HeaderClassName
{
color: #F0990E;
}
.AnyTagClassName
{
color: #F0990E;
}
</style>
background-color css
<style>
a { background-color: #F0990E; }
a { background-color: rgb(240,153,14); }
div.DivClassName
{
background-color: #F0990E;
}
.BgClassName
{
background-color: #F0990E;
}
</style>
border-color css
<style>
span { border-color: #F0990E; }
span { border-color: rgb(240,153,14); }
td.TdClassName
{
border-color: #F0990E;
}
.TagClassName
{
border-color: #F0990E;
}
</style>