Shades of Dark Tangerine #F7A814
Tints of Dark Tangerine #F7A814
RGB
CMYK
RGB Variations
Color information
#F7A814 (or 0xF7A814) is known color: Dark Tangerine. HEX triplet: F7, A8 and 14. RGB value is (247,168,20). Sum of RGB (Red+Green+Blue) = 247+168+20=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A814 is #0857EB. Grayscale: #AFAFAF. Windows color (decimal): -546796 or 1353975. OLE color: 1353975.
HSL color Cylindrical-coordinate representation of color #F7A814: hue angle of 39.12º 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 #F7A814 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.03 |
| HSL | 39.12º | 0.93% | 0.52% | - |
| HSV(B) | 39.12º | 0.92% | 0.97% | - |
| XYZ | 52.49 | 47.83 | 7.13 | - |
| YUV | 174.75 | 40.67 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 20 | 0 | 0.32 | 0.92 | 0.03 | 39.12 | 0.93 | 0.52 |
| Hex | F7 | A8 | 14 | 0 | 20 | 5C | 3 | 27 | 5D | 34 |
| Octal | 367 | 250 | 24 | 0 | 40 | 134 | 3 | 47 | 135 | 64 |
| Binary | 11110111 | 10101000 | 10100 | 0 | 100000 | 1011100 | 11 | 100111 | 1011101 | 110100 |
Color Harmonies of #F7A814
Complementary color
Monochromatic Colors of #F7A814
Black with #F7A814
Text Example
Text Example
White with #F7A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A814; }
p { color: rgb(247,168,20); }
H1.HeaderClassName
{
color: #F7A814;
}
.AnyTagClassName
{
color: #F7A814;
}
</style>
background-color css
<style>
a { background-color: #F7A814; }
a { background-color: rgb(247,168,20); }
div.DivClassName
{
background-color: #F7A814;
}
.BgClassName
{
background-color: #F7A814;
}
</style>
border-color css
<style>
span { border-color: #F7A814; }
span { border-color: rgb(247,168,20); }
td.TdClassName
{
border-color: #F7A814;
}
.TagClassName
{
border-color: #F7A814;
}
</style>