Shades of Dark Tangerine #F8A00E
Tints of Dark Tangerine #F8A00E
RGB
CMYK
RGB Variations
Color information
#F8A00E (or 0xF8A00E) is known color: Dark Tangerine. HEX triplet: F8, A0 and 0E. RGB value is (248,160,14). Sum of RGB (Red+Green+Blue) = 248+160+14=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A00E is #075FF1. Grayscale: #AAAAAA. Windows color (decimal): -483314 or 958712. OLE color: 958712.
HSL color Cylindrical-coordinate representation of color #F8A00E: hue angle of 37.44º 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 #F8A00E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.03 |
| HSL | 37.44º | 0.94% | 0.51% | - |
| HSV(B) | 37.44º | 0.94% | 0.97% | - |
| XYZ | 51.36 | 45.13 | 6.42 | - |
| YUV | 169.67 | 40.15 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 14 | 0 | 0.35 | 0.94 | 0.03 | 37.44 | 0.94 | 0.51 |
| Hex | F8 | A0 | E | 0 | 23 | 5E | 3 | 25 | 5E | 33 |
| Octal | 370 | 240 | 16 | 0 | 43 | 136 | 3 | 45 | 136 | 63 |
| Binary | 11111000 | 10100000 | 1110 | 0 | 100011 | 1011110 | 11 | 100101 | 1011110 | 110011 |
Color Harmonies of #F8A00E
Complementary color
Monochromatic Colors of #F8A00E
Black with #F8A00E
Text Example
Text Example
White with #F8A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A00E; }
p { color: rgb(248,160,14); }
H1.HeaderClassName
{
color: #F8A00E;
}
.AnyTagClassName
{
color: #F8A00E;
}
</style>
background-color css
<style>
a { background-color: #F8A00E; }
a { background-color: rgb(248,160,14); }
div.DivClassName
{
background-color: #F8A00E;
}
.BgClassName
{
background-color: #F8A00E;
}
</style>
border-color css
<style>
span { border-color: #F8A00E; }
span { border-color: rgb(248,160,14); }
td.TdClassName
{
border-color: #F8A00E;
}
.TagClassName
{
border-color: #F8A00E;
}
</style>