Shades of Gamboge #F2990E
Tints of Gamboge #F2990E
RGB
CMYK
RGB Variations
Color information
#F2990E (or 0xF2990E) is known color: Gamboge. HEX triplet: F2, 99 and 0E. RGB value is (242,153,14). Sum of RGB (Red+Green+Blue) = 242+153+14=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F2990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2990E is #0D66F1. Grayscale: #A4A4A4. Windows color (decimal): -878322 or 956914. OLE color: 956914.
HSL color Cylindrical-coordinate representation of color #F2990E: hue angle of 36.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2990E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.05 |
| HSL | 36.58º | 0.9% | 0.5% | - |
| HSV(B) | 36.58º | 0.94% | 0.95% | - |
| XYZ | 48.09 | 41.69 | 5.93 | - |
| YUV | 163.77 | 43.49 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 14 | 0 | 0.37 | 0.94 | 0.05 | 36.58 | 0.9 | 0.5 |
| Hex | F2 | 99 | E | 0 | 25 | 5E | 5 | 25 | 5A | 32 |
| Octal | 362 | 231 | 16 | 0 | 45 | 136 | 5 | 45 | 132 | 62 |
| Binary | 11110010 | 10011001 | 1110 | 0 | 100101 | 1011110 | 101 | 100101 | 1011010 | 110010 |
Color Harmonies of #F2990E
Complementary color
Monochromatic Colors of #F2990E
Black with #F2990E
Text Example
Text Example
White with #F2990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2990E; }
p { color: rgb(242,153,14); }
H1.HeaderClassName
{
color: #F2990E;
}
.AnyTagClassName
{
color: #F2990E;
}
</style>
background-color css
<style>
a { background-color: #F2990E; }
a { background-color: rgb(242,153,14); }
div.DivClassName
{
background-color: #F2990E;
}
.BgClassName
{
background-color: #F2990E;
}
</style>
border-color css
<style>
span { border-color: #F2990E; }
span { border-color: rgb(242,153,14); }
td.TdClassName
{
border-color: #F2990E;
}
.TagClassName
{
border-color: #F2990E;
}
</style>