Shades of Gamboge #F29310
Tints of Gamboge #F29310
RGB
CMYK
RGB Variations
Color information
#F29310 (or 0xF29310) is known color: Gamboge. HEX triplet: F2, 93 and 10. RGB value is (242,147,16). Sum of RGB (Red+Green+Blue) = 242+147+16=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F29310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29310 is #0D6CEF. Grayscale: #A1A1A1. Windows color (decimal): -879856 or 1086450. OLE color: 1086450.
HSL color Cylindrical-coordinate representation of color #F29310: hue angle of 34.78º 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 #F29310 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.05 |
| HSL | 34.78º | 0.9% | 0.51% | - |
| HSV(B) | 34.78º | 0.93% | 0.95% | - |
| XYZ | 47.15 | 39.78 | 5.68 | - |
| YUV | 160.47 | 46.47 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 16 | 0 | 0.39 | 0.93 | 0.05 | 34.78 | 0.9 | 0.51 |
| Hex | F2 | 93 | 10 | 0 | 27 | 5D | 5 | 23 | 5A | 33 |
| Octal | 362 | 223 | 20 | 0 | 47 | 135 | 5 | 43 | 132 | 63 |
| Binary | 11110010 | 10010011 | 10000 | 0 | 100111 | 1011101 | 101 | 100011 | 1011010 | 110011 |
Color Harmonies of #F29310
Complementary color
Monochromatic Colors of #F29310
Black with #F29310
Text Example
Text Example
White with #F29310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29310; }
p { color: rgb(242,147,16); }
H1.HeaderClassName
{
color: #F29310;
}
.AnyTagClassName
{
color: #F29310;
}
</style>
background-color css
<style>
a { background-color: #F29310; }
a { background-color: rgb(242,147,16); }
div.DivClassName
{
background-color: #F29310;
}
.BgClassName
{
background-color: #F29310;
}
</style>
border-color css
<style>
span { border-color: #F29310; }
span { border-color: rgb(242,147,16); }
td.TdClassName
{
border-color: #F29310;
}
.TagClassName
{
border-color: #F29310;
}
</style>