Shades of Gamboge #F0A308
Tints of Gamboge #F0A308
RGB
CMYK
RGB Variations
Color information
#F0A308 (or 0xF0A308) is known color: Gamboge. HEX triplet: F0, A3 and 08. RGB value is (240,163,8). Sum of RGB (Red+Green+Blue) = 240+163+8=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A308 is #0F5CF7. Grayscale: #A9A9A9. Windows color (decimal): -1006840 or 566256. OLE color: 566256.
HSL color Cylindrical-coordinate representation of color #F0A308: hue angle of 40.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0A308 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.06 |
| HSL | 40.09º | 0.94% | 0.49% | - |
| HSV(B) | 40.09º | 0.97% | 0.94% | - |
| XYZ | 49.08 | 44.74 | 6.28 | - |
| YUV | 168.35 | 37.51 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 8 | 0 | 0.32 | 0.97 | 0.06 | 40.09 | 0.94 | 0.49 |
| Hex | F0 | A3 | 8 | 0 | 20 | 61 | 6 | 28 | 5E | 31 |
| Octal | 360 | 243 | 10 | 0 | 40 | 141 | 6 | 50 | 136 | 61 |
| Binary | 11110000 | 10100011 | 1000 | 0 | 100000 | 1100001 | 110 | 101000 | 1011110 | 110001 |
Color Harmonies of #F0A308
Complementary color
Monochromatic Colors of #F0A308
Black with #F0A308
Text Example
Text Example
White with #F0A308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A308; }
p { color: rgb(240,163,8); }
H1.HeaderClassName
{
color: #F0A308;
}
.AnyTagClassName
{
color: #F0A308;
}
</style>
background-color css
<style>
a { background-color: #F0A308; }
a { background-color: rgb(240,163,8); }
div.DivClassName
{
background-color: #F0A308;
}
.BgClassName
{
background-color: #F0A308;
}
</style>
border-color css
<style>
span { border-color: #F0A308; }
span { border-color: rgb(240,163,8); }
td.TdClassName
{
border-color: #F0A308;
}
.TagClassName
{
border-color: #F0A308;
}
</style>