Shades of Gamboge #F1950E
Tints of Gamboge #F1950E
RGB
CMYK
RGB Variations
Color information
#F1950E (or 0xF1950E) is known color: Gamboge. HEX triplet: F1, 95 and 0E. RGB value is (241,149,14). Sum of RGB (Red+Green+Blue) = 241+149+14=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1950E is #0E6AF1. Grayscale: #A1A1A1. Windows color (decimal): -944882 or 955889. OLE color: 955889.
HSL color Cylindrical-coordinate representation of color #F1950E: hue angle of 35.68º 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 #F1950E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.05 |
| HSL | 35.68º | 0.89% | 0.5% | - |
| HSV(B) | 35.68º | 0.94% | 0.95% | - |
| XYZ | 47.1 | 40.23 | 5.7 | - |
| YUV | 161.12 | 44.98 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 14 | 0 | 0.38 | 0.94 | 0.05 | 35.68 | 0.89 | 0.5 |
| Hex | F1 | 95 | E | 0 | 26 | 5E | 5 | 24 | 59 | 32 |
| Octal | 361 | 225 | 16 | 0 | 46 | 136 | 5 | 44 | 131 | 62 |
| Binary | 11110001 | 10010101 | 1110 | 0 | 100110 | 1011110 | 101 | 100100 | 1011001 | 110010 |
Color Harmonies of #F1950E
Complementary color
Monochromatic Colors of #F1950E
Black with #F1950E
Text Example
Text Example
White with #F1950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1950E; }
p { color: rgb(241,149,14); }
H1.HeaderClassName
{
color: #F1950E;
}
.AnyTagClassName
{
color: #F1950E;
}
</style>
background-color css
<style>
a { background-color: #F1950E; }
a { background-color: rgb(241,149,14); }
div.DivClassName
{
background-color: #F1950E;
}
.BgClassName
{
background-color: #F1950E;
}
</style>
border-color css
<style>
span { border-color: #F1950E; }
span { border-color: rgb(241,149,14); }
td.TdClassName
{
border-color: #F1950E;
}
.TagClassName
{
border-color: #F1950E;
}
</style>