Shades of Gamboge #F0A50C
Tints of Gamboge #F0A50C
RGB
CMYK
RGB Variations
Color information
#F0A50C (or 0xF0A50C) is known color: Gamboge. HEX triplet: F0, A5 and 0C. RGB value is (240,165,12). Sum of RGB (Red+Green+Blue) = 240+165+12=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A50C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A50C is #0F5AF3. Grayscale: #AAAAAA. Windows color (decimal): -1006324 or 828912. OLE color: 828912.
HSL color Cylindrical-coordinate representation of color #F0A50C: hue angle of 40.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0A50C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 165 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.06 |
| HSL | 40.26º | 0.9% | 0.49% | - |
| HSV(B) | 40.26º | 0.95% | 0.94% | - |
| XYZ | 49.46 | 45.46 | 6.52 | - |
| YUV | 169.98 | 38.85 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 12 | 0 | 0.31 | 0.95 | 0.06 | 40.26 | 0.9 | 0.49 |
| Hex | F0 | A5 | C | 0 | 1F | 5F | 6 | 28 | 5A | 31 |
| Octal | 360 | 245 | 14 | 0 | 37 | 137 | 6 | 50 | 132 | 61 |
| Binary | 11110000 | 10100101 | 1100 | 0 | 11111 | 1011111 | 110 | 101000 | 1011010 | 110001 |
Color Harmonies of #F0A50C
Complementary color
Monochromatic Colors of #F0A50C
Black with #F0A50C
Text Example
Text Example
White with #F0A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A50C; }
p { color: rgb(240,165,12); }
H1.HeaderClassName
{
color: #F0A50C;
}
.AnyTagClassName
{
color: #F0A50C;
}
</style>
background-color css
<style>
a { background-color: #F0A50C; }
a { background-color: rgb(240,165,12); }
div.DivClassName
{
background-color: #F0A50C;
}
.BgClassName
{
background-color: #F0A50C;
}
</style>
border-color css
<style>
span { border-color: #F0A50C; }
span { border-color: rgb(240,165,12); }
td.TdClassName
{
border-color: #F0A50C;
}
.TagClassName
{
border-color: #F0A50C;
}
</style>