Shades of Gamboge #F0A11B
Tints of Gamboge #F0A11B
RGB
CMYK
RGB Variations
Color information
#F0A11B (or 0xF0A11B) is known color: Gamboge. HEX triplet: F0, A1 and 1B. RGB value is (240,161,27). Sum of RGB (Red+Green+Blue) = 240+161+27=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A11B is #0F5EE4. Grayscale: #A9A9A9. Windows color (decimal): -1007333 or 1810928. OLE color: 1810928.
HSL color Cylindrical-coordinate representation of color #F0A11B: hue angle of 37.75º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0A11B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 27 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.06 |
| HSL | 37.75º | 0.88% | 0.52% | - |
| HSV(B) | 37.75º | 0.89% | 0.94% | - |
| XYZ | 48.88 | 44.09 | 6.97 | - |
| YUV | 169.35 | 47.67 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 27 | 0 | 0.33 | 0.89 | 0.06 | 37.75 | 0.88 | 0.52 |
| Hex | F0 | A1 | 1B | 0 | 21 | 59 | 6 | 26 | 58 | 34 |
| Octal | 360 | 241 | 33 | 0 | 41 | 131 | 6 | 46 | 130 | 64 |
| Binary | 11110000 | 10100001 | 11011 | 0 | 100001 | 1011001 | 110 | 100110 | 1011000 | 110100 |
Color Harmonies of #F0A11B
Complementary color
Monochromatic Colors of #F0A11B
Black with #F0A11B
Text Example
Text Example
White with #F0A11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A11B; }
p { color: rgb(240,161,27); }
H1.HeaderClassName
{
color: #F0A11B;
}
.AnyTagClassName
{
color: #F0A11B;
}
</style>
background-color css
<style>
a { background-color: #F0A11B; }
a { background-color: rgb(240,161,27); }
div.DivClassName
{
background-color: #F0A11B;
}
.BgClassName
{
background-color: #F0A11B;
}
</style>
border-color css
<style>
span { border-color: #F0A11B; }
span { border-color: rgb(240,161,27); }
td.TdClassName
{
border-color: #F0A11B;
}
.TagClassName
{
border-color: #F0A11B;
}
</style>