Shades of Gamboge #F0A00A
Tints of Gamboge #F0A00A
RGB
CMYK
RGB Variations
Color information
#F0A00A (or 0xF0A00A) is known color: Gamboge. HEX triplet: F0, A0 and 0A. RGB value is (240,160,10). Sum of RGB (Red+Green+Blue) = 240+160+10=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A00A is #0F5FF5. Grayscale: #A7A7A7. Windows color (decimal): -1007606 or 696560. OLE color: 696560.
HSL color Cylindrical-coordinate representation of color #F0A00A: hue angle of 39.13º 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 #F0A00A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.06 |
| HSL | 39.13º | 0.92% | 0.49% | - |
| HSV(B) | 39.13º | 0.96% | 0.94% | - |
| XYZ | 48.56 | 43.69 | 6.16 | - |
| YUV | 166.82 | 39.5 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 10 | 0 | 0.33 | 0.96 | 0.06 | 39.13 | 0.92 | 0.49 |
| Hex | F0 | A0 | A | 0 | 21 | 60 | 6 | 27 | 5C | 31 |
| Octal | 360 | 240 | 12 | 0 | 41 | 140 | 6 | 47 | 134 | 61 |
| Binary | 11110000 | 10100000 | 1010 | 0 | 100001 | 1100000 | 110 | 100111 | 1011100 | 110001 |
Color Harmonies of #F0A00A
Complementary color
Monochromatic Colors of #F0A00A
Black with #F0A00A
Text Example
Text Example
White with #F0A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A00A; }
p { color: rgb(240,160,10); }
H1.HeaderClassName
{
color: #F0A00A;
}
.AnyTagClassName
{
color: #F0A00A;
}
</style>
background-color css
<style>
a { background-color: #F0A00A; }
a { background-color: rgb(240,160,10); }
div.DivClassName
{
background-color: #F0A00A;
}
.BgClassName
{
background-color: #F0A00A;
}
</style>
border-color css
<style>
span { border-color: #F0A00A; }
span { border-color: rgb(240,160,10); }
td.TdClassName
{
border-color: #F0A00A;
}
.TagClassName
{
border-color: #F0A00A;
}
</style>