Shades of Gamboge #F09508
Tints of Gamboge #F09508
RGB
CMYK
RGB Variations
Color information
#F09508 (or 0xF09508) is known color: Gamboge. HEX triplet: F0, 95 and 08. RGB value is (240,149,8). Sum of RGB (Red+Green+Blue) = 240+149+8=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F09508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09508 is #0F6AF7. Grayscale: #A0A0A0. Windows color (decimal): -1010424 or 562672. OLE color: 562672.
HSL color Cylindrical-coordinate representation of color #F09508: hue angle of 36.47º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F09508 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 8 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.06 |
| HSL | 36.47º | 0.94% | 0.49% | - |
| HSV(B) | 36.47º | 0.97% | 0.94% | - |
| XYZ | 46.73 | 40.04 | 5.5 | - |
| YUV | 160.14 | 42.15 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 8 | 0 | 0.38 | 0.97 | 0.06 | 36.47 | 0.94 | 0.49 |
| Hex | F0 | 95 | 8 | 0 | 26 | 61 | 6 | 24 | 5E | 31 |
| Octal | 360 | 225 | 10 | 0 | 46 | 141 | 6 | 44 | 136 | 61 |
| Binary | 11110000 | 10010101 | 1000 | 0 | 100110 | 1100001 | 110 | 100100 | 1011110 | 110001 |
Color Harmonies of #F09508
Complementary color
Monochromatic Colors of #F09508
Black with #F09508
Text Example
Text Example
White with #F09508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09508; }
p { color: rgb(240,149,8); }
H1.HeaderClassName
{
color: #F09508;
}
.AnyTagClassName
{
color: #F09508;
}
</style>
background-color css
<style>
a { background-color: #F09508; }
a { background-color: rgb(240,149,8); }
div.DivClassName
{
background-color: #F09508;
}
.BgClassName
{
background-color: #F09508;
}
</style>
border-color css
<style>
span { border-color: #F09508; }
span { border-color: rgb(240,149,8); }
td.TdClassName
{
border-color: #F09508;
}
.TagClassName
{
border-color: #F09508;
}
</style>