Shades of Gamboge #F29510
Tints of Gamboge #F29510
RGB
CMYK
RGB Variations
Color information
#F29510 (or 0xF29510) is known color: Gamboge. HEX triplet: F2, 95 and 10. RGB value is (242,149,16). Sum of RGB (Red+Green+Blue) = 242+149+16=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F29510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29510 is #0D6AEF. Grayscale: #A2A2A2. Windows color (decimal): -879344 or 1086962. OLE color: 1086962.
HSL color Cylindrical-coordinate representation of color #F29510: hue angle of 35.31º 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 #F29510 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 16 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.05 |
| HSL | 35.31º | 0.9% | 0.51% | - |
| HSV(B) | 35.31º | 0.93% | 0.95% | - |
| XYZ | 47.46 | 40.41 | 5.79 | - |
| YUV | 161.65 | 45.81 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 16 | 0 | 0.38 | 0.93 | 0.05 | 35.31 | 0.9 | 0.51 |
| Hex | F2 | 95 | 10 | 0 | 26 | 5D | 5 | 23 | 5A | 33 |
| Octal | 362 | 225 | 20 | 0 | 46 | 135 | 5 | 43 | 132 | 63 |
| Binary | 11110010 | 10010101 | 10000 | 0 | 100110 | 1011101 | 101 | 100011 | 1011010 | 110011 |
Color Harmonies of #F29510
Complementary color
Monochromatic Colors of #F29510
Black with #F29510
Text Example
Text Example
White with #F29510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29510; }
p { color: rgb(242,149,16); }
H1.HeaderClassName
{
color: #F29510;
}
.AnyTagClassName
{
color: #F29510;
}
</style>
background-color css
<style>
a { background-color: #F29510; }
a { background-color: rgb(242,149,16); }
div.DivClassName
{
background-color: #F29510;
}
.BgClassName
{
background-color: #F29510;
}
</style>
border-color css
<style>
span { border-color: #F29510; }
span { border-color: rgb(242,149,16); }
td.TdClassName
{
border-color: #F29510;
}
.TagClassName
{
border-color: #F29510;
}
</style>