Shades of Gamboge #F09D10
Tints of Gamboge #F09D10
RGB
CMYK
RGB Variations
Color information
#F09D10 (or 0xF09D10) is known color: Gamboge. HEX triplet: F0, 9D and 10. RGB value is (240,157,16). Sum of RGB (Red+Green+Blue) = 240+157+16=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D10 is #0F62EF. Grayscale: #A6A6A6. Windows color (decimal): -1008368 or 1089008. OLE color: 1089008.
HSL color Cylindrical-coordinate representation of color #F09D10: hue angle of 37.77º 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 #F09D10 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 16 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.06 |
| HSL | 37.77º | 0.88% | 0.5% | - |
| HSV(B) | 37.77º | 0.93% | 0.94% | - |
| XYZ | 48.09 | 42.68 | 6.19 | - |
| YUV | 165.74 | 43.5 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 16 | 0 | 0.35 | 0.93 | 0.06 | 37.77 | 0.88 | 0.5 |
| Hex | F0 | 9D | 10 | 0 | 23 | 5D | 6 | 26 | 58 | 32 |
| Octal | 360 | 235 | 20 | 0 | 43 | 135 | 6 | 46 | 130 | 62 |
| Binary | 11110000 | 10011101 | 10000 | 0 | 100011 | 1011101 | 110 | 100110 | 1011000 | 110010 |
Color Harmonies of #F09D10
Complementary color
Monochromatic Colors of #F09D10
Black with #F09D10
Text Example
Text Example
White with #F09D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D10; }
p { color: rgb(240,157,16); }
H1.HeaderClassName
{
color: #F09D10;
}
.AnyTagClassName
{
color: #F09D10;
}
</style>
background-color css
<style>
a { background-color: #F09D10; }
a { background-color: rgb(240,157,16); }
div.DivClassName
{
background-color: #F09D10;
}
.BgClassName
{
background-color: #F09D10;
}
</style>
border-color css
<style>
span { border-color: #F09D10; }
span { border-color: rgb(240,157,16); }
td.TdClassName
{
border-color: #F09D10;
}
.TagClassName
{
border-color: #F09D10;
}
</style>