Shades of Atomic Tangerine #F59160
Tints of Atomic Tangerine #F59160
RGB
CMYK
RGB Variations
Color information
#F59160 (or 0xF59160) is known color: Atomic Tangerine. HEX triplet: F5, 91 and 60. RGB value is (245,145,96). Sum of RGB (Red+Green+Blue) = 245+145+96=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F59160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59160 is #0A6E9F. Grayscale: #A9A9A9. Windows color (decimal): -683680 or 6328821. OLE color: 6328821.
HSL color Cylindrical-coordinate representation of color #F59160: hue angle of 19.73º 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 #F59160 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 145 | 96 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.04 |
| HSL | 19.73º | 0.88% | 0.67% | - |
| HSV(B) | 19.73º | 0.61% | 0.96% | - |
| XYZ | 49.89 | 40.51 | 16.26 | - |
| YUV | 169.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 145 | 96 | 0 | 0.41 | 0.61 | 0.04 | 19.73 | 0.88 | 0.67 |
| Hex | F5 | 91 | 60 | 0 | 29 | 3D | 4 | 14 | 58 | 43 |
| Octal | 365 | 221 | 140 | 0 | 51 | 75 | 4 | 24 | 130 | 103 |
| Binary | 11110101 | 10010001 | 1100000 | 0 | 101001 | 111101 | 100 | 10100 | 1011000 | 1000011 |
Color Harmonies of #F59160
Complementary color
Monochromatic Colors of #F59160
Black with #F59160
Text Example
Text Example
White with #F59160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59160; }
p { color: rgb(245,145,96); }
H1.HeaderClassName
{
color: #F59160;
}
.AnyTagClassName
{
color: #F59160;
}
</style>
background-color css
<style>
a { background-color: #F59160; }
a { background-color: rgb(245,145,96); }
div.DivClassName
{
background-color: #F59160;
}
.BgClassName
{
background-color: #F59160;
}
</style>
border-color css
<style>
span { border-color: #F59160; }
span { border-color: rgb(245,145,96); }
td.TdClassName
{
border-color: #F59160;
}
.TagClassName
{
border-color: #F59160;
}
</style>