Shades of Dark Tangerine #F8A814
Tints of Dark Tangerine #F8A814
RGB
CMYK
RGB Variations
Color information
#F8A814 (or 0xF8A814) is known color: Dark Tangerine. HEX triplet: F8, A8 and 14. RGB value is (248,168,20). Sum of RGB (Red+Green+Blue) = 248+168+20=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A814 is #0757EB. Grayscale: #AFAFAF. Windows color (decimal): -481260 or 1353976. OLE color: 1353976.
HSL color Cylindrical-coordinate representation of color #F8A814: hue angle of 38.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8A814 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.03 |
| HSL | 38.95º | 0.94% | 0.53% | - |
| HSV(B) | 38.95º | 0.92% | 0.97% | - |
| XYZ | 52.84 | 48.01 | 7.14 | - |
| YUV | 175.05 | 40.5 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 20 | 0 | 0.32 | 0.92 | 0.03 | 38.95 | 0.94 | 0.53 |
| Hex | F8 | A8 | 14 | 0 | 20 | 5C | 3 | 27 | 5E | 35 |
| Octal | 370 | 250 | 24 | 0 | 40 | 134 | 3 | 47 | 136 | 65 |
| Binary | 11111000 | 10101000 | 10100 | 0 | 100000 | 1011100 | 11 | 100111 | 1011110 | 110101 |
Color Harmonies of #F8A814
Complementary color
Monochromatic Colors of #F8A814
Black with #F8A814
Text Example
Text Example
White with #F8A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A814; }
p { color: rgb(248,168,20); }
H1.HeaderClassName
{
color: #F8A814;
}
.AnyTagClassName
{
color: #F8A814;
}
</style>
background-color css
<style>
a { background-color: #F8A814; }
a { background-color: rgb(248,168,20); }
div.DivClassName
{
background-color: #F8A814;
}
.BgClassName
{
background-color: #F8A814;
}
</style>
border-color css
<style>
span { border-color: #F8A814; }
span { border-color: rgb(248,168,20); }
td.TdClassName
{
border-color: #F8A814;
}
.TagClassName
{
border-color: #F8A814;
}
</style>