Shades of Atomic Tangerine #F5975C
Tints of Atomic Tangerine #F5975C
RGB
CMYK
RGB Variations
Color information
#F5975C (or 0xF5975C) is known color: Atomic Tangerine. HEX triplet: F5, 97 and 5C. RGB value is (245,151,92). Sum of RGB (Red+Green+Blue) = 245+151+92=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5975C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5975C is #0A68A3. Grayscale: #ACACAC. Windows color (decimal): -682148 or 6068213. OLE color: 6068213.
HSL color Cylindrical-coordinate representation of color #F5975C: hue angle of 23.14º 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 #F5975C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 151 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.04 |
| HSL | 23.14º | 0.88% | 0.66% | - |
| HSV(B) | 23.14º | 0.62% | 0.96% | - |
| XYZ | 50.65 | 42.32 | 15.62 | - |
| YUV | 172.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 151 | 92 | 0 | 0.38 | 0.62 | 0.04 | 23.14 | 0.88 | 0.66 |
| Hex | F5 | 97 | 5C | 0 | 26 | 3E | 4 | 17 | 58 | 42 |
| Octal | 365 | 227 | 134 | 0 | 46 | 76 | 4 | 27 | 130 | 102 |
| Binary | 11110101 | 10010111 | 1011100 | 0 | 100110 | 111110 | 100 | 10111 | 1011000 | 1000010 |
Color Harmonies of #F5975C
Complementary color
Monochromatic Colors of #F5975C
Black with #F5975C
Text Example
Text Example
White with #F5975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5975C; }
p { color: rgb(245,151,92); }
H1.HeaderClassName
{
color: #F5975C;
}
.AnyTagClassName
{
color: #F5975C;
}
</style>
background-color css
<style>
a { background-color: #F5975C; }
a { background-color: rgb(245,151,92); }
div.DivClassName
{
background-color: #F5975C;
}
.BgClassName
{
background-color: #F5975C;
}
</style>
border-color css
<style>
span { border-color: #F5975C; }
span { border-color: rgb(245,151,92); }
td.TdClassName
{
border-color: #F5975C;
}
.TagClassName
{
border-color: #F5975C;
}
</style>