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