Shades of Gamboge #F19B10
Tints of Gamboge #F19B10
RGB
CMYK
RGB Variations
Color information
#F19B10 (or 0xF19B10) is known color: Gamboge. HEX triplet: F1, 9B and 10. RGB value is (241,155,16). Sum of RGB (Red+Green+Blue) = 241+155+16=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19B10 is #0E64EF. Grayscale: #A5A5A5. Windows color (decimal): -943344 or 1088497. OLE color: 1088497.
HSL color Cylindrical-coordinate representation of color #F19B10: hue angle of 37.07º 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 #F19B10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.05 |
| HSL | 37.07º | 0.89% | 0.5% | - |
| HSV(B) | 37.07º | 0.93% | 0.95% | - |
| XYZ | 48.09 | 42.18 | 6.1 | - |
| YUV | 164.87 | 43.99 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 16 | 0 | 0.36 | 0.93 | 0.05 | 37.07 | 0.89 | 0.5 |
| Hex | F1 | 9B | 10 | 0 | 24 | 5D | 5 | 25 | 59 | 32 |
| Octal | 361 | 233 | 20 | 0 | 44 | 135 | 5 | 45 | 131 | 62 |
| Binary | 11110001 | 10011011 | 10000 | 0 | 100100 | 1011101 | 101 | 100101 | 1011001 | 110010 |
Color Harmonies of #F19B10
Complementary color
Monochromatic Colors of #F19B10
Black with #F19B10
Text Example
Text Example
White with #F19B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19B10; }
p { color: rgb(241,155,16); }
H1.HeaderClassName
{
color: #F19B10;
}
.AnyTagClassName
{
color: #F19B10;
}
</style>
background-color css
<style>
a { background-color: #F19B10; }
a { background-color: rgb(241,155,16); }
div.DivClassName
{
background-color: #F19B10;
}
.BgClassName
{
background-color: #F19B10;
}
</style>
border-color css
<style>
span { border-color: #F19B10; }
span { border-color: rgb(241,155,16); }
td.TdClassName
{
border-color: #F19B10;
}
.TagClassName
{
border-color: #F19B10;
}
</style>