Shades of Gamboge #F0980B
Tints of Gamboge #F0980B
RGB
CMYK
RGB Variations
Color information
#F0980B (or 0xF0980B) is known color: Gamboge. HEX triplet: F0, 98 and 0B. RGB value is (240,152,11). Sum of RGB (Red+Green+Blue) = 240+152+11=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0980B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0980B is #0F67F4. Grayscale: #A2A2A2. Windows color (decimal): -1009653 or 760048. OLE color: 760048.
HSL color Cylindrical-coordinate representation of color #F0980B: hue angle of 36.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0980B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.06 |
| HSL | 36.94º | 0.91% | 0.49% | - |
| HSV(B) | 36.94º | 0.95% | 0.94% | - |
| XYZ | 47.22 | 41.01 | 5.74 | - |
| YUV | 162.24 | 42.65 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 11 | 0 | 0.37 | 0.95 | 0.06 | 36.94 | 0.91 | 0.49 |
| Hex | F0 | 98 | B | 0 | 25 | 5F | 6 | 25 | 5B | 31 |
| Octal | 360 | 230 | 13 | 0 | 45 | 137 | 6 | 45 | 133 | 61 |
| Binary | 11110000 | 10011000 | 1011 | 0 | 100101 | 1011111 | 110 | 100101 | 1011011 | 110001 |
Color Harmonies of #F0980B
Complementary color
Monochromatic Colors of #F0980B
Black with #F0980B
Text Example
Text Example
White with #F0980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0980B; }
p { color: rgb(240,152,11); }
H1.HeaderClassName
{
color: #F0980B;
}
.AnyTagClassName
{
color: #F0980B;
}
</style>
background-color css
<style>
a { background-color: #F0980B; }
a { background-color: rgb(240,152,11); }
div.DivClassName
{
background-color: #F0980B;
}
.BgClassName
{
background-color: #F0980B;
}
</style>
border-color css
<style>
span { border-color: #F0980B; }
span { border-color: rgb(240,152,11); }
td.TdClassName
{
border-color: #F0980B;
}
.TagClassName
{
border-color: #F0980B;
}
</style>