Shades of Gamboge #F0A10D
Tints of Gamboge #F0A10D
RGB
CMYK
RGB Variations
Color information
#F0A10D (or 0xF0A10D) is known color: Gamboge. HEX triplet: F0, A1 and 0D. RGB value is (240,161,13). Sum of RGB (Red+Green+Blue) = 240+161+13=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A10D is #0F5EF2. Grayscale: #A8A8A8. Windows color (decimal): -1007347 or 893424. OLE color: 893424.
HSL color Cylindrical-coordinate representation of color #F0A10D: hue angle of 39.12º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0A10D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 39.12º | 0.9% | 0.5% | - |
| HSV(B) | 39.12º | 0.95% | 0.94% | - |
| XYZ | 48.75 | 44.04 | 6.31 | - |
| YUV | 167.75 | 40.67 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 13 | 0 | 0.33 | 0.95 | 0.06 | 39.12 | 0.9 | 0.5 |
| Hex | F0 | A1 | D | 0 | 21 | 5F | 6 | 27 | 5A | 32 |
| Octal | 360 | 241 | 15 | 0 | 41 | 137 | 6 | 47 | 132 | 62 |
| Binary | 11110000 | 10100001 | 1101 | 0 | 100001 | 1011111 | 110 | 100111 | 1011010 | 110010 |
Color Harmonies of #F0A10D
Complementary color
Monochromatic Colors of #F0A10D
Black with #F0A10D
Text Example
Text Example
White with #F0A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A10D; }
p { color: rgb(240,161,13); }
H1.HeaderClassName
{
color: #F0A10D;
}
.AnyTagClassName
{
color: #F0A10D;
}
</style>
background-color css
<style>
a { background-color: #F0A10D; }
a { background-color: rgb(240,161,13); }
div.DivClassName
{
background-color: #F0A10D;
}
.BgClassName
{
background-color: #F0A10D;
}
</style>
border-color css
<style>
span { border-color: #F0A10D; }
span { border-color: rgb(240,161,13); }
td.TdClassName
{
border-color: #F0A10D;
}
.TagClassName
{
border-color: #F0A10D;
}
</style>