Shades of Gamboge #F0950E
Tints of Gamboge #F0950E
RGB
CMYK
RGB Variations
Color information
#F0950E (or 0xF0950E) is known color: Gamboge. HEX triplet: F0, 95 and 0E. RGB value is (240,149,14). Sum of RGB (Red+Green+Blue) = 240+149+14=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0950E is #0F6AF1. Grayscale: #A1A1A1. Windows color (decimal): -1010418 or 955888. OLE color: 955888.
HSL color Cylindrical-coordinate representation of color #F0950E: hue angle of 35.84º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0950E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.06 |
| HSL | 35.84º | 0.89% | 0.5% | - |
| HSV(B) | 35.84º | 0.94% | 0.94% | - |
| XYZ | 46.76 | 40.05 | 5.68 | - |
| YUV | 160.82 | 45.15 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 14 | 0 | 0.38 | 0.94 | 0.06 | 35.84 | 0.89 | 0.5 |
| Hex | F0 | 95 | E | 0 | 26 | 5E | 6 | 24 | 59 | 32 |
| Octal | 360 | 225 | 16 | 0 | 46 | 136 | 6 | 44 | 131 | 62 |
| Binary | 11110000 | 10010101 | 1110 | 0 | 100110 | 1011110 | 110 | 100100 | 1011001 | 110010 |
Color Harmonies of #F0950E
Complementary color
Monochromatic Colors of #F0950E
Black with #F0950E
Text Example
Text Example
White with #F0950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0950E; }
p { color: rgb(240,149,14); }
H1.HeaderClassName
{
color: #F0950E;
}
.AnyTagClassName
{
color: #F0950E;
}
</style>
background-color css
<style>
a { background-color: #F0950E; }
a { background-color: rgb(240,149,14); }
div.DivClassName
{
background-color: #F0950E;
}
.BgClassName
{
background-color: #F0950E;
}
</style>
border-color css
<style>
span { border-color: #F0950E; }
span { border-color: rgb(240,149,14); }
td.TdClassName
{
border-color: #F0950E;
}
.TagClassName
{
border-color: #F0950E;
}
</style>