Shades of Gamboge #F0A30B
Tints of Gamboge #F0A30B
RGB
CMYK
RGB Variations
Color information
#F0A30B (or 0xF0A30B) is known color: Gamboge. HEX triplet: F0, A3 and 0B. RGB value is (240,163,11). Sum of RGB (Red+Green+Blue) = 240+163+11=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A30B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A30B is #0F5CF4. Grayscale: #A9A9A9. Windows color (decimal): -1006837 or 762864. OLE color: 762864.
HSL color Cylindrical-coordinate representation of color #F0A30B: hue angle of 39.83º 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 #F0A30B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.06 |
| HSL | 39.83º | 0.91% | 0.49% | - |
| HSV(B) | 39.83º | 0.95% | 0.94% | - |
| XYZ | 49.09 | 44.74 | 6.37 | - |
| YUV | 168.7 | 39.01 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 11 | 0 | 0.32 | 0.95 | 0.06 | 39.83 | 0.91 | 0.49 |
| Hex | F0 | A3 | B | 0 | 20 | 5F | 6 | 28 | 5B | 31 |
| Octal | 360 | 243 | 13 | 0 | 40 | 137 | 6 | 50 | 133 | 61 |
| Binary | 11110000 | 10100011 | 1011 | 0 | 100000 | 1011111 | 110 | 101000 | 1011011 | 110001 |
Color Harmonies of #F0A30B
Complementary color
Monochromatic Colors of #F0A30B
Black with #F0A30B
Text Example
Text Example
White with #F0A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A30B; }
p { color: rgb(240,163,11); }
H1.HeaderClassName
{
color: #F0A30B;
}
.AnyTagClassName
{
color: #F0A30B;
}
</style>
background-color css
<style>
a { background-color: #F0A30B; }
a { background-color: rgb(240,163,11); }
div.DivClassName
{
background-color: #F0A30B;
}
.BgClassName
{
background-color: #F0A30B;
}
</style>
border-color css
<style>
span { border-color: #F0A30B; }
span { border-color: rgb(240,163,11); }
td.TdClassName
{
border-color: #F0A30B;
}
.TagClassName
{
border-color: #F0A30B;
}
</style>