Shades of Gamboge #F0A10B
Tints of Gamboge #F0A10B
RGB
CMYK
RGB Variations
Color information
#F0A10B (or 0xF0A10B) is known color: Gamboge. HEX triplet: F0, A1 and 0B. RGB value is (240,161,11). Sum of RGB (Red+Green+Blue) = 240+161+11=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A10B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A10B is #0F5EF4. Grayscale: #A8A8A8. Windows color (decimal): -1007349 or 762352. OLE color: 762352.
HSL color Cylindrical-coordinate representation of color #F0A10B: hue angle of 39.3º 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 #F0A10B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.06 |
| HSL | 39.3º | 0.91% | 0.49% | - |
| HSV(B) | 39.3º | 0.95% | 0.94% | - |
| XYZ | 48.74 | 44.04 | 6.25 | - |
| YUV | 167.52 | 39.67 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 11 | 0 | 0.33 | 0.95 | 0.06 | 39.3 | 0.91 | 0.49 |
| Hex | F0 | A1 | B | 0 | 21 | 5F | 6 | 27 | 5B | 31 |
| Octal | 360 | 241 | 13 | 0 | 41 | 137 | 6 | 47 | 133 | 61 |
| Binary | 11110000 | 10100001 | 1011 | 0 | 100001 | 1011111 | 110 | 100111 | 1011011 | 110001 |
Color Harmonies of #F0A10B
Complementary color
Monochromatic Colors of #F0A10B
Black with #F0A10B
Text Example
Text Example
White with #F0A10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A10B; }
p { color: rgb(240,161,11); }
H1.HeaderClassName
{
color: #F0A10B;
}
.AnyTagClassName
{
color: #F0A10B;
}
</style>
background-color css
<style>
a { background-color: #F0A10B; }
a { background-color: rgb(240,161,11); }
div.DivClassName
{
background-color: #F0A10B;
}
.BgClassName
{
background-color: #F0A10B;
}
</style>
border-color css
<style>
span { border-color: #F0A10B; }
span { border-color: rgb(240,161,11); }
td.TdClassName
{
border-color: #F0A10B;
}
.TagClassName
{
border-color: #F0A10B;
}
</style>