Shades of Atomic Tangerine #F78E6E
Tints of Atomic Tangerine #F78E6E
RGB
CMYK
RGB Variations
Color information
#F78E6E (or 0xF78E6E) is known color: Atomic Tangerine. HEX triplet: F7, 8E and 6E. RGB value is (247,142,110). Sum of RGB (Red+Green+Blue) = 247+142+110=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F78E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78E6E is #087191. Grayscale: #A9A9A9. Windows color (decimal): -553362 or 7245559. OLE color: 7245559.
HSL color Cylindrical-coordinate representation of color #F78E6E: hue angle of 14.01º degrees, saturation: 0.9, 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 #F78E6E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 110 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.03 |
| HSL | 14.01º | 0.9% | 0.7% | - |
| HSV(B) | 14.01º | 0.55% | 0.97% | - |
| XYZ | 50.85 | 40.25 | 19.84 | - |
| YUV | 169.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 110 | 0 | 0.43 | 0.55 | 0.03 | 14.01 | 0.9 | 0.7 |
| Hex | F7 | 8E | 6E | 0 | 2B | 37 | 3 | E | 5A | 46 |
| Octal | 367 | 216 | 156 | 0 | 53 | 67 | 3 | 16 | 132 | 106 |
| Binary | 11110111 | 10001110 | 1101110 | 0 | 101011 | 110111 | 11 | 1110 | 1011010 | 1000110 |
Color Harmonies of #F78E6E
Complementary color
Monochromatic Colors of #F78E6E
Black with #F78E6E
Text Example
Text Example
White with #F78E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78E6E; }
p { color: rgb(247,142,110); }
H1.HeaderClassName
{
color: #F78E6E;
}
.AnyTagClassName
{
color: #F78E6E;
}
</style>
background-color css
<style>
a { background-color: #F78E6E; }
a { background-color: rgb(247,142,110); }
div.DivClassName
{
background-color: #F78E6E;
}
.BgClassName
{
background-color: #F78E6E;
}
</style>
border-color css
<style>
span { border-color: #F78E6E; }
span { border-color: rgb(247,142,110); }
td.TdClassName
{
border-color: #F78E6E;
}
.TagClassName
{
border-color: #F78E6E;
}
</style>