Shades of Gamboge #F0A113
Tints of Gamboge #F0A113
RGB
CMYK
RGB Variations
Color information
#F0A113 (or 0xF0A113) is known color: Gamboge. HEX triplet: F0, A1 and 13. RGB value is (240,161,19). Sum of RGB (Red+Green+Blue) = 240+161+19=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A113 is #0F5EEC. Grayscale: #A9A9A9. Windows color (decimal): -1007341 or 1286640. OLE color: 1286640.
HSL color Cylindrical-coordinate representation of color #F0A113: hue angle of 38.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0A113 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.06 |
| HSL | 38.55º | 0.88% | 0.51% | - |
| HSV(B) | 38.55º | 0.92% | 0.94% | - |
| XYZ | 48.8 | 44.06 | 6.55 | - |
| YUV | 168.43 | 43.67 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 19 | 0 | 0.33 | 0.92 | 0.06 | 38.55 | 0.88 | 0.51 |
| Hex | F0 | A1 | 13 | 0 | 21 | 5C | 6 | 27 | 58 | 33 |
| Octal | 360 | 241 | 23 | 0 | 41 | 134 | 6 | 47 | 130 | 63 |
| Binary | 11110000 | 10100001 | 10011 | 0 | 100001 | 1011100 | 110 | 100111 | 1011000 | 110011 |
Color Harmonies of #F0A113
Complementary color
Monochromatic Colors of #F0A113
Black with #F0A113
Text Example
Text Example
White with #F0A113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A113; }
p { color: rgb(240,161,19); }
H1.HeaderClassName
{
color: #F0A113;
}
.AnyTagClassName
{
color: #F0A113;
}
</style>
background-color css
<style>
a { background-color: #F0A113; }
a { background-color: rgb(240,161,19); }
div.DivClassName
{
background-color: #F0A113;
}
.BgClassName
{
background-color: #F0A113;
}
</style>
border-color css
<style>
span { border-color: #F0A113; }
span { border-color: rgb(240,161,19); }
td.TdClassName
{
border-color: #F0A113;
}
.TagClassName
{
border-color: #F0A113;
}
</style>