Shades of Atomic Tangerine #FC8F60
Tints of Atomic Tangerine #FC8F60
RGB
CMYK
RGB Variations
Color information
#FC8F60 (or 0xFC8F60) is known color: Atomic Tangerine. HEX triplet: FC, 8F and 60. RGB value is (252,143,96). Sum of RGB (Red+Green+Blue) = 252+143+96=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F60 is #03709F. Grayscale: #AAAAAA. Windows color (decimal): -225440 or 6328316. OLE color: 6328316.
HSL color Cylindrical-coordinate representation of color #FC8F60: hue angle of 18.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC8F60 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 96 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.01 |
| HSL | 18.08º | 0.96% | 0.68% | - |
| HSV(B) | 18.08º | 0.62% | 0.99% | - |
| XYZ | 52.08 | 41.18 | 16.27 | - |
| YUV | 170.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 96 | 0 | 0.43 | 0.62 | 0.01 | 18.08 | 0.96 | 0.68 |
| Hex | FC | 8F | 60 | 0 | 2B | 3E | 1 | 12 | 60 | 44 |
| Octal | 374 | 217 | 140 | 0 | 53 | 76 | 1 | 22 | 140 | 104 |
| Binary | 11111100 | 10001111 | 1100000 | 0 | 101011 | 111110 | 1 | 10010 | 1100000 | 1000100 |
Color Harmonies of #FC8F60
Complementary color
Monochromatic Colors of #FC8F60
Black with #FC8F60
Text Example
Text Example
White with #FC8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F60; }
p { color: rgb(252,143,96); }
H1.HeaderClassName
{
color: #FC8F60;
}
.AnyTagClassName
{
color: #FC8F60;
}
</style>
background-color css
<style>
a { background-color: #FC8F60; }
a { background-color: rgb(252,143,96); }
div.DivClassName
{
background-color: #FC8F60;
}
.BgClassName
{
background-color: #FC8F60;
}
</style>
border-color css
<style>
span { border-color: #FC8F60; }
span { border-color: rgb(252,143,96); }
td.TdClassName
{
border-color: #FC8F60;
}
.TagClassName
{
border-color: #FC8F60;
}
</style>