Shades of Gamboge #F0A311
Tints of Gamboge #F0A311
RGB
CMYK
RGB Variations
Color information
#F0A311 (or 0xF0A311) is known color: Gamboge. HEX triplet: F0, A3 and 11. RGB value is (240,163,17). Sum of RGB (Red+Green+Blue) = 240+163+17=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A311 is #0F5CEE. Grayscale: #AAAAAA. Windows color (decimal): -1006831 or 1156080. OLE color: 1156080.
HSL color Cylindrical-coordinate representation of color #F0A311: hue angle of 39.28º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0A311 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.06 |
| HSL | 39.28º | 0.88% | 0.5% | - |
| HSV(B) | 39.28º | 0.93% | 0.94% | - |
| XYZ | 49.13 | 44.76 | 6.58 | - |
| YUV | 169.38 | 42.01 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 17 | 0 | 0.32 | 0.93 | 0.06 | 39.28 | 0.88 | 0.5 |
| Hex | F0 | A3 | 11 | 0 | 20 | 5D | 6 | 27 | 58 | 32 |
| Octal | 360 | 243 | 21 | 0 | 40 | 135 | 6 | 47 | 130 | 62 |
| Binary | 11110000 | 10100011 | 10001 | 0 | 100000 | 1011101 | 110 | 100111 | 1011000 | 110010 |
Color Harmonies of #F0A311
Complementary color
Monochromatic Colors of #F0A311
Black with #F0A311
Text Example
Text Example
White with #F0A311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A311; }
p { color: rgb(240,163,17); }
H1.HeaderClassName
{
color: #F0A311;
}
.AnyTagClassName
{
color: #F0A311;
}
</style>
background-color css
<style>
a { background-color: #F0A311; }
a { background-color: rgb(240,163,17); }
div.DivClassName
{
background-color: #F0A311;
}
.BgClassName
{
background-color: #F0A311;
}
</style>
border-color css
<style>
span { border-color: #F0A311; }
span { border-color: rgb(240,163,17); }
td.TdClassName
{
border-color: #F0A311;
}
.TagClassName
{
border-color: #F0A311;
}
</style>