Shades of Gamboge #F2A011
Tints of Gamboge #F2A011
RGB
CMYK
RGB Variations
Color information
#F2A011 (or 0xF2A011) is known color: Gamboge. HEX triplet: F2, A0 and 11. RGB value is (242,160,17). Sum of RGB (Red+Green+Blue) = 242+160+17=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A011 is #0D5FEE. Grayscale: #A8A8A8. Windows color (decimal): -876527 or 1155314. OLE color: 1155314.
HSL color Cylindrical-coordinate representation of color #F2A011: hue angle of 38.13º 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 #F2A011 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 17 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.05 |
| HSL | 38.13º | 0.9% | 0.51% | - |
| HSV(B) | 38.13º | 0.93% | 0.95% | - |
| XYZ | 49.29 | 44.06 | 6.44 | - |
| YUV | 168.22 | 42.67 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 17 | 0 | 0.34 | 0.93 | 0.05 | 38.13 | 0.9 | 0.51 |
| Hex | F2 | A0 | 11 | 0 | 22 | 5D | 5 | 26 | 5A | 33 |
| Octal | 362 | 240 | 21 | 0 | 42 | 135 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10100000 | 10001 | 0 | 100010 | 1011101 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F2A011
Complementary color
Monochromatic Colors of #F2A011
Black with #F2A011
Text Example
Text Example
White with #F2A011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A011; }
p { color: rgb(242,160,17); }
H1.HeaderClassName
{
color: #F2A011;
}
.AnyTagClassName
{
color: #F2A011;
}
</style>
background-color css
<style>
a { background-color: #F2A011; }
a { background-color: rgb(242,160,17); }
div.DivClassName
{
background-color: #F2A011;
}
.BgClassName
{
background-color: #F2A011;
}
</style>
border-color css
<style>
span { border-color: #F2A011; }
span { border-color: rgb(242,160,17); }
td.TdClassName
{
border-color: #F2A011;
}
.TagClassName
{
border-color: #F2A011;
}
</style>