Shades of Gamboge #F09E16
Tints of Gamboge #F09E16
RGB
CMYK
RGB Variations
Color information
#F09E16 (or 0xF09E16) is known color: Gamboge. HEX triplet: F0, 9E and 16. RGB value is (240,158,22). Sum of RGB (Red+Green+Blue) = 240+158+22=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E16 is #0F61E9. Grayscale: #A7A7A7. Windows color (decimal): -1008106 or 1482480. OLE color: 1482480.
HSL color Cylindrical-coordinate representation of color #F09E16: hue angle of 37.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F09E16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.06 |
| HSL | 37.43º | 0.88% | 0.51% | - |
| HSV(B) | 37.43º | 0.91% | 0.94% | - |
| XYZ | 48.31 | 43.04 | 6.52 | - |
| YUV | 167.01 | 46.17 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 22 | 0 | 0.34 | 0.91 | 0.06 | 37.43 | 0.88 | 0.51 |
| Hex | F0 | 9E | 16 | 0 | 22 | 5B | 6 | 25 | 58 | 33 |
| Octal | 360 | 236 | 26 | 0 | 42 | 133 | 6 | 45 | 130 | 63 |
| Binary | 11110000 | 10011110 | 10110 | 0 | 100010 | 1011011 | 110 | 100101 | 1011000 | 110011 |
Color Harmonies of #F09E16
Complementary color
Monochromatic Colors of #F09E16
Black with #F09E16
Text Example
Text Example
White with #F09E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E16; }
p { color: rgb(240,158,22); }
H1.HeaderClassName
{
color: #F09E16;
}
.AnyTagClassName
{
color: #F09E16;
}
</style>
background-color css
<style>
a { background-color: #F09E16; }
a { background-color: rgb(240,158,22); }
div.DivClassName
{
background-color: #F09E16;
}
.BgClassName
{
background-color: #F09E16;
}
</style>
border-color css
<style>
span { border-color: #F09E16; }
span { border-color: rgb(240,158,22); }
td.TdClassName
{
border-color: #F09E16;
}
.TagClassName
{
border-color: #F09E16;
}
</style>