Shades of Gamboge #F0A30A
Tints of Gamboge #F0A30A
RGB
CMYK
RGB Variations
Color information
#F0A30A (or 0xF0A30A) is known color: Gamboge. HEX triplet: F0, A3 and 0A. RGB value is (240,163,10). Sum of RGB (Red+Green+Blue) = 240+163+10=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30A is #0F5CF5. Grayscale: #A9A9A9. Windows color (decimal): -1006838 or 697328. OLE color: 697328.
HSL color Cylindrical-coordinate representation of color #F0A30A: hue angle of 39.91º 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 #F0A30A is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 10 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.06 |
| HSL | 39.91º | 0.92% | 0.49% | - |
| HSV(B) | 39.91º | 0.96% | 0.94% | - |
| XYZ | 49.09 | 44.74 | 6.34 | - |
| YUV | 168.58 | 38.51 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 10 | 0 | 0.32 | 0.96 | 0.06 | 39.91 | 0.92 | 0.49 |
| Hex | F0 | A3 | A | 0 | 20 | 60 | 6 | 28 | 5C | 31 |
| Octal | 360 | 243 | 12 | 0 | 40 | 140 | 6 | 50 | 134 | 61 |
| Binary | 11110000 | 10100011 | 1010 | 0 | 100000 | 1100000 | 110 | 101000 | 1011100 | 110001 |
Color Harmonies of #F0A30A
Complementary color
Monochromatic Colors of #F0A30A
Black with #F0A30A
Text Example
Text Example
White with #F0A30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A30A; }
p { color: rgb(240,163,10); }
H1.HeaderClassName
{
color: #F0A30A;
}
.AnyTagClassName
{
color: #F0A30A;
}
</style>
background-color css
<style>
a { background-color: #F0A30A; }
a { background-color: rgb(240,163,10); }
div.DivClassName
{
background-color: #F0A30A;
}
.BgClassName
{
background-color: #F0A30A;
}
</style>
border-color css
<style>
span { border-color: #F0A30A; }
span { border-color: rgb(240,163,10); }
td.TdClassName
{
border-color: #F0A30A;
}
.TagClassName
{
border-color: #F0A30A;
}
</style>