Shades of Dark Tangerine #F4A210
Tints of Dark Tangerine #F4A210
RGB
CMYK
RGB Variations
Color information
#F4A210 (or 0xF4A210) is known color: Dark Tangerine. HEX triplet: F4, A2 and 10. RGB value is (244,162,16). Sum of RGB (Red+Green+Blue) = 244+162+16=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A210 is #0B5DEF. Grayscale: #AAAAAA. Windows color (decimal): -744944 or 1090292. OLE color: 1090292.
HSL color Cylindrical-coordinate representation of color #F4A210: hue angle of 38.42º 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 #F4A210 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.04 |
| HSL | 38.42º | 0.91% | 0.51% | - |
| HSV(B) | 38.42º | 0.93% | 0.96% | - |
| XYZ | 50.32 | 45.11 | 6.55 | - |
| YUV | 169.87 | 41.17 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 16 | 0 | 0.34 | 0.93 | 0.04 | 38.42 | 0.91 | 0.51 |
| Hex | F4 | A2 | 10 | 0 | 22 | 5D | 4 | 26 | 5B | 33 |
| Octal | 364 | 242 | 20 | 0 | 42 | 135 | 4 | 46 | 133 | 63 |
| Binary | 11110100 | 10100010 | 10000 | 0 | 100010 | 1011101 | 100 | 100110 | 1011011 | 110011 |
Color Harmonies of #F4A210
Complementary color
Monochromatic Colors of #F4A210
Black with #F4A210
Text Example
Text Example
White with #F4A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A210; }
p { color: rgb(244,162,16); }
H1.HeaderClassName
{
color: #F4A210;
}
.AnyTagClassName
{
color: #F4A210;
}
</style>
background-color css
<style>
a { background-color: #F4A210; }
a { background-color: rgb(244,162,16); }
div.DivClassName
{
background-color: #F4A210;
}
.BgClassName
{
background-color: #F4A210;
}
</style>
border-color css
<style>
span { border-color: #F4A210; }
span { border-color: rgb(244,162,16); }
td.TdClassName
{
border-color: #F4A210;
}
.TagClassName
{
border-color: #F4A210;
}
</style>