Shades of Dark Tangerine #F7A013
Tints of Dark Tangerine #F7A013
RGB
CMYK
RGB Variations
Color information
#F7A013 (or 0xF7A013) is known color: Dark Tangerine. HEX triplet: F7, A0 and 13. RGB value is (247,160,19). Sum of RGB (Red+Green+Blue) = 247+160+19=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A013 is #085FEC. Grayscale: #AAAAAA. Windows color (decimal): -548845 or 1286391. OLE color: 1286391.
HSL color Cylindrical-coordinate representation of color #F7A013: hue angle of 37.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7A013 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 19 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.03 |
| HSL | 37.11º | 0.93% | 0.52% | - |
| HSV(B) | 37.11º | 0.92% | 0.97% | - |
| XYZ | 51.05 | 44.96 | 6.6 | - |
| YUV | 169.94 | 42.82 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 19 | 0 | 0.35 | 0.92 | 0.03 | 37.11 | 0.93 | 0.52 |
| Hex | F7 | A0 | 13 | 0 | 23 | 5C | 3 | 25 | 5D | 34 |
| Octal | 367 | 240 | 23 | 0 | 43 | 134 | 3 | 45 | 135 | 64 |
| Binary | 11110111 | 10100000 | 10011 | 0 | 100011 | 1011100 | 11 | 100101 | 1011101 | 110100 |
Color Harmonies of #F7A013
Complementary color
Monochromatic Colors of #F7A013
Black with #F7A013
Text Example
Text Example
White with #F7A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A013; }
p { color: rgb(247,160,19); }
H1.HeaderClassName
{
color: #F7A013;
}
.AnyTagClassName
{
color: #F7A013;
}
</style>
background-color css
<style>
a { background-color: #F7A013; }
a { background-color: rgb(247,160,19); }
div.DivClassName
{
background-color: #F7A013;
}
.BgClassName
{
background-color: #F7A013;
}
</style>
border-color css
<style>
span { border-color: #F7A013; }
span { border-color: rgb(247,160,19); }
td.TdClassName
{
border-color: #F7A013;
}
.TagClassName
{
border-color: #F7A013;
}
</style>