Shades of Gamboge #F19D16
Tints of Gamboge #F19D16
RGB
CMYK
RGB Variations
Color information
#F19D16 (or 0xF19D16) is known color: Gamboge. HEX triplet: F1, 9D and 16. RGB value is (241,157,22). Sum of RGB (Red+Green+Blue) = 241+157+22=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19D16 is #0E62E9. Grayscale: #A7A7A7. Windows color (decimal): -942826 or 1482225. OLE color: 1482225.
HSL color Cylindrical-coordinate representation of color #F19D16: hue angle of 36.99º 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 #F19D16 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 157 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.05 |
| HSL | 36.99º | 0.89% | 0.52% | - |
| HSV(B) | 36.99º | 0.91% | 0.95% | - |
| XYZ | 48.48 | 42.87 | 6.48 | - |
| YUV | 166.73 | 46.33 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 157 | 22 | 0 | 0.35 | 0.91 | 0.05 | 36.99 | 0.89 | 0.52 |
| Hex | F1 | 9D | 16 | 0 | 23 | 5B | 5 | 25 | 59 | 34 |
| Octal | 361 | 235 | 26 | 0 | 43 | 133 | 5 | 45 | 131 | 64 |
| Binary | 11110001 | 10011101 | 10110 | 0 | 100011 | 1011011 | 101 | 100101 | 1011001 | 110100 |
Color Harmonies of #F19D16
Complementary color
Monochromatic Colors of #F19D16
Black with #F19D16
Text Example
Text Example
White with #F19D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19D16; }
p { color: rgb(241,157,22); }
H1.HeaderClassName
{
color: #F19D16;
}
.AnyTagClassName
{
color: #F19D16;
}
</style>
background-color css
<style>
a { background-color: #F19D16; }
a { background-color: rgb(241,157,22); }
div.DivClassName
{
background-color: #F19D16;
}
.BgClassName
{
background-color: #F19D16;
}
</style>
border-color css
<style>
span { border-color: #F19D16; }
span { border-color: rgb(241,157,22); }
td.TdClassName
{
border-color: #F19D16;
}
.TagClassName
{
border-color: #F19D16;
}
</style>