Shades of Atomic Tangerine #F89170
Tints of Atomic Tangerine #F89170
RGB
CMYK
RGB Variations
Color information
#F89170 (or 0xF89170) is known color: Atomic Tangerine. HEX triplet: F8, 91 and 70. RGB value is (248,145,112). Sum of RGB (Red+Green+Blue) = 248+145+112=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F89170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89170 is #076E8F. Grayscale: #ACACAC. Windows color (decimal): -487056 or 7377400. OLE color: 7377400.
HSL color Cylindrical-coordinate representation of color #F89170: hue angle of 14.56º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F89170 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 112 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.03 |
| HSL | 14.56º | 0.91% | 0.71% | - |
| HSV(B) | 14.56º | 0.55% | 0.97% | - |
| XYZ | 51.76 | 41.38 | 20.59 | - |
| YUV | 172.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 112 | 0 | 0.42 | 0.55 | 0.03 | 14.56 | 0.91 | 0.71 |
| Hex | F8 | 91 | 70 | 0 | 2A | 37 | 3 | F | 5B | 47 |
| Octal | 370 | 221 | 160 | 0 | 52 | 67 | 3 | 17 | 133 | 107 |
| Binary | 11111000 | 10010001 | 1110000 | 0 | 101010 | 110111 | 11 | 1111 | 1011011 | 1000111 |
Color Harmonies of #F89170
Complementary color
Monochromatic Colors of #F89170
Black with #F89170
Text Example
Text Example
White with #F89170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89170; }
p { color: rgb(248,145,112); }
H1.HeaderClassName
{
color: #F89170;
}
.AnyTagClassName
{
color: #F89170;
}
</style>
background-color css
<style>
a { background-color: #F89170; }
a { background-color: rgb(248,145,112); }
div.DivClassName
{
background-color: #F89170;
}
.BgClassName
{
background-color: #F89170;
}
</style>
border-color css
<style>
span { border-color: #F89170; }
span { border-color: rgb(248,145,112); }
td.TdClassName
{
border-color: #F89170;
}
.TagClassName
{
border-color: #F89170;
}
</style>