Shades of Gamboge #F29F10
Tints of Gamboge #F29F10
RGB
CMYK
RGB Variations
Color information
#F29F10 (or 0xF29F10) is known color: Gamboge. HEX triplet: F2, 9F and 10. RGB value is (242,159,16). Sum of RGB (Red+Green+Blue) = 242+159+16=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29F10 is #0D60EF. Grayscale: #A8A8A8. Windows color (decimal): -876784 or 1089522. OLE color: 1089522.
HSL color Cylindrical-coordinate representation of color #F29F10: hue angle of 37.96º 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 #F29F10 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.05 |
| HSL | 37.96º | 0.9% | 0.51% | - |
| HSV(B) | 37.96º | 0.93% | 0.95% | - |
| XYZ | 49.11 | 43.71 | 6.34 | - |
| YUV | 167.52 | 42.5 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 16 | 0 | 0.34 | 0.93 | 0.05 | 37.96 | 0.9 | 0.51 |
| Hex | F2 | 9F | 10 | 0 | 22 | 5D | 5 | 26 | 5A | 33 |
| Octal | 362 | 237 | 20 | 0 | 42 | 135 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10011111 | 10000 | 0 | 100010 | 1011101 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F29F10
Complementary color
Monochromatic Colors of #F29F10
Black with #F29F10
Text Example
Text Example
White with #F29F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F10; }
p { color: rgb(242,159,16); }
H1.HeaderClassName
{
color: #F29F10;
}
.AnyTagClassName
{
color: #F29F10;
}
</style>
background-color css
<style>
a { background-color: #F29F10; }
a { background-color: rgb(242,159,16); }
div.DivClassName
{
background-color: #F29F10;
}
.BgClassName
{
background-color: #F29F10;
}
</style>
border-color css
<style>
span { border-color: #F29F10; }
span { border-color: rgb(242,159,16); }
td.TdClassName
{
border-color: #F29F10;
}
.TagClassName
{
border-color: #F29F10;
}
</style>