Shades of Atomic Tangerine #F78E60
Tints of Atomic Tangerine #F78E60
RGB
CMYK
RGB Variations
Color information
#F78E60 (or 0xF78E60) is known color: Atomic Tangerine. HEX triplet: F7, 8E and 60. RGB value is (247,142,96). Sum of RGB (Red+Green+Blue) = 247+142+96=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F78E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78E60 is #08719F. Grayscale: #A8A8A8. Windows color (decimal): -553376 or 6328055. OLE color: 6328055.
HSL color Cylindrical-coordinate representation of color #F78E60: hue angle of 18.28º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F78E60 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 96 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.03 |
| HSL | 18.28º | 0.9% | 0.67% | - |
| HSV(B) | 18.28º | 0.61% | 0.97% | - |
| XYZ | 50.14 | 39.96 | 16.14 | - |
| YUV | 168.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 96 | 0 | 0.43 | 0.61 | 0.03 | 18.28 | 0.9 | 0.67 |
| Hex | F7 | 8E | 60 | 0 | 2B | 3D | 3 | 12 | 5A | 43 |
| Octal | 367 | 216 | 140 | 0 | 53 | 75 | 3 | 22 | 132 | 103 |
| Binary | 11110111 | 10001110 | 1100000 | 0 | 101011 | 111101 | 11 | 10010 | 1011010 | 1000011 |
Color Harmonies of #F78E60
Complementary color
Monochromatic Colors of #F78E60
Black with #F78E60
Text Example
Text Example
White with #F78E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78E60; }
p { color: rgb(247,142,96); }
H1.HeaderClassName
{
color: #F78E60;
}
.AnyTagClassName
{
color: #F78E60;
}
</style>
background-color css
<style>
a { background-color: #F78E60; }
a { background-color: rgb(247,142,96); }
div.DivClassName
{
background-color: #F78E60;
}
.BgClassName
{
background-color: #F78E60;
}
</style>
border-color css
<style>
span { border-color: #F78E60; }
span { border-color: rgb(247,142,96); }
td.TdClassName
{
border-color: #F78E60;
}
.TagClassName
{
border-color: #F78E60;
}
</style>