Shades of Gamboge #F0A60C
Tints of Gamboge #F0A60C
RGB
CMYK
RGB Variations
Color information
#F0A60C (or 0xF0A60C) is known color: Gamboge. HEX triplet: F0, A6 and 0C. RGB value is (240,166,12). Sum of RGB (Red+Green+Blue) = 240+166+12=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A60C is #0F59F3. Grayscale: #ABABAB. Windows color (decimal): -1006068 or 829168. OLE color: 829168.
HSL color Cylindrical-coordinate representation of color #F0A60C: hue angle of 40.53º 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 #F0A60C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.06 |
| HSL | 40.53º | 0.9% | 0.49% | - |
| HSV(B) | 40.53º | 0.95% | 0.94% | - |
| XYZ | 49.64 | 45.82 | 6.58 | - |
| YUV | 170.57 | 38.52 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 12 | 0 | 0.31 | 0.95 | 0.06 | 40.53 | 0.9 | 0.49 |
| Hex | F0 | A6 | C | 0 | 1F | 5F | 6 | 29 | 5A | 31 |
| Octal | 360 | 246 | 14 | 0 | 37 | 137 | 6 | 51 | 132 | 61 |
| Binary | 11110000 | 10100110 | 1100 | 0 | 11111 | 1011111 | 110 | 101001 | 1011010 | 110001 |
Color Harmonies of #F0A60C
Complementary color
Monochromatic Colors of #F0A60C
Black with #F0A60C
Text Example
Text Example
White with #F0A60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A60C; }
p { color: rgb(240,166,12); }
H1.HeaderClassName
{
color: #F0A60C;
}
.AnyTagClassName
{
color: #F0A60C;
}
</style>
background-color css
<style>
a { background-color: #F0A60C; }
a { background-color: rgb(240,166,12); }
div.DivClassName
{
background-color: #F0A60C;
}
.BgClassName
{
background-color: #F0A60C;
}
</style>
border-color css
<style>
span { border-color: #F0A60C; }
span { border-color: rgb(240,166,12); }
td.TdClassName
{
border-color: #F0A60C;
}
.TagClassName
{
border-color: #F0A60C;
}
</style>