Shades of Gamboge #F2980B
Tints of Gamboge #F2980B
RGB
CMYK
RGB Variations
Color information
#F2980B (or 0xF2980B) is known color: Gamboge. HEX triplet: F2, 98 and 0B. RGB value is (242,152,11). Sum of RGB (Red+Green+Blue) = 242+152+11=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2980B is #0D67F4. Grayscale: #A3A3A3. Windows color (decimal): -878581 or 760050. OLE color: 760050.
HSL color Cylindrical-coordinate representation of color #F2980B: hue angle of 36.62º 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 #F2980B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.05 |
| HSL | 36.62º | 0.91% | 0.5% | - |
| HSV(B) | 36.62º | 0.95% | 0.95% | - |
| XYZ | 47.91 | 41.36 | 5.77 | - |
| YUV | 162.84 | 42.32 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 11 | 0 | 0.37 | 0.95 | 0.05 | 36.62 | 0.91 | 0.5 |
| Hex | F2 | 98 | B | 0 | 25 | 5F | 5 | 25 | 5B | 32 |
| Octal | 362 | 230 | 13 | 0 | 45 | 137 | 5 | 45 | 133 | 62 |
| Binary | 11110010 | 10011000 | 1011 | 0 | 100101 | 1011111 | 101 | 100101 | 1011011 | 110010 |
Color Harmonies of #F2980B
Complementary color
Monochromatic Colors of #F2980B
Black with #F2980B
Text Example
Text Example
White with #F2980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2980B; }
p { color: rgb(242,152,11); }
H1.HeaderClassName
{
color: #F2980B;
}
.AnyTagClassName
{
color: #F2980B;
}
</style>
background-color css
<style>
a { background-color: #F2980B; }
a { background-color: rgb(242,152,11); }
div.DivClassName
{
background-color: #F2980B;
}
.BgClassName
{
background-color: #F2980B;
}
</style>
border-color css
<style>
span { border-color: #F2980B; }
span { border-color: rgb(242,152,11); }
td.TdClassName
{
border-color: #F2980B;
}
.TagClassName
{
border-color: #F2980B;
}
</style>