Shades of Gamboge #F29A11
Tints of Gamboge #F29A11
RGB
CMYK
RGB Variations
Color information
#F29A11 (or 0xF29A11) is known color: Gamboge. HEX triplet: F2, 9A and 11. RGB value is (242,154,17). Sum of RGB (Red+Green+Blue) = 242+154+17=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29A11 is #0D65EE. Grayscale: #A5A5A5. Windows color (decimal): -878063 or 1153778. OLE color: 1153778.
HSL color Cylindrical-coordinate representation of color #F29A11: hue angle of 36.53º 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 #F29A11 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.05 |
| HSL | 36.53º | 0.9% | 0.51% | - |
| HSV(B) | 36.53º | 0.93% | 0.95% | - |
| XYZ | 48.27 | 42.03 | 6.1 | - |
| YUV | 164.69 | 44.65 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 17 | 0 | 0.36 | 0.93 | 0.05 | 36.53 | 0.9 | 0.51 |
| Hex | F2 | 9A | 11 | 0 | 24 | 5D | 5 | 25 | 5A | 33 |
| Octal | 362 | 232 | 21 | 0 | 44 | 135 | 5 | 45 | 132 | 63 |
| Binary | 11110010 | 10011010 | 10001 | 0 | 100100 | 1011101 | 101 | 100101 | 1011010 | 110011 |
Color Harmonies of #F29A11
Complementary color
Monochromatic Colors of #F29A11
Black with #F29A11
Text Example
Text Example
White with #F29A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A11; }
p { color: rgb(242,154,17); }
H1.HeaderClassName
{
color: #F29A11;
}
.AnyTagClassName
{
color: #F29A11;
}
</style>
background-color css
<style>
a { background-color: #F29A11; }
a { background-color: rgb(242,154,17); }
div.DivClassName
{
background-color: #F29A11;
}
.BgClassName
{
background-color: #F29A11;
}
</style>
border-color css
<style>
span { border-color: #F29A11; }
span { border-color: rgb(242,154,17); }
td.TdClassName
{
border-color: #F29A11;
}
.TagClassName
{
border-color: #F29A11;
}
</style>