Shades of Dark Tangerine #F8A815
Tints of Dark Tangerine #F8A815
RGB
CMYK
RGB Variations
Color information
#F8A815 (or 0xF8A815) is known color: Dark Tangerine. HEX triplet: F8, A8 and 15. RGB value is (248,168,21). Sum of RGB (Red+Green+Blue) = 248+168+21=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A815 is #0757EA. Grayscale: #AFAFAF. Windows color (decimal): -481259 or 1419512. OLE color: 1419512.
HSL color Cylindrical-coordinate representation of color #F8A815: hue angle of 38.85º 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 #F8A815 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 21 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.03 |
| HSL | 38.85º | 0.94% | 0.53% | - |
| HSV(B) | 38.85º | 0.92% | 0.97% | - |
| XYZ | 52.85 | 48.02 | 7.19 | - |
| YUV | 175.16 | 41 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 21 | 0 | 0.32 | 0.92 | 0.03 | 38.85 | 0.94 | 0.53 |
| Hex | F8 | A8 | 15 | 0 | 20 | 5C | 3 | 27 | 5E | 35 |
| Octal | 370 | 250 | 25 | 0 | 40 | 134 | 3 | 47 | 136 | 65 |
| Binary | 11111000 | 10101000 | 10101 | 0 | 100000 | 1011100 | 11 | 100111 | 1011110 | 110101 |
Color Harmonies of #F8A815
Complementary color
Monochromatic Colors of #F8A815
Black with #F8A815
Text Example
Text Example
White with #F8A815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A815; }
p { color: rgb(248,168,21); }
H1.HeaderClassName
{
color: #F8A815;
}
.AnyTagClassName
{
color: #F8A815;
}
</style>
background-color css
<style>
a { background-color: #F8A815; }
a { background-color: rgb(248,168,21); }
div.DivClassName
{
background-color: #F8A815;
}
.BgClassName
{
background-color: #F8A815;
}
</style>
border-color css
<style>
span { border-color: #F8A815; }
span { border-color: rgb(248,168,21); }
td.TdClassName
{
border-color: #F8A815;
}
.TagClassName
{
border-color: #F8A815;
}
</style>