Shades of Gamboge #F0960E
Tints of Gamboge #F0960E
RGB
CMYK
RGB Variations
Color information
#F0960E (or 0xF0960E) is known color: Gamboge. HEX triplet: F0, 96 and 0E. RGB value is (240,150,14). Sum of RGB (Red+Green+Blue) = 240+150+14=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0960E is #0F69F1. Grayscale: #A2A2A2. Windows color (decimal): -1010162 or 956144. OLE color: 956144.
HSL color Cylindrical-coordinate representation of color #F0960E: hue angle of 36.11º 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 #F0960E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.06 |
| HSL | 36.11º | 0.89% | 0.5% | - |
| HSV(B) | 36.11º | 0.94% | 0.94% | - |
| XYZ | 46.92 | 40.37 | 5.73 | - |
| YUV | 161.41 | 44.82 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 14 | 0 | 0.37 | 0.94 | 0.06 | 36.11 | 0.89 | 0.5 |
| Hex | F0 | 96 | E | 0 | 25 | 5E | 6 | 24 | 59 | 32 |
| Octal | 360 | 226 | 16 | 0 | 45 | 136 | 6 | 44 | 131 | 62 |
| Binary | 11110000 | 10010110 | 1110 | 0 | 100101 | 1011110 | 110 | 100100 | 1011001 | 110010 |
Color Harmonies of #F0960E
Complementary color
Monochromatic Colors of #F0960E
Black with #F0960E
Text Example
Text Example
White with #F0960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0960E; }
p { color: rgb(240,150,14); }
H1.HeaderClassName
{
color: #F0960E;
}
.AnyTagClassName
{
color: #F0960E;
}
</style>
background-color css
<style>
a { background-color: #F0960E; }
a { background-color: rgb(240,150,14); }
div.DivClassName
{
background-color: #F0960E;
}
.BgClassName
{
background-color: #F0960E;
}
</style>
border-color css
<style>
span { border-color: #F0960E; }
span { border-color: rgb(240,150,14); }
td.TdClassName
{
border-color: #F0960E;
}
.TagClassName
{
border-color: #F0960E;
}
</style>