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