Shades of Gamboge #F49610
Tints of Gamboge #F49610
RGB
CMYK
RGB Variations
Color information
#F49610 (or 0xF49610) is known color: Gamboge. HEX triplet: F4, 96 and 10. RGB value is (244,150,16). Sum of RGB (Red+Green+Blue) = 244+150+16=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F49610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49610 is #0B69EF. Grayscale: #A3A3A3. Windows color (decimal): -748016 or 1087220. OLE color: 1087220.
HSL color Cylindrical-coordinate representation of color #F49610: hue angle of 35.26º 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 #F49610 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.04 |
| HSL | 35.26º | 0.91% | 0.51% | - |
| HSV(B) | 35.26º | 0.93% | 0.96% | - |
| XYZ | 48.31 | 41.08 | 5.87 | - |
| YUV | 162.83 | 45.14 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 16 | 0 | 0.39 | 0.93 | 0.04 | 35.26 | 0.91 | 0.51 |
| Hex | F4 | 96 | 10 | 0 | 27 | 5D | 4 | 23 | 5B | 33 |
| Octal | 364 | 226 | 20 | 0 | 47 | 135 | 4 | 43 | 133 | 63 |
| Binary | 11110100 | 10010110 | 10000 | 0 | 100111 | 1011101 | 100 | 100011 | 1011011 | 110011 |
Color Harmonies of #F49610
Complementary color
Monochromatic Colors of #F49610
Black with #F49610
Text Example
Text Example
White with #F49610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49610; }
p { color: rgb(244,150,16); }
H1.HeaderClassName
{
color: #F49610;
}
.AnyTagClassName
{
color: #F49610;
}
</style>
background-color css
<style>
a { background-color: #F49610; }
a { background-color: rgb(244,150,16); }
div.DivClassName
{
background-color: #F49610;
}
.BgClassName
{
background-color: #F49610;
}
</style>
border-color css
<style>
span { border-color: #F49610; }
span { border-color: rgb(244,150,16); }
td.TdClassName
{
border-color: #F49610;
}
.TagClassName
{
border-color: #F49610;
}
</style>