Shades of Atomic Tangerine #F5975D
Tints of Atomic Tangerine #F5975D
RGB
CMYK
RGB Variations
Color information
#F5975D (or 0xF5975D) is known color: Atomic Tangerine. HEX triplet: F5, 97 and 5D. RGB value is (245,151,93). Sum of RGB (Red+Green+Blue) = 245+151+93=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5975D is #0A68A2. Grayscale: #ACACAC. Windows color (decimal): -682147 or 6133749. OLE color: 6133749.
HSL color Cylindrical-coordinate representation of color #F5975D: hue angle of 22.89º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5975D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 93 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.04 |
| HSL | 22.89º | 0.88% | 0.66% | - |
| HSV(B) | 22.89º | 0.62% | 0.96% | - |
| XYZ | 50.7 | 42.34 | 15.86 | - |
| YUV | 172.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 93 | 0 | 0.38 | 0.62 | 0.04 | 22.89 | 0.88 | 0.66 |
| Hex | F5 | 97 | 5D | 0 | 26 | 3E | 4 | 17 | 58 | 42 |
| Octal | 365 | 227 | 135 | 0 | 46 | 76 | 4 | 27 | 130 | 102 |
| Binary | 11110101 | 10010111 | 1011101 | 0 | 100110 | 111110 | 100 | 10111 | 1011000 | 1000010 |
Color Harmonies of #F5975D
Complementary color
Monochromatic Colors of #F5975D
Black with #F5975D
Text Example
Text Example
White with #F5975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5975D; }
p { color: rgb(245,151,93); }
H1.HeaderClassName
{
color: #F5975D;
}
.AnyTagClassName
{
color: #F5975D;
}
</style>
background-color css
<style>
a { background-color: #F5975D; }
a { background-color: rgb(245,151,93); }
div.DivClassName
{
background-color: #F5975D;
}
.BgClassName
{
background-color: #F5975D;
}
</style>
border-color css
<style>
span { border-color: #F5975D; }
span { border-color: rgb(245,151,93); }
td.TdClassName
{
border-color: #F5975D;
}
.TagClassName
{
border-color: #F5975D;
}
</style>