Shades of Gamboge #F19F10
Tints of Gamboge #F19F10
RGB
CMYK
RGB Variations
Color information
#F19F10 (or 0xF19F10) is known color: Gamboge. HEX triplet: F1, 9F and 10. RGB value is (241,159,16). Sum of RGB (Red+Green+Blue) = 241+159+16=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19F10 is #0E60EF. Grayscale: #A7A7A7. Windows color (decimal): -942320 or 1089521. OLE color: 1089521.
HSL color Cylindrical-coordinate representation of color #F19F10: hue angle of 38.13º 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 #F19F10 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.05 |
| HSL | 38.13º | 0.89% | 0.5% | - |
| HSV(B) | 38.13º | 0.93% | 0.95% | - |
| XYZ | 48.77 | 43.53 | 6.32 | - |
| YUV | 167.22 | 42.67 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 16 | 0 | 0.34 | 0.93 | 0.05 | 38.13 | 0.89 | 0.5 |
| Hex | F1 | 9F | 10 | 0 | 22 | 5D | 5 | 26 | 59 | 32 |
| Octal | 361 | 237 | 20 | 0 | 42 | 135 | 5 | 46 | 131 | 62 |
| Binary | 11110001 | 10011111 | 10000 | 0 | 100010 | 1011101 | 101 | 100110 | 1011001 | 110010 |
Color Harmonies of #F19F10
Complementary color
Monochromatic Colors of #F19F10
Black with #F19F10
Text Example
Text Example
White with #F19F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19F10; }
p { color: rgb(241,159,16); }
H1.HeaderClassName
{
color: #F19F10;
}
.AnyTagClassName
{
color: #F19F10;
}
</style>
background-color css
<style>
a { background-color: #F19F10; }
a { background-color: rgb(241,159,16); }
div.DivClassName
{
background-color: #F19F10;
}
.BgClassName
{
background-color: #F19F10;
}
</style>
border-color css
<style>
span { border-color: #F19F10; }
span { border-color: rgb(241,159,16); }
td.TdClassName
{
border-color: #F19F10;
}
.TagClassName
{
border-color: #F19F10;
}
</style>