Shades of Atomic Tangerine #F59565
Tints of Atomic Tangerine #F59565
RGB
CMYK
RGB Variations
Color information
#F59565 (or 0xF59565) is known color: Atomic Tangerine. HEX triplet: F5, 95 and 65. RGB value is (245,149,101). Sum of RGB (Red+Green+Blue) = 245+149+101=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F59565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59565 is #0A6A9A. Grayscale: #ACACAC. Windows color (decimal): -682651 or 6657525. OLE color: 6657525.
HSL color Cylindrical-coordinate representation of color #F59565: hue angle of 20º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F59565 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 101 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.04 |
| HSL | 20º | 0.88% | 0.68% | - |
| HSV(B) | 20º | 0.59% | 0.96% | - |
| XYZ | 50.75 | 41.85 | 17.71 | - |
| YUV | 172.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 101 | 0 | 0.39 | 0.59 | 0.04 | 20 | 0.88 | 0.68 |
| Hex | F5 | 95 | 65 | 0 | 27 | 3B | 4 | 14 | 58 | 44 |
| Octal | 365 | 225 | 145 | 0 | 47 | 73 | 4 | 24 | 130 | 104 |
| Binary | 11110101 | 10010101 | 1100101 | 0 | 100111 | 111011 | 100 | 10100 | 1011000 | 1000100 |
Color Harmonies of #F59565
Complementary color
Monochromatic Colors of #F59565
Black with #F59565
Text Example
Text Example
White with #F59565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59565; }
p { color: rgb(245,149,101); }
H1.HeaderClassName
{
color: #F59565;
}
.AnyTagClassName
{
color: #F59565;
}
</style>
background-color css
<style>
a { background-color: #F59565; }
a { background-color: rgb(245,149,101); }
div.DivClassName
{
background-color: #F59565;
}
.BgClassName
{
background-color: #F59565;
}
</style>
border-color css
<style>
span { border-color: #F59565; }
span { border-color: rgb(245,149,101); }
td.TdClassName
{
border-color: #F59565;
}
.TagClassName
{
border-color: #F59565;
}
</style>