Shades of Gamboge #F0A00B
Tints of Gamboge #F0A00B
RGB
CMYK
RGB Variations
Color information
#F0A00B (or 0xF0A00B) is known color: Gamboge. HEX triplet: F0, A0 and 0B. RGB value is (240,160,11). Sum of RGB (Red+Green+Blue) = 240+160+11=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A00B is #0F5FF4. Grayscale: #A7A7A7. Windows color (decimal): -1007605 or 762096. OLE color: 762096.
HSL color Cylindrical-coordinate representation of color #F0A00B: hue angle of 39.04º degrees, saturation: 0.91, 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 #F0A00B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 39.04º | 0.91% | 0.49% | - |
| HSV(B) | 39.04º | 0.95% | 0.94% | - |
| XYZ | 48.57 | 43.69 | 6.19 | - |
| YUV | 166.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 11 | 0 | 0.33 | 0.95 | 0.06 | 39.04 | 0.91 | 0.49 |
| Hex | F0 | A0 | B | 0 | 21 | 5F | 6 | 27 | 5B | 31 |
| Octal | 360 | 240 | 13 | 0 | 41 | 137 | 6 | 47 | 133 | 61 |
| Binary | 11110000 | 10100000 | 1011 | 0 | 100001 | 1011111 | 110 | 100111 | 1011011 | 110001 |
Color Harmonies of #F0A00B
Complementary color
Monochromatic Colors of #F0A00B
Black with #F0A00B
Text Example
Text Example
White with #F0A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A00B; }
p { color: rgb(240,160,11); }
H1.HeaderClassName
{
color: #F0A00B;
}
.AnyTagClassName
{
color: #F0A00B;
}
</style>
background-color css
<style>
a { background-color: #F0A00B; }
a { background-color: rgb(240,160,11); }
div.DivClassName
{
background-color: #F0A00B;
}
.BgClassName
{
background-color: #F0A00B;
}
</style>
border-color css
<style>
span { border-color: #F0A00B; }
span { border-color: rgb(240,160,11); }
td.TdClassName
{
border-color: #F0A00B;
}
.TagClassName
{
border-color: #F0A00B;
}
</style>