Shades of Dark Tangerine #F7A00E
Tints of Dark Tangerine #F7A00E
RGB
CMYK
RGB Variations
Color information
#F7A00E (or 0xF7A00E) is known color: Dark Tangerine. HEX triplet: F7, A0 and 0E. RGB value is (247,160,14). Sum of RGB (Red+Green+Blue) = 247+160+14=421 (55% of max value = 765). Red value is 247 (96.88% from 255 or 58.67% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A00E is #085FF1. Grayscale: #AAAAAA. Windows color (decimal): -548850 or 958711. OLE color: 958711.
HSL color Cylindrical-coordinate representation of color #F7A00E: hue angle of 37.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7A00E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.03 |
| HSL | 37.6º | 0.94% | 0.51% | - |
| HSV(B) | 37.6º | 0.94% | 0.97% | - |
| XYZ | 51.01 | 44.95 | 6.4 | - |
| YUV | 169.37 | 40.32 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 14 | 0 | 0.35 | 0.94 | 0.03 | 37.6 | 0.94 | 0.51 |
| Hex | F7 | A0 | E | 0 | 23 | 5E | 3 | 26 | 5E | 33 |
| Octal | 367 | 240 | 16 | 0 | 43 | 136 | 3 | 46 | 136 | 63 |
| Binary | 11110111 | 10100000 | 1110 | 0 | 100011 | 1011110 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F7A00E
Complementary color
Monochromatic Colors of #F7A00E
Black with #F7A00E
Text Example
Text Example
White with #F7A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A00E; }
p { color: rgb(247,160,14); }
H1.HeaderClassName
{
color: #F7A00E;
}
.AnyTagClassName
{
color: #F7A00E;
}
</style>
background-color css
<style>
a { background-color: #F7A00E; }
a { background-color: rgb(247,160,14); }
div.DivClassName
{
background-color: #F7A00E;
}
.BgClassName
{
background-color: #F7A00E;
}
</style>
border-color css
<style>
span { border-color: #F7A00E; }
span { border-color: rgb(247,160,14); }
td.TdClassName
{
border-color: #F7A00E;
}
.TagClassName
{
border-color: #F7A00E;
}
</style>