Shades of Atomic Tangerine #F8915F
Tints of Atomic Tangerine #F8915F
RGB
CMYK
RGB Variations
Color information
#F8915F (or 0xF8915F) is known color: Atomic Tangerine. HEX triplet: F8, 91 and 5F. RGB value is (248,145,95). Sum of RGB (Red+Green+Blue) = 248+145+95=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 95 (37.5% from 255 or 19.47% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8915F is #076EA0. Grayscale: #AAAAAA. Windows color (decimal): -487073 or 6263288. OLE color: 6263288.
HSL color Cylindrical-coordinate representation of color #F8915F: hue angle of 19.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8915F is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 95 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.03 |
| HSL | 19.61º | 0.92% | 0.67% | - |
| HSV(B) | 19.61º | 0.62% | 0.97% | - |
| XYZ | 50.9 | 41.03 | 16.06 | - |
| YUV | 170.1 | 85.62 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 95 | 0 | 0.42 | 0.62 | 0.03 | 19.61 | 0.92 | 0.67 |
| Hex | F8 | 91 | 5F | 0 | 2A | 3E | 3 | 14 | 5C | 43 |
| Octal | 370 | 221 | 137 | 0 | 52 | 76 | 3 | 24 | 134 | 103 |
| Binary | 11111000 | 10010001 | 1011111 | 0 | 101010 | 111110 | 11 | 10100 | 1011100 | 1000011 |
Color Harmonies of #F8915F
Complementary color
Monochromatic Colors of #F8915F
Black with #F8915F
Text Example
Text Example
White with #F8915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8915F; }
p { color: rgb(248,145,95); }
H1.HeaderClassName
{
color: #F8915F;
}
.AnyTagClassName
{
color: #F8915F;
}
</style>
background-color css
<style>
a { background-color: #F8915F; }
a { background-color: rgb(248,145,95); }
div.DivClassName
{
background-color: #F8915F;
}
.BgClassName
{
background-color: #F8915F;
}
</style>
border-color css
<style>
span { border-color: #F8915F; }
span { border-color: rgb(248,145,95); }
td.TdClassName
{
border-color: #F8915F;
}
.TagClassName
{
border-color: #F8915F;
}
</style>