Shades of Gamboge #F4990F
Tints of Gamboge #F4990F
RGB
CMYK
RGB Variations
Color information
#F4990F (or 0xF4990F) is known color: Gamboge. HEX triplet: F4, 99 and 0F. RGB value is (244,153,15). Sum of RGB (Red+Green+Blue) = 244+153+15=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F4990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4990F is #0B66F0. Grayscale: #A5A5A5. Windows color (decimal): -747249 or 1022452. OLE color: 1022452.
HSL color Cylindrical-coordinate representation of color #F4990F: hue angle of 36.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4990F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.04 |
| HSL | 36.16º | 0.91% | 0.51% | - |
| HSV(B) | 36.16º | 0.94% | 0.96% | - |
| XYZ | 48.79 | 42.05 | 6 | - |
| YUV | 164.48 | 43.65 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 15 | 0 | 0.37 | 0.94 | 0.04 | 36.16 | 0.91 | 0.51 |
| Hex | F4 | 99 | F | 0 | 25 | 5E | 4 | 24 | 5B | 33 |
| Octal | 364 | 231 | 17 | 0 | 45 | 136 | 4 | 44 | 133 | 63 |
| Binary | 11110100 | 10011001 | 1111 | 0 | 100101 | 1011110 | 100 | 100100 | 1011011 | 110011 |
Color Harmonies of #F4990F
Complementary color
Monochromatic Colors of #F4990F
Black with #F4990F
Text Example
Text Example
White with #F4990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4990F; }
p { color: rgb(244,153,15); }
H1.HeaderClassName
{
color: #F4990F;
}
.AnyTagClassName
{
color: #F4990F;
}
</style>
background-color css
<style>
a { background-color: #F4990F; }
a { background-color: rgb(244,153,15); }
div.DivClassName
{
background-color: #F4990F;
}
.BgClassName
{
background-color: #F4990F;
}
</style>
border-color css
<style>
span { border-color: #F4990F; }
span { border-color: rgb(244,153,15); }
td.TdClassName
{
border-color: #F4990F;
}
.TagClassName
{
border-color: #F4990F;
}
</style>