Shades of Gamboge #F2990B
Tints of Gamboge #F2990B
RGB
CMYK
RGB Variations
Color information
#F2990B (or 0xF2990B) is known color: Gamboge. HEX triplet: F2, 99 and 0B. RGB value is (242,153,11). Sum of RGB (Red+Green+Blue) = 242+153+11=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F2990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2990B is #0D66F4. Grayscale: #A4A4A4. Windows color (decimal): -878325 or 760306. OLE color: 760306.
HSL color Cylindrical-coordinate representation of color #F2990B: hue angle of 36.88º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2990B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 36.88º | 0.91% | 0.5% | - |
| HSV(B) | 36.88º | 0.95% | 0.95% | - |
| XYZ | 48.07 | 41.68 | 5.83 | - |
| YUV | 163.42 | 41.99 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 11 | 0 | 0.37 | 0.95 | 0.05 | 36.88 | 0.91 | 0.5 |
| Hex | F2 | 99 | B | 0 | 25 | 5F | 5 | 25 | 5B | 32 |
| Octal | 362 | 231 | 13 | 0 | 45 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110010 | 10011001 | 1011 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F2990B
Complementary color
Monochromatic Colors of #F2990B
Black with #F2990B
Text Example
Text Example
White with #F2990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2990B; }
p { color: rgb(242,153,11); }
H1.HeaderClassName
{
color: #F2990B;
}
.AnyTagClassName
{
color: #F2990B;
}
</style>
background-color css
<style>
a { background-color: #F2990B; }
a { background-color: rgb(242,153,11); }
div.DivClassName
{
background-color: #F2990B;
}
.BgClassName
{
background-color: #F2990B;
}
</style>
border-color css
<style>
span { border-color: #F2990B; }
span { border-color: rgb(242,153,11); }
td.TdClassName
{
border-color: #F2990B;
}
.TagClassName
{
border-color: #F2990B;
}
</style>