Shades of Atomic Tangerine #F89770
Tints of Atomic Tangerine #F89770
RGB
CMYK
RGB Variations
Color information
#F89770 (or 0xF89770) is known color: Atomic Tangerine. HEX triplet: F8, 97 and 70. RGB value is (248,151,112). Sum of RGB (Red+Green+Blue) = 248+151+112=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F89770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89770 is #07688F. Grayscale: #AFAFAF. Windows color (decimal): -485520 or 7378936. OLE color: 7378936.
HSL color Cylindrical-coordinate representation of color #F89770: hue angle of 17.21º 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 #F89770 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 112 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.03 |
| HSL | 17.21º | 0.91% | 0.71% | - |
| HSV(B) | 17.21º | 0.55% | 0.97% | - |
| XYZ | 52.7 | 43.26 | 20.9 | - |
| YUV | 175.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 112 | 0 | 0.39 | 0.55 | 0.03 | 17.21 | 0.91 | 0.71 |
| Hex | F8 | 97 | 70 | 0 | 27 | 37 | 3 | 11 | 5B | 47 |
| Octal | 370 | 227 | 160 | 0 | 47 | 67 | 3 | 21 | 133 | 107 |
| Binary | 11111000 | 10010111 | 1110000 | 0 | 100111 | 110111 | 11 | 10001 | 1011011 | 1000111 |
Color Harmonies of #F89770
Complementary color
Monochromatic Colors of #F89770
Black with #F89770
Text Example
Text Example
White with #F89770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89770; }
p { color: rgb(248,151,112); }
H1.HeaderClassName
{
color: #F89770;
}
.AnyTagClassName
{
color: #F89770;
}
</style>
background-color css
<style>
a { background-color: #F89770; }
a { background-color: rgb(248,151,112); }
div.DivClassName
{
background-color: #F89770;
}
.BgClassName
{
background-color: #F89770;
}
</style>
border-color css
<style>
span { border-color: #F89770; }
span { border-color: rgb(248,151,112); }
td.TdClassName
{
border-color: #F89770;
}
.TagClassName
{
border-color: #F89770;
}
</style>