Shades of Gamboge #F0990D
Tints of Gamboge #F0990D
RGB
CMYK
RGB Variations
Color information
#F0990D (or 0xF0990D) is known color: Gamboge. HEX triplet: F0, 99 and 0D. RGB value is (240,153,13). Sum of RGB (Red+Green+Blue) = 240+153+13=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0990D is #0F66F2. Grayscale: #A3A3A3. Windows color (decimal): -1009395 or 891376. OLE color: 891376.
HSL color Cylindrical-coordinate representation of color #F0990D: hue angle of 37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0990D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 13 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.06 |
| HSL | 37º | 0.9% | 0.5% | - |
| HSV(B) | 37º | 0.95% | 0.94% | - |
| XYZ | 47.4 | 41.34 | 5.86 | - |
| YUV | 163.05 | 43.32 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 13 | 0 | 0.36 | 0.95 | 0.06 | 37 | 0.9 | 0.5 |
| Hex | F0 | 99 | D | 0 | 24 | 5F | 6 | 25 | 5A | 32 |
| Octal | 360 | 231 | 15 | 0 | 44 | 137 | 6 | 45 | 132 | 62 |
| Binary | 11110000 | 10011001 | 1101 | 0 | 100100 | 1011111 | 110 | 100101 | 1011010 | 110010 |
Color Harmonies of #F0990D
Complementary color
Monochromatic Colors of #F0990D
Black with #F0990D
Text Example
Text Example
White with #F0990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0990D; }
p { color: rgb(240,153,13); }
H1.HeaderClassName
{
color: #F0990D;
}
.AnyTagClassName
{
color: #F0990D;
}
</style>
background-color css
<style>
a { background-color: #F0990D; }
a { background-color: rgb(240,153,13); }
div.DivClassName
{
background-color: #F0990D;
}
.BgClassName
{
background-color: #F0990D;
}
</style>
border-color css
<style>
span { border-color: #F0990D; }
span { border-color: rgb(240,153,13); }
td.TdClassName
{
border-color: #F0990D;
}
.TagClassName
{
border-color: #F0990D;
}
</style>