Shades of Dark Tangerine #F4A015
Tints of Dark Tangerine #F4A015
RGB
CMYK
RGB Variations
Color information
#F4A015 (or 0xF4A015) is known color: Dark Tangerine. HEX triplet: F4, A0 and 15. RGB value is (244,160,21). Sum of RGB (Red+Green+Blue) = 244+160+21=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A015 is #0B5FEA. Grayscale: #A9A9A9. Windows color (decimal): -745451 or 1417460. OLE color: 1417460.
HSL color Cylindrical-coordinate representation of color #F4A015: hue angle of 37.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4A015 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.04 |
| HSL | 37.4º | 0.91% | 0.52% | - |
| HSV(B) | 37.4º | 0.91% | 0.96% | - |
| XYZ | 50.01 | 44.43 | 6.65 | - |
| YUV | 169.27 | 44.33 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 21 | 0 | 0.34 | 0.91 | 0.04 | 37.4 | 0.91 | 0.52 |
| Hex | F4 | A0 | 15 | 0 | 22 | 5B | 4 | 25 | 5B | 34 |
| Octal | 364 | 240 | 25 | 0 | 42 | 133 | 4 | 45 | 133 | 64 |
| Binary | 11110100 | 10100000 | 10101 | 0 | 100010 | 1011011 | 100 | 100101 | 1011011 | 110100 |
Color Harmonies of #F4A015
Complementary color
Monochromatic Colors of #F4A015
Black with #F4A015
Text Example
Text Example
White with #F4A015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A015; }
p { color: rgb(244,160,21); }
H1.HeaderClassName
{
color: #F4A015;
}
.AnyTagClassName
{
color: #F4A015;
}
</style>
background-color css
<style>
a { background-color: #F4A015; }
a { background-color: rgb(244,160,21); }
div.DivClassName
{
background-color: #F4A015;
}
.BgClassName
{
background-color: #F4A015;
}
</style>
border-color css
<style>
span { border-color: #F4A015; }
span { border-color: rgb(244,160,21); }
td.TdClassName
{
border-color: #F4A015;
}
.TagClassName
{
border-color: #F4A015;
}
</style>