Shades of Dark Tangerine #F8A315
Tints of Dark Tangerine #F8A315
RGB
CMYK
RGB Variations
Color information
#F8A315 (or 0xF8A315) is known color: Dark Tangerine. HEX triplet: F8, A3 and 15. RGB value is (248,163,21). Sum of RGB (Red+Green+Blue) = 248+163+21=432 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.41% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A315 is #075CEA. Grayscale: #ACACAC. Windows color (decimal): -482539 or 1418232. OLE color: 1418232.
HSL color Cylindrical-coordinate representation of color #F8A315: hue angle of 37.53º 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 #F8A315 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 21 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.03 |
| HSL | 37.53º | 0.94% | 0.53% | - |
| HSV(B) | 37.53º | 0.92% | 0.97% | - |
| XYZ | 51.94 | 46.2 | 6.89 | - |
| YUV | 172.23 | 42.66 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 21 | 0 | 0.34 | 0.92 | 0.03 | 37.53 | 0.94 | 0.53 |
| Hex | F8 | A3 | 15 | 0 | 22 | 5C | 3 | 26 | 5E | 35 |
| Octal | 370 | 243 | 25 | 0 | 42 | 134 | 3 | 46 | 136 | 65 |
| Binary | 11111000 | 10100011 | 10101 | 0 | 100010 | 1011100 | 11 | 100110 | 1011110 | 110101 |
Color Harmonies of #F8A315
Complementary color
Monochromatic Colors of #F8A315
Black with #F8A315
Text Example
Text Example
White with #F8A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A315; }
p { color: rgb(248,163,21); }
H1.HeaderClassName
{
color: #F8A315;
}
.AnyTagClassName
{
color: #F8A315;
}
</style>
background-color css
<style>
a { background-color: #F8A315; }
a { background-color: rgb(248,163,21); }
div.DivClassName
{
background-color: #F8A315;
}
.BgClassName
{
background-color: #F8A315;
}
</style>
border-color css
<style>
span { border-color: #F8A315; }
span { border-color: rgb(248,163,21); }
td.TdClassName
{
border-color: #F8A315;
}
.TagClassName
{
border-color: #F8A315;
}
</style>