Shades of Dark Tangerine #F8A715
Tints of Dark Tangerine #F8A715
RGB
CMYK
RGB Variations
Color information
#F8A715 (or 0xF8A715) is known color: Dark Tangerine. HEX triplet: F8, A7 and 15. RGB value is (248,167,21). Sum of RGB (Red+Green+Blue) = 248+167+21=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A715 is #0758EA. Grayscale: #AFAFAF. Windows color (decimal): -481515 or 1419256. OLE color: 1419256.
HSL color Cylindrical-coordinate representation of color #F8A715: hue angle of 38.59º 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 #F8A715 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 21 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.03 |
| HSL | 38.59º | 0.94% | 0.53% | - |
| HSV(B) | 38.59º | 0.92% | 0.97% | - |
| XYZ | 52.67 | 47.65 | 7.13 | - |
| YUV | 174.58 | 41.34 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 21 | 0 | 0.33 | 0.92 | 0.03 | 38.59 | 0.94 | 0.53 |
| Hex | F8 | A7 | 15 | 0 | 21 | 5C | 3 | 27 | 5E | 35 |
| Octal | 370 | 247 | 25 | 0 | 41 | 134 | 3 | 47 | 136 | 65 |
| Binary | 11111000 | 10100111 | 10101 | 0 | 100001 | 1011100 | 11 | 100111 | 1011110 | 110101 |
Color Harmonies of #F8A715
Complementary color
Monochromatic Colors of #F8A715
Black with #F8A715
Text Example
Text Example
White with #F8A715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A715; }
p { color: rgb(248,167,21); }
H1.HeaderClassName
{
color: #F8A715;
}
.AnyTagClassName
{
color: #F8A715;
}
</style>
background-color css
<style>
a { background-color: #F8A715; }
a { background-color: rgb(248,167,21); }
div.DivClassName
{
background-color: #F8A715;
}
.BgClassName
{
background-color: #F8A715;
}
</style>
border-color css
<style>
span { border-color: #F8A715; }
span { border-color: rgb(248,167,21); }
td.TdClassName
{
border-color: #F8A715;
}
.TagClassName
{
border-color: #F8A715;
}
</style>