Shades of Gamboge #F0970A
Tints of Gamboge #F0970A
RGB
CMYK
RGB Variations
Color information
#F0970A (or 0xF0970A) is known color: Gamboge. HEX triplet: F0, 97 and 0A. RGB value is (240,151,10). Sum of RGB (Red+Green+Blue) = 240+151+10=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0970A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0970A is #0F68F5. Grayscale: #A2A2A2. Windows color (decimal): -1009910 or 694256. OLE color: 694256.
HSL color Cylindrical-coordinate representation of color #F0970A: hue angle of 36.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0970A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.06 |
| HSL | 36.78º | 0.92% | 0.49% | - |
| HSV(B) | 36.78º | 0.96% | 0.94% | - |
| XYZ | 47.06 | 40.68 | 5.66 | - |
| YUV | 161.54 | 42.49 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 10 | 0 | 0.37 | 0.96 | 0.06 | 36.78 | 0.92 | 0.49 |
| Hex | F0 | 97 | A | 0 | 25 | 60 | 6 | 25 | 5C | 31 |
| Octal | 360 | 227 | 12 | 0 | 45 | 140 | 6 | 45 | 134 | 61 |
| Binary | 11110000 | 10010111 | 1010 | 0 | 100101 | 1100000 | 110 | 100101 | 1011100 | 110001 |
Color Harmonies of #F0970A
Complementary color
Monochromatic Colors of #F0970A
Black with #F0970A
Text Example
Text Example
White with #F0970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0970A; }
p { color: rgb(240,151,10); }
H1.HeaderClassName
{
color: #F0970A;
}
.AnyTagClassName
{
color: #F0970A;
}
</style>
background-color css
<style>
a { background-color: #F0970A; }
a { background-color: rgb(240,151,10); }
div.DivClassName
{
background-color: #F0970A;
}
.BgClassName
{
background-color: #F0970A;
}
</style>
border-color css
<style>
span { border-color: #F0970A; }
span { border-color: rgb(240,151,10); }
td.TdClassName
{
border-color: #F0970A;
}
.TagClassName
{
border-color: #F0970A;
}
</style>