Shades of Gamboge #F09B10
Tints of Gamboge #F09B10
RGB
CMYK
RGB Variations
Color information
#F09B10 (or 0xF09B10) is known color: Gamboge. HEX triplet: F0, 9B and 10. RGB value is (240,155,16). Sum of RGB (Red+Green+Blue) = 240+155+16=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09B10 is #0F64EF. Grayscale: #A5A5A5. Windows color (decimal): -1008880 or 1088496. OLE color: 1088496.
HSL color Cylindrical-coordinate representation of color #F09B10: hue angle of 37.23º 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 #F09B10 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 16 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.06 |
| HSL | 37.23º | 0.88% | 0.5% | - |
| HSV(B) | 37.23º | 0.93% | 0.94% | - |
| XYZ | 47.75 | 42.01 | 6.08 | - |
| YUV | 164.57 | 44.16 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 16 | 0 | 0.35 | 0.93 | 0.06 | 37.23 | 0.88 | 0.5 |
| Hex | F0 | 9B | 10 | 0 | 23 | 5D | 6 | 25 | 58 | 32 |
| Octal | 360 | 233 | 20 | 0 | 43 | 135 | 6 | 45 | 130 | 62 |
| Binary | 11110000 | 10011011 | 10000 | 0 | 100011 | 1011101 | 110 | 100101 | 1011000 | 110010 |
Color Harmonies of #F09B10
Complementary color
Monochromatic Colors of #F09B10
Black with #F09B10
Text Example
Text Example
White with #F09B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B10; }
p { color: rgb(240,155,16); }
H1.HeaderClassName
{
color: #F09B10;
}
.AnyTagClassName
{
color: #F09B10;
}
</style>
background-color css
<style>
a { background-color: #F09B10; }
a { background-color: rgb(240,155,16); }
div.DivClassName
{
background-color: #F09B10;
}
.BgClassName
{
background-color: #F09B10;
}
</style>
border-color css
<style>
span { border-color: #F09B10; }
span { border-color: rgb(240,155,16); }
td.TdClassName
{
border-color: #F09B10;
}
.TagClassName
{
border-color: #F09B10;
}
</style>