Shades of Atomic Tangerine #F58F60
Tints of Atomic Tangerine #F58F60
RGB
CMYK
RGB Variations
Color information
#F58F60 (or 0xF58F60) is known color: Atomic Tangerine. HEX triplet: F5, 8F and 60. RGB value is (245,143,96). Sum of RGB (Red+Green+Blue) = 245+143+96=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F60 is #0A709F. Grayscale: #A8A8A8. Windows color (decimal): -684192 or 6328309. OLE color: 6328309.
HSL color Cylindrical-coordinate representation of color #F58F60: hue angle of 18.93º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F58F60 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 96 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.04 |
| HSL | 18.93º | 0.88% | 0.67% | - |
| HSV(B) | 18.93º | 0.61% | 0.96% | - |
| XYZ | 49.59 | 39.9 | 16.15 | - |
| YUV | 168.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 96 | 0 | 0.42 | 0.61 | 0.04 | 18.93 | 0.88 | 0.67 |
| Hex | F5 | 8F | 60 | 0 | 2A | 3D | 4 | 13 | 58 | 43 |
| Octal | 365 | 217 | 140 | 0 | 52 | 75 | 4 | 23 | 130 | 103 |
| Binary | 11110101 | 10001111 | 1100000 | 0 | 101010 | 111101 | 100 | 10011 | 1011000 | 1000011 |
Color Harmonies of #F58F60
Complementary color
Monochromatic Colors of #F58F60
Black with #F58F60
Text Example
Text Example
White with #F58F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F60; }
p { color: rgb(245,143,96); }
H1.HeaderClassName
{
color: #F58F60;
}
.AnyTagClassName
{
color: #F58F60;
}
</style>
background-color css
<style>
a { background-color: #F58F60; }
a { background-color: rgb(245,143,96); }
div.DivClassName
{
background-color: #F58F60;
}
.BgClassName
{
background-color: #F58F60;
}
</style>
border-color css
<style>
span { border-color: #F58F60; }
span { border-color: rgb(245,143,96); }
td.TdClassName
{
border-color: #F58F60;
}
.TagClassName
{
border-color: #F58F60;
}
</style>