Shades of Gamboge #F49611
Tints of Gamboge #F49611
RGB
CMYK
RGB Variations
Color information
#F49611 (or 0xF49611) is known color: Gamboge. HEX triplet: F4, 96 and 11. RGB value is (244,150,17). Sum of RGB (Red+Green+Blue) = 244+150+17=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F49611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49611 is #0B69EE. Grayscale: #A3A3A3. Windows color (decimal): -748015 or 1152756. OLE color: 1152756.
HSL color Cylindrical-coordinate representation of color #F49611: hue angle of 35.15º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F49611 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 17 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.04 |
| HSL | 35.15º | 0.91% | 0.51% | - |
| HSV(B) | 35.15º | 0.93% | 0.96% | - |
| XYZ | 48.32 | 41.09 | 5.91 | - |
| YUV | 162.94 | 45.64 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 17 | 0 | 0.39 | 0.93 | 0.04 | 35.15 | 0.91 | 0.51 |
| Hex | F4 | 96 | 11 | 0 | 27 | 5D | 4 | 23 | 5B | 33 |
| Octal | 364 | 226 | 21 | 0 | 47 | 135 | 4 | 43 | 133 | 63 |
| Binary | 11110100 | 10010110 | 10001 | 0 | 100111 | 1011101 | 100 | 100011 | 1011011 | 110011 |
Color Harmonies of #F49611
Complementary color
Monochromatic Colors of #F49611
Black with #F49611
Text Example
Text Example
White with #F49611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49611; }
p { color: rgb(244,150,17); }
H1.HeaderClassName
{
color: #F49611;
}
.AnyTagClassName
{
color: #F49611;
}
</style>
background-color css
<style>
a { background-color: #F49611; }
a { background-color: rgb(244,150,17); }
div.DivClassName
{
background-color: #F49611;
}
.BgClassName
{
background-color: #F49611;
}
</style>
border-color css
<style>
span { border-color: #F49611; }
span { border-color: rgb(244,150,17); }
td.TdClassName
{
border-color: #F49611;
}
.TagClassName
{
border-color: #F49611;
}
</style>