Shades of Gamboge #F09E18
Tints of Gamboge #F09E18
RGB
CMYK
RGB Variations
Color information
#F09E18 (or 0xF09E18) is known color: Gamboge. HEX triplet: F0, 9E and 18. RGB value is (240,158,24). Sum of RGB (Red+Green+Blue) = 240+158+24=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E18 is #0F61E7. Grayscale: #A7A7A7. Windows color (decimal): -1008104 or 1613552. OLE color: 1613552.
HSL color Cylindrical-coordinate representation of color #F09E18: hue angle of 37.22º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09E18 is Cyan = 0, Magento = 0.34, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 24 | - |
| CMYK | 0 | 0.34 | 0.9 | 0.06 |
| HSL | 37.22º | 0.88% | 0.52% | - |
| HSV(B) | 37.22º | 0.9% | 0.94% | - |
| XYZ | 48.33 | 43.04 | 6.63 | - |
| YUV | 167.24 | 47.17 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 24 | 0 | 0.34 | 0.9 | 0.06 | 37.22 | 0.88 | 0.52 |
| Hex | F0 | 9E | 18 | 0 | 22 | 5A | 6 | 25 | 58 | 34 |
| Octal | 360 | 236 | 30 | 0 | 42 | 132 | 6 | 45 | 130 | 64 |
| Binary | 11110000 | 10011110 | 11000 | 0 | 100010 | 1011010 | 110 | 100101 | 1011000 | 110100 |
Color Harmonies of #F09E18
Complementary color
Monochromatic Colors of #F09E18
Black with #F09E18
Text Example
Text Example
White with #F09E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E18; }
p { color: rgb(240,158,24); }
H1.HeaderClassName
{
color: #F09E18;
}
.AnyTagClassName
{
color: #F09E18;
}
</style>
background-color css
<style>
a { background-color: #F09E18; }
a { background-color: rgb(240,158,24); }
div.DivClassName
{
background-color: #F09E18;
}
.BgClassName
{
background-color: #F09E18;
}
</style>
border-color css
<style>
span { border-color: #F09E18; }
span { border-color: rgb(240,158,24); }
td.TdClassName
{
border-color: #F09E18;
}
.TagClassName
{
border-color: #F09E18;
}
</style>