Shades of Gamboge #F19410
Tints of Gamboge #F19410
RGB
CMYK
RGB Variations
Color information
#F19410 (or 0xF19410) is known color: Gamboge. HEX triplet: F1, 94 and 10. RGB value is (241,148,16). Sum of RGB (Red+Green+Blue) = 241+148+16=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19410 is #0E6BEF. Grayscale: #A1A1A1. Windows color (decimal): -945136 or 1086705. OLE color: 1086705.
HSL color Cylindrical-coordinate representation of color #F19410: hue angle of 35.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F19410 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.05 |
| HSL | 35.2º | 0.89% | 0.5% | - |
| HSV(B) | 35.2º | 0.93% | 0.95% | - |
| XYZ | 46.96 | 39.92 | 5.72 | - |
| YUV | 160.76 | 46.31 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 16 | 0 | 0.39 | 0.93 | 0.05 | 35.2 | 0.89 | 0.5 |
| Hex | F1 | 94 | 10 | 0 | 27 | 5D | 5 | 23 | 59 | 32 |
| Octal | 361 | 224 | 20 | 0 | 47 | 135 | 5 | 43 | 131 | 62 |
| Binary | 11110001 | 10010100 | 10000 | 0 | 100111 | 1011101 | 101 | 100011 | 1011001 | 110010 |
Color Harmonies of #F19410
Complementary color
Monochromatic Colors of #F19410
Black with #F19410
Text Example
Text Example
White with #F19410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19410; }
p { color: rgb(241,148,16); }
H1.HeaderClassName
{
color: #F19410;
}
.AnyTagClassName
{
color: #F19410;
}
</style>
background-color css
<style>
a { background-color: #F19410; }
a { background-color: rgb(241,148,16); }
div.DivClassName
{
background-color: #F19410;
}
.BgClassName
{
background-color: #F19410;
}
</style>
border-color css
<style>
span { border-color: #F19410; }
span { border-color: rgb(241,148,16); }
td.TdClassName
{
border-color: #F19410;
}
.TagClassName
{
border-color: #F19410;
}
</style>