Shades of Gamboge #F09510
Tints of Gamboge #F09510
RGB
CMYK
RGB Variations
Color information
#F09510 (or 0xF09510) is known color: Gamboge. HEX triplet: F0, 95 and 10. RGB value is (240,149,16). Sum of RGB (Red+Green+Blue) = 240+149+16=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09510 is #0F6AEF. Grayscale: #A1A1A1. Windows color (decimal): -1010416 or 1086960. OLE color: 1086960.
HSL color Cylindrical-coordinate representation of color #F09510: hue angle of 35.62º 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 #F09510 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.06 |
| HSL | 35.63º | 0.88% | 0.5% | - |
| HSV(B) | 35.63º | 0.93% | 0.94% | - |
| XYZ | 46.78 | 40.06 | 5.76 | - |
| YUV | 161.05 | 46.15 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 16 | 0 | 0.38 | 0.93 | 0.06 | 35.63 | 0.88 | 0.5 |
| Hex | F0 | 95 | 10 | 0 | 26 | 5D | 6 | 24 | 58 | 32 |
| Octal | 360 | 225 | 20 | 0 | 46 | 135 | 6 | 44 | 130 | 62 |
| Binary | 11110000 | 10010101 | 10000 | 0 | 100110 | 1011101 | 110 | 100100 | 1011000 | 110010 |
Color Harmonies of #F09510
Complementary color
Monochromatic Colors of #F09510
Black with #F09510
Text Example
Text Example
White with #F09510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09510; }
p { color: rgb(240,149,16); }
H1.HeaderClassName
{
color: #F09510;
}
.AnyTagClassName
{
color: #F09510;
}
</style>
background-color css
<style>
a { background-color: #F09510; }
a { background-color: rgb(240,149,16); }
div.DivClassName
{
background-color: #F09510;
}
.BgClassName
{
background-color: #F09510;
}
</style>
border-color css
<style>
span { border-color: #F09510; }
span { border-color: rgb(240,149,16); }
td.TdClassName
{
border-color: #F09510;
}
.TagClassName
{
border-color: #F09510;
}
</style>