Shades of Gamboge #F0A409
Tints of Gamboge #F0A409
RGB
CMYK
RGB Variations
Color information
#F0A409 (or 0xF0A409) is known color: Gamboge. HEX triplet: F0, A4 and 09. RGB value is (240,164,9). Sum of RGB (Red+Green+Blue) = 240+164+9=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A409 is #0F5BF6. Grayscale: #A9A9A9. Windows color (decimal): -1006583 or 632048. OLE color: 632048.
HSL color Cylindrical-coordinate representation of color #F0A409: hue angle of 40.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0A409 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.06 |
| HSL | 40.26º | 0.93% | 0.49% | - |
| HSV(B) | 40.26º | 0.96% | 0.94% | - |
| XYZ | 49.26 | 45.1 | 6.37 | - |
| YUV | 169.05 | 37.68 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 9 | 0 | 0.32 | 0.96 | 0.06 | 40.26 | 0.93 | 0.49 |
| Hex | F0 | A4 | 9 | 0 | 20 | 60 | 6 | 28 | 5D | 31 |
| Octal | 360 | 244 | 11 | 0 | 40 | 140 | 6 | 50 | 135 | 61 |
| Binary | 11110000 | 10100100 | 1001 | 0 | 100000 | 1100000 | 110 | 101000 | 1011101 | 110001 |
Color Harmonies of #F0A409
Complementary color
Monochromatic Colors of #F0A409
Black with #F0A409
Text Example
Text Example
White with #F0A409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A409; }
p { color: rgb(240,164,9); }
H1.HeaderClassName
{
color: #F0A409;
}
.AnyTagClassName
{
color: #F0A409;
}
</style>
background-color css
<style>
a { background-color: #F0A409; }
a { background-color: rgb(240,164,9); }
div.DivClassName
{
background-color: #F0A409;
}
.BgClassName
{
background-color: #F0A409;
}
</style>
border-color css
<style>
span { border-color: #F0A409; }
span { border-color: rgb(240,164,9); }
td.TdClassName
{
border-color: #F0A409;
}
.TagClassName
{
border-color: #F0A409;
}
</style>