Shades of Atomic Tangerine #F89370
Tints of Atomic Tangerine #F89370
RGB
CMYK
RGB Variations
Color information
#F89370 (or 0xF89370) is known color: Atomic Tangerine. HEX triplet: F8, 93 and 70. RGB value is (248,147,112). Sum of RGB (Red+Green+Blue) = 248+147+112=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F89370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89370 is #076C8F. Grayscale: #ADADAD. Windows color (decimal): -486544 or 7377912. OLE color: 7377912.
HSL color Cylindrical-coordinate representation of color #F89370: hue angle of 15.44º 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 #F89370 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 112 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.03 |
| HSL | 15.44º | 0.91% | 0.71% | - |
| HSV(B) | 15.44º | 0.55% | 0.97% | - |
| XYZ | 52.07 | 41.99 | 20.69 | - |
| YUV | 173.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 112 | 0 | 0.41 | 0.55 | 0.03 | 15.44 | 0.91 | 0.71 |
| Hex | F8 | 93 | 70 | 0 | 29 | 37 | 3 | F | 5B | 47 |
| Octal | 370 | 223 | 160 | 0 | 51 | 67 | 3 | 17 | 133 | 107 |
| Binary | 11111000 | 10010011 | 1110000 | 0 | 101001 | 110111 | 11 | 1111 | 1011011 | 1000111 |
Color Harmonies of #F89370
Complementary color
Monochromatic Colors of #F89370
Black with #F89370
Text Example
Text Example
White with #F89370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89370; }
p { color: rgb(248,147,112); }
H1.HeaderClassName
{
color: #F89370;
}
.AnyTagClassName
{
color: #F89370;
}
</style>
background-color css
<style>
a { background-color: #F89370; }
a { background-color: rgb(248,147,112); }
div.DivClassName
{
background-color: #F89370;
}
.BgClassName
{
background-color: #F89370;
}
</style>
border-color css
<style>
span { border-color: #F89370; }
span { border-color: rgb(248,147,112); }
td.TdClassName
{
border-color: #F89370;
}
.TagClassName
{
border-color: #F89370;
}
</style>