Shades of Gamboge #F49912
Tints of Gamboge #F49912
RGB
CMYK
RGB Variations
Color information
#F49912 (or 0xF49912) is known color: Gamboge. HEX triplet: F4, 99 and 12. RGB value is (244,153,18). Sum of RGB (Red+Green+Blue) = 244+153+18=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F49912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49912 is #0B66ED. Grayscale: #A5A5A5. Windows color (decimal): -747246 or 1219060. OLE color: 1219060.
HSL color Cylindrical-coordinate representation of color #F49912: hue angle of 35.84º 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 #F49912 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 18 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.04 |
| HSL | 35.84º | 0.91% | 0.51% | - |
| HSV(B) | 35.84º | 0.93% | 0.96% | - |
| XYZ | 48.81 | 42.06 | 6.12 | - |
| YUV | 164.82 | 45.15 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 18 | 0 | 0.37 | 0.93 | 0.04 | 35.84 | 0.91 | 0.51 |
| Hex | F4 | 99 | 12 | 0 | 25 | 5D | 4 | 24 | 5B | 33 |
| Octal | 364 | 231 | 22 | 0 | 45 | 135 | 4 | 44 | 133 | 63 |
| Binary | 11110100 | 10011001 | 10010 | 0 | 100101 | 1011101 | 100 | 100100 | 1011011 | 110011 |
Color Harmonies of #F49912
Complementary color
Monochromatic Colors of #F49912
Black with #F49912
Text Example
Text Example
White with #F49912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49912; }
p { color: rgb(244,153,18); }
H1.HeaderClassName
{
color: #F49912;
}
.AnyTagClassName
{
color: #F49912;
}
</style>
background-color css
<style>
a { background-color: #F49912; }
a { background-color: rgb(244,153,18); }
div.DivClassName
{
background-color: #F49912;
}
.BgClassName
{
background-color: #F49912;
}
</style>
border-color css
<style>
span { border-color: #F49912; }
span { border-color: rgb(244,153,18); }
td.TdClassName
{
border-color: #F49912;
}
.TagClassName
{
border-color: #F49912;
}
</style>