Shades of Gamboge #F19F16
Tints of Gamboge #F19F16
RGB
CMYK
RGB Variations
Color information
#F19F16 (or 0xF19F16) is known color: Gamboge. HEX triplet: F1, 9F and 16. RGB value is (241,159,22). Sum of RGB (Red+Green+Blue) = 241+159+22=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F16 is #0E60E9. Grayscale: #A8A8A8. Windows color (decimal): -942314 or 1482737. OLE color: 1482737.
HSL color Cylindrical-coordinate representation of color #F19F16: hue angle of 37.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F19F16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.05 |
| HSL | 37.53º | 0.89% | 0.52% | - |
| HSV(B) | 37.53º | 0.91% | 0.95% | - |
| XYZ | 48.82 | 43.55 | 6.59 | - |
| YUV | 167.9 | 45.67 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 22 | 0 | 0.34 | 0.91 | 0.05 | 37.53 | 0.89 | 0.52 |
| Hex | F1 | 9F | 16 | 0 | 22 | 5B | 5 | 26 | 59 | 34 |
| Octal | 361 | 237 | 26 | 0 | 42 | 133 | 5 | 46 | 131 | 64 |
| Binary | 11110001 | 10011111 | 10110 | 0 | 100010 | 1011011 | 101 | 100110 | 1011001 | 110100 |
Color Harmonies of #F19F16
Complementary color
Monochromatic Colors of #F19F16
Black with #F19F16
Text Example
Text Example
White with #F19F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F16; }
p { color: rgb(241,159,22); }
H1.HeaderClassName
{
color: #F19F16;
}
.AnyTagClassName
{
color: #F19F16;
}
</style>
background-color css
<style>
a { background-color: #F19F16; }
a { background-color: rgb(241,159,22); }
div.DivClassName
{
background-color: #F19F16;
}
.BgClassName
{
background-color: #F19F16;
}
</style>
border-color css
<style>
span { border-color: #F19F16; }
span { border-color: rgb(241,159,22); }
td.TdClassName
{
border-color: #F19F16;
}
.TagClassName
{
border-color: #F19F16;
}
</style>