Shades of Gamboge #F19C0E
Tints of Gamboge #F19C0E
RGB
CMYK
RGB Variations
Color information
#F19C0E (or 0xF19C0E) is known color: Gamboge. HEX triplet: F1, 9C and 0E. RGB value is (241,156,14). Sum of RGB (Red+Green+Blue) = 241+156+14=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C0E is #0E63F1. Grayscale: #A5A5A5. Windows color (decimal): -943090 or 957681. OLE color: 957681.
HSL color Cylindrical-coordinate representation of color #F19C0E: hue angle of 37.53º 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 #F19C0E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.05 |
| HSL | 37.53º | 0.89% | 0.5% | - |
| HSV(B) | 37.53º | 0.94% | 0.95% | - |
| XYZ | 48.24 | 42.51 | 6.08 | - |
| YUV | 165.23 | 42.66 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 14 | 0 | 0.35 | 0.94 | 0.05 | 37.53 | 0.89 | 0.5 |
| Hex | F1 | 9C | E | 0 | 23 | 5E | 5 | 26 | 59 | 32 |
| Octal | 361 | 234 | 16 | 0 | 43 | 136 | 5 | 46 | 131 | 62 |
| Binary | 11110001 | 10011100 | 1110 | 0 | 100011 | 1011110 | 101 | 100110 | 1011001 | 110010 |
Color Harmonies of #F19C0E
Complementary color
Monochromatic Colors of #F19C0E
Black with #F19C0E
Text Example
Text Example
White with #F19C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C0E; }
p { color: rgb(241,156,14); }
H1.HeaderClassName
{
color: #F19C0E;
}
.AnyTagClassName
{
color: #F19C0E;
}
</style>
background-color css
<style>
a { background-color: #F19C0E; }
a { background-color: rgb(241,156,14); }
div.DivClassName
{
background-color: #F19C0E;
}
.BgClassName
{
background-color: #F19C0E;
}
</style>
border-color css
<style>
span { border-color: #F19C0E; }
span { border-color: rgb(241,156,14); }
td.TdClassName
{
border-color: #F19C0E;
}
.TagClassName
{
border-color: #F19C0E;
}
</style>