Shades of Gamboge #F0A30D
Tints of Gamboge #F0A30D
RGB
CMYK
RGB Variations
Color information
#F0A30D (or 0xF0A30D) is known color: Gamboge. HEX triplet: F0, A3 and 0D. RGB value is (240,163,13). Sum of RGB (Red+Green+Blue) = 240+163+13=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30D is #0F5CF2. Grayscale: #A9A9A9. Windows color (decimal): -1006835 or 893936. OLE color: 893936.
HSL color Cylindrical-coordinate representation of color #F0A30D: hue angle of 39.65º 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 #F0A30D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.06 |
| HSL | 39.65º | 0.9% | 0.5% | - |
| HSV(B) | 39.65º | 0.95% | 0.94% | - |
| XYZ | 49.11 | 44.75 | 6.43 | - |
| YUV | 168.92 | 40.01 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 13 | 0 | 0.32 | 0.95 | 0.06 | 39.65 | 0.9 | 0.5 |
| Hex | F0 | A3 | D | 0 | 20 | 5F | 6 | 28 | 5A | 32 |
| Octal | 360 | 243 | 15 | 0 | 40 | 137 | 6 | 50 | 132 | 62 |
| Binary | 11110000 | 10100011 | 1101 | 0 | 100000 | 1011111 | 110 | 101000 | 1011010 | 110010 |
Color Harmonies of #F0A30D
Complementary color
Monochromatic Colors of #F0A30D
Black with #F0A30D
Text Example
Text Example
White with #F0A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A30D; }
p { color: rgb(240,163,13); }
H1.HeaderClassName
{
color: #F0A30D;
}
.AnyTagClassName
{
color: #F0A30D;
}
</style>
background-color css
<style>
a { background-color: #F0A30D; }
a { background-color: rgb(240,163,13); }
div.DivClassName
{
background-color: #F0A30D;
}
.BgClassName
{
background-color: #F0A30D;
}
</style>
border-color css
<style>
span { border-color: #F0A30D; }
span { border-color: rgb(240,163,13); }
td.TdClassName
{
border-color: #F0A30D;
}
.TagClassName
{
border-color: #F0A30D;
}
</style>