Shades of Gamboge #F09C16
Tints of Gamboge #F09C16
RGB
CMYK
RGB Variations
Color information
#F09C16 (or 0xF09C16) is known color: Gamboge. HEX triplet: F0, 9C and 16. RGB value is (240,156,22). Sum of RGB (Red+Green+Blue) = 240+156+22=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09C16 is #0F63E9. Grayscale: #A6A6A6. Windows color (decimal): -1008618 or 1481968. OLE color: 1481968.
HSL color Cylindrical-coordinate representation of color #F09C16: hue angle of 36.88º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F09C16 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.06 |
| HSL | 36.88º | 0.88% | 0.51% | - |
| HSV(B) | 36.88º | 0.91% | 0.94% | - |
| XYZ | 47.97 | 42.36 | 6.41 | - |
| YUV | 165.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 22 | 0 | 0.35 | 0.91 | 0.06 | 36.88 | 0.88 | 0.51 |
| Hex | F0 | 9C | 16 | 0 | 23 | 5B | 6 | 25 | 58 | 33 |
| Octal | 360 | 234 | 26 | 0 | 43 | 133 | 6 | 45 | 130 | 63 |
| Binary | 11110000 | 10011100 | 10110 | 0 | 100011 | 1011011 | 110 | 100101 | 1011000 | 110011 |
Color Harmonies of #F09C16
Complementary color
Monochromatic Colors of #F09C16
Black with #F09C16
Text Example
Text Example
White with #F09C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C16; }
p { color: rgb(240,156,22); }
H1.HeaderClassName
{
color: #F09C16;
}
.AnyTagClassName
{
color: #F09C16;
}
</style>
background-color css
<style>
a { background-color: #F09C16; }
a { background-color: rgb(240,156,22); }
div.DivClassName
{
background-color: #F09C16;
}
.BgClassName
{
background-color: #F09C16;
}
</style>
border-color css
<style>
span { border-color: #F09C16; }
span { border-color: rgb(240,156,22); }
td.TdClassName
{
border-color: #F09C16;
}
.TagClassName
{
border-color: #F09C16;
}
</style>