Shades of Atomic Tangerine #F78F70
Tints of Atomic Tangerine #F78F70
RGB
CMYK
RGB Variations
Color information
#F78F70 (or 0xF78F70) is known color: Atomic Tangerine. HEX triplet: F7, 8F and 70. RGB value is (247,143,112). Sum of RGB (Red+Green+Blue) = 247+143+112=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78F70 is #08708F. Grayscale: #AAAAAA. Windows color (decimal): -553104 or 7376887. OLE color: 7376887.
HSL color Cylindrical-coordinate representation of color #F78F70: hue angle of 13.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F78F70 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 143 | 112 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.03 |
| HSL | 13.78º | 0.89% | 0.7% | - |
| HSV(B) | 13.78º | 0.55% | 0.97% | - |
| XYZ | 51.1 | 40.59 | 20.47 | - |
| YUV | 170.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 143 | 112 | 0 | 0.42 | 0.55 | 0.03 | 13.78 | 0.89 | 0.7 |
| Hex | F7 | 8F | 70 | 0 | 2A | 37 | 3 | E | 59 | 46 |
| Octal | 367 | 217 | 160 | 0 | 52 | 67 | 3 | 16 | 131 | 106 |
| Binary | 11110111 | 10001111 | 1110000 | 0 | 101010 | 110111 | 11 | 1110 | 1011001 | 1000110 |
Color Harmonies of #F78F70
Complementary color
Monochromatic Colors of #F78F70
Black with #F78F70
Text Example
Text Example
White with #F78F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78F70; }
p { color: rgb(247,143,112); }
H1.HeaderClassName
{
color: #F78F70;
}
.AnyTagClassName
{
color: #F78F70;
}
</style>
background-color css
<style>
a { background-color: #F78F70; }
a { background-color: rgb(247,143,112); }
div.DivClassName
{
background-color: #F78F70;
}
.BgClassName
{
background-color: #F78F70;
}
</style>
border-color css
<style>
span { border-color: #F78F70; }
span { border-color: rgb(247,143,112); }
td.TdClassName
{
border-color: #F78F70;
}
.TagClassName
{
border-color: #F78F70;
}
</style>