Shades of Gamboge #F09E10
Tints of Gamboge #F09E10
RGB
CMYK
RGB Variations
Color information
#F09E10 (or 0xF09E10) is known color: Gamboge. HEX triplet: F0, 9E and 10. RGB value is (240,158,16). Sum of RGB (Red+Green+Blue) = 240+158+16=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09E10 is #0F61EF. Grayscale: #A6A6A6. Windows color (decimal): -1008112 or 1089264. OLE color: 1089264.
HSL color Cylindrical-coordinate representation of color #F09E10: hue angle of 38.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F09E10 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.06 |
| HSL | 38.04º | 0.88% | 0.5% | - |
| HSV(B) | 38.04º | 0.93% | 0.94% | - |
| XYZ | 48.26 | 43.02 | 6.25 | - |
| YUV | 166.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 16 | 0 | 0.34 | 0.93 | 0.06 | 38.04 | 0.88 | 0.5 |
| Hex | F0 | 9E | 10 | 0 | 22 | 5D | 6 | 26 | 58 | 32 |
| Octal | 360 | 236 | 20 | 0 | 42 | 135 | 6 | 46 | 130 | 62 |
| Binary | 11110000 | 10011110 | 10000 | 0 | 100010 | 1011101 | 110 | 100110 | 1011000 | 110010 |
Color Harmonies of #F09E10
Complementary color
Monochromatic Colors of #F09E10
Black with #F09E10
Text Example
Text Example
White with #F09E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E10; }
p { color: rgb(240,158,16); }
H1.HeaderClassName
{
color: #F09E10;
}
.AnyTagClassName
{
color: #F09E10;
}
</style>
background-color css
<style>
a { background-color: #F09E10; }
a { background-color: rgb(240,158,16); }
div.DivClassName
{
background-color: #F09E10;
}
.BgClassName
{
background-color: #F09E10;
}
</style>
border-color css
<style>
span { border-color: #F09E10; }
span { border-color: rgb(240,158,16); }
td.TdClassName
{
border-color: #F09E10;
}
.TagClassName
{
border-color: #F09E10;
}
</style>