Shades of Gamboge #F29F13
Tints of Gamboge #F29F13
RGB
CMYK
RGB Variations
Color information
#F29F13 (or 0xF29F13) is known color: Gamboge. HEX triplet: F2, 9F and 13. RGB value is (242,159,19). Sum of RGB (Red+Green+Blue) = 242+159+19=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29F13 is #0D60EC. Grayscale: #A8A8A8. Windows color (decimal): -876781 or 1286130. OLE color: 1286130.
HSL color Cylindrical-coordinate representation of color #F29F13: hue angle of 37.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F29F13 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 159 | 19 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.05 |
| HSL | 37.67º | 0.9% | 0.51% | - |
| HSV(B) | 37.67º | 0.92% | 0.95% | - |
| XYZ | 49.13 | 43.72 | 6.47 | - |
| YUV | 167.86 | 44 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 19 | 0 | 0.34 | 0.92 | 0.05 | 37.67 | 0.9 | 0.51 |
| Hex | F2 | 9F | 13 | 0 | 22 | 5C | 5 | 26 | 5A | 33 |
| Octal | 362 | 237 | 23 | 0 | 42 | 134 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10011111 | 10011 | 0 | 100010 | 1011100 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F29F13
Complementary color
Monochromatic Colors of #F29F13
Black with #F29F13
Text Example
Text Example
White with #F29F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29F13; }
p { color: rgb(242,159,19); }
H1.HeaderClassName
{
color: #F29F13;
}
.AnyTagClassName
{
color: #F29F13;
}
</style>
background-color css
<style>
a { background-color: #F29F13; }
a { background-color: rgb(242,159,19); }
div.DivClassName
{
background-color: #F29F13;
}
.BgClassName
{
background-color: #F29F13;
}
</style>
border-color css
<style>
span { border-color: #F29F13; }
span { border-color: rgb(242,159,19); }
td.TdClassName
{
border-color: #F29F13;
}
.TagClassName
{
border-color: #F29F13;
}
</style>