Shades of Gamboge #F29611
Tints of Gamboge #F29611
RGB
CMYK
RGB Variations
Color information
#F29611 (or 0xF29611) is known color: Gamboge. HEX triplet: F2, 96 and 11. RGB value is (242,150,17). Sum of RGB (Red+Green+Blue) = 242+150+17=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F29611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29611 is #0D69EE. Grayscale: #A2A2A2. Windows color (decimal): -879087 or 1152754. OLE color: 1152754.
HSL color Cylindrical-coordinate representation of color #F29611: hue angle of 35.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F29611 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 17 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.05 |
| HSL | 35.47º | 0.9% | 0.51% | - |
| HSV(B) | 35.47º | 0.93% | 0.95% | - |
| XYZ | 47.63 | 40.73 | 5.88 | - |
| YUV | 162.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 17 | 0 | 0.38 | 0.93 | 0.05 | 35.47 | 0.9 | 0.51 |
| Hex | F2 | 96 | 11 | 0 | 26 | 5D | 5 | 23 | 5A | 33 |
| Octal | 362 | 226 | 21 | 0 | 46 | 135 | 5 | 43 | 132 | 63 |
| Binary | 11110010 | 10010110 | 10001 | 0 | 100110 | 1011101 | 101 | 100011 | 1011010 | 110011 |
Color Harmonies of #F29611
Complementary color
Monochromatic Colors of #F29611
Black with #F29611
Text Example
Text Example
White with #F29611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29611; }
p { color: rgb(242,150,17); }
H1.HeaderClassName
{
color: #F29611;
}
.AnyTagClassName
{
color: #F29611;
}
</style>
background-color css
<style>
a { background-color: #F29611; }
a { background-color: rgb(242,150,17); }
div.DivClassName
{
background-color: #F29611;
}
.BgClassName
{
background-color: #F29611;
}
</style>
border-color css
<style>
span { border-color: #F29611; }
span { border-color: rgb(242,150,17); }
td.TdClassName
{
border-color: #F29611;
}
.TagClassName
{
border-color: #F29611;
}
</style>