Shades of Atomic Tangerine #FC9A60
Tints of Atomic Tangerine #FC9A60
RGB
CMYK
RGB Variations
Color information
#FC9A60 (or 0xFC9A60) is known color: Atomic Tangerine. HEX triplet: FC, 9A and 60. RGB value is (252,154,96). Sum of RGB (Red+Green+Blue) = 252+154+96=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A60 is #03659F. Grayscale: #B1B1B1. Windows color (decimal): -222624 or 6331132. OLE color: 6331132.
HSL color Cylindrical-coordinate representation of color #FC9A60: hue angle of 22.31º 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 #FC9A60 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 96 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.01 |
| HSL | 22.31º | 0.96% | 0.68% | - |
| HSV(B) | 22.31º | 0.62% | 0.99% | - |
| XYZ | 53.81 | 44.65 | 16.85 | - |
| YUV | 176.69 | 82.47 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 96 | 0 | 0.39 | 0.62 | 0.01 | 22.31 | 0.96 | 0.68 |
| Hex | FC | 9A | 60 | 0 | 27 | 3E | 1 | 16 | 60 | 44 |
| Octal | 374 | 232 | 140 | 0 | 47 | 76 | 1 | 26 | 140 | 104 |
| Binary | 11111100 | 10011010 | 1100000 | 0 | 100111 | 111110 | 1 | 10110 | 1100000 | 1000100 |
Color Harmonies of #FC9A60
Complementary color
Monochromatic Colors of #FC9A60
Black with #FC9A60
Text Example
Text Example
White with #FC9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A60; }
p { color: rgb(252,154,96); }
H1.HeaderClassName
{
color: #FC9A60;
}
.AnyTagClassName
{
color: #FC9A60;
}
</style>
background-color css
<style>
a { background-color: #FC9A60; }
a { background-color: rgb(252,154,96); }
div.DivClassName
{
background-color: #FC9A60;
}
.BgClassName
{
background-color: #FC9A60;
}
</style>
border-color css
<style>
span { border-color: #FC9A60; }
span { border-color: rgb(252,154,96); }
td.TdClassName
{
border-color: #FC9A60;
}
.TagClassName
{
border-color: #FC9A60;
}
</style>