Shades of Gamboge #F19C0F
Tints of Gamboge #F19C0F
RGB
CMYK
RGB Variations
Color information
#F19C0F (or 0xF19C0F) is known color: Gamboge. HEX triplet: F1, 9C and 0F. RGB value is (241,156,15). Sum of RGB (Red+Green+Blue) = 241+156+15=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C0F is #0E63F0. Grayscale: #A5A5A5. Windows color (decimal): -943089 or 1023217. OLE color: 1023217.
HSL color Cylindrical-coordinate representation of color #F19C0F: hue angle of 37.43º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F19C0F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.05 |
| HSL | 37.43º | 0.89% | 0.5% | - |
| HSV(B) | 37.43º | 0.94% | 0.95% | - |
| XYZ | 48.25 | 42.51 | 6.11 | - |
| YUV | 165.34 | 43.16 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 15 | 0 | 0.35 | 0.94 | 0.05 | 37.43 | 0.89 | 0.5 |
| Hex | F1 | 9C | F | 0 | 23 | 5E | 5 | 25 | 59 | 32 |
| Octal | 361 | 234 | 17 | 0 | 43 | 136 | 5 | 45 | 131 | 62 |
| Binary | 11110001 | 10011100 | 1111 | 0 | 100011 | 1011110 | 101 | 100101 | 1011001 | 110010 |
Color Harmonies of #F19C0F
Complementary color
Monochromatic Colors of #F19C0F
Black with #F19C0F
Text Example
Text Example
White with #F19C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C0F; }
p { color: rgb(241,156,15); }
H1.HeaderClassName
{
color: #F19C0F;
}
.AnyTagClassName
{
color: #F19C0F;
}
</style>
background-color css
<style>
a { background-color: #F19C0F; }
a { background-color: rgb(241,156,15); }
div.DivClassName
{
background-color: #F19C0F;
}
.BgClassName
{
background-color: #F19C0F;
}
</style>
border-color css
<style>
span { border-color: #F19C0F; }
span { border-color: rgb(241,156,15); }
td.TdClassName
{
border-color: #F19C0F;
}
.TagClassName
{
border-color: #F19C0F;
}
</style>