Shades of Atomic Tangerine #FC9A5D
Tints of Atomic Tangerine #FC9A5D
RGB
CMYK
RGB Variations
Color information
#FC9A5D (or 0xFC9A5D) is known color: Atomic Tangerine. HEX triplet: FC, 9A and 5D. RGB value is (252,154,93). Sum of RGB (Red+Green+Blue) = 252+154+93=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9A5D is #0365A2. Grayscale: #B0B0B0. Windows color (decimal): -222627 or 6134524. OLE color: 6134524.
HSL color Cylindrical-coordinate representation of color #FC9A5D: hue angle of 23.02º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC9A5D is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 93 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.01 |
| HSL | 23.02º | 0.96% | 0.68% | - |
| HSV(B) | 23.02º | 0.63% | 0.99% | - |
| XYZ | 53.68 | 44.6 | 16.13 | - |
| YUV | 176.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 93 | 0 | 0.39 | 0.63 | 0.01 | 23.02 | 0.96 | 0.68 |
| Hex | FC | 9A | 5D | 0 | 27 | 3F | 1 | 17 | 60 | 44 |
| Octal | 374 | 232 | 135 | 0 | 47 | 77 | 1 | 27 | 140 | 104 |
| Binary | 11111100 | 10011010 | 1011101 | 0 | 100111 | 111111 | 1 | 10111 | 1100000 | 1000100 |
Color Harmonies of #FC9A5D
Complementary color
Monochromatic Colors of #FC9A5D
Black with #FC9A5D
Text Example
Text Example
White with #FC9A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A5D; }
p { color: rgb(252,154,93); }
H1.HeaderClassName
{
color: #FC9A5D;
}
.AnyTagClassName
{
color: #FC9A5D;
}
</style>
background-color css
<style>
a { background-color: #FC9A5D; }
a { background-color: rgb(252,154,93); }
div.DivClassName
{
background-color: #FC9A5D;
}
.BgClassName
{
background-color: #FC9A5D;
}
</style>
border-color css
<style>
span { border-color: #FC9A5D; }
span { border-color: rgb(252,154,93); }
td.TdClassName
{
border-color: #FC9A5D;
}
.TagClassName
{
border-color: #FC9A5D;
}
</style>