Shades of Gamboge #F29D16
Tints of Gamboge #F29D16
RGB
CMYK
RGB Variations
Color information
#F29D16 (or 0xF29D16) is known color: Gamboge. HEX triplet: F2, 9D and 16. RGB value is (242,157,22). Sum of RGB (Red+Green+Blue) = 242+157+22=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D16 is #0D62E9. Grayscale: #A7A7A7. Windows color (decimal): -877290 or 1482226. OLE color: 1482226.
HSL color Cylindrical-coordinate representation of color #F29D16: hue angle of 36.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F29D16 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.05 |
| HSL | 36.82º | 0.89% | 0.52% | - |
| HSV(B) | 36.82º | 0.91% | 0.95% | - |
| XYZ | 48.82 | 43.05 | 6.5 | - |
| YUV | 167.03 | 46.16 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 22 | 0 | 0.35 | 0.91 | 0.05 | 36.82 | 0.89 | 0.52 |
| Hex | F2 | 9D | 16 | 0 | 23 | 5B | 5 | 25 | 59 | 34 |
| Octal | 362 | 235 | 26 | 0 | 43 | 133 | 5 | 45 | 131 | 64 |
| Binary | 11110010 | 10011101 | 10110 | 0 | 100011 | 1011011 | 101 | 100101 | 1011001 | 110100 |
Color Harmonies of #F29D16
Complementary color
Monochromatic Colors of #F29D16
Black with #F29D16
Text Example
Text Example
White with #F29D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D16; }
p { color: rgb(242,157,22); }
H1.HeaderClassName
{
color: #F29D16;
}
.AnyTagClassName
{
color: #F29D16;
}
</style>
background-color css
<style>
a { background-color: #F29D16; }
a { background-color: rgb(242,157,22); }
div.DivClassName
{
background-color: #F29D16;
}
.BgClassName
{
background-color: #F29D16;
}
</style>
border-color css
<style>
span { border-color: #F29D16; }
span { border-color: rgb(242,157,22); }
td.TdClassName
{
border-color: #F29D16;
}
.TagClassName
{
border-color: #F29D16;
}
</style>