Shades of Gamboge #F19613
Tints of Gamboge #F19613
RGB
CMYK
RGB Variations
Color information
#F19613 (or 0xF19613) is known color: Gamboge. HEX triplet: F1, 96 and 13. RGB value is (241,150,19). Sum of RGB (Red+Green+Blue) = 241+150+19=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F19613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19613 is #0E69EC. Grayscale: #A2A2A2. Windows color (decimal): -944621 or 1283825. OLE color: 1283825.
HSL color Cylindrical-coordinate representation of color #F19613: hue angle of 35.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F19613 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 19 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.05 |
| HSL | 35.41º | 0.89% | 0.51% | - |
| HSV(B) | 35.41º | 0.92% | 0.95% | - |
| XYZ | 47.3 | 40.56 | 5.95 | - |
| YUV | 162.28 | 47.15 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 19 | 0 | 0.38 | 0.92 | 0.05 | 35.41 | 0.89 | 0.51 |
| Hex | F1 | 96 | 13 | 0 | 26 | 5C | 5 | 23 | 59 | 33 |
| Octal | 361 | 226 | 23 | 0 | 46 | 134 | 5 | 43 | 131 | 63 |
| Binary | 11110001 | 10010110 | 10011 | 0 | 100110 | 1011100 | 101 | 100011 | 1011001 | 110011 |
Color Harmonies of #F19613
Complementary color
Monochromatic Colors of #F19613
Black with #F19613
Text Example
Text Example
White with #F19613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19613; }
p { color: rgb(241,150,19); }
H1.HeaderClassName
{
color: #F19613;
}
.AnyTagClassName
{
color: #F19613;
}
</style>
background-color css
<style>
a { background-color: #F19613; }
a { background-color: rgb(241,150,19); }
div.DivClassName
{
background-color: #F19613;
}
.BgClassName
{
background-color: #F19613;
}
</style>
border-color css
<style>
span { border-color: #F19613; }
span { border-color: rgb(241,150,19); }
td.TdClassName
{
border-color: #F19613;
}
.TagClassName
{
border-color: #F19613;
}
</style>