Shades of Gamboge #F0A315
Tints of Gamboge #F0A315
RGB
CMYK
RGB Variations
Color information
#F0A315 (or 0xF0A315) is known color: Gamboge. HEX triplet: F0, A3 and 15. RGB value is (240,163,21). Sum of RGB (Red+Green+Blue) = 240+163+21=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A315 is #0F5CEA. Grayscale: #AAAAAA. Windows color (decimal): -1006827 or 1418224. OLE color: 1418224.
HSL color Cylindrical-coordinate representation of color #F0A315: hue angle of 38.9º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0A315 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.06 |
| HSL | 38.9º | 0.88% | 0.51% | - |
| HSV(B) | 38.9º | 0.91% | 0.94% | - |
| XYZ | 49.17 | 44.77 | 6.76 | - |
| YUV | 169.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 21 | 0 | 0.32 | 0.91 | 0.06 | 38.9 | 0.88 | 0.51 |
| Hex | F0 | A3 | 15 | 0 | 20 | 5B | 6 | 27 | 58 | 33 |
| Octal | 360 | 243 | 25 | 0 | 40 | 133 | 6 | 47 | 130 | 63 |
| Binary | 11110000 | 10100011 | 10101 | 0 | 100000 | 1011011 | 110 | 100111 | 1011000 | 110011 |
Color Harmonies of #F0A315
Complementary color
Monochromatic Colors of #F0A315
Black with #F0A315
Text Example
Text Example
White with #F0A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A315; }
p { color: rgb(240,163,21); }
H1.HeaderClassName
{
color: #F0A315;
}
.AnyTagClassName
{
color: #F0A315;
}
</style>
background-color css
<style>
a { background-color: #F0A315; }
a { background-color: rgb(240,163,21); }
div.DivClassName
{
background-color: #F0A315;
}
.BgClassName
{
background-color: #F0A315;
}
</style>
border-color css
<style>
span { border-color: #F0A315; }
span { border-color: rgb(240,163,21); }
td.TdClassName
{
border-color: #F0A315;
}
.TagClassName
{
border-color: #F0A315;
}
</style>