Shades of Atomic Tangerine #FC8E6D
Tints of Atomic Tangerine #FC8E6D
RGB
CMYK
RGB Variations
Color information
#FC8E6D (or 0xFC8E6D) is known color: Atomic Tangerine. HEX triplet: FC, 8E and 6D. RGB value is (252,142,109). Sum of RGB (Red+Green+Blue) = 252+142+109=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8E6D is #037192. Grayscale: #ABABAB. Windows color (decimal): -225683 or 7180028. OLE color: 7180028.
HSL color Cylindrical-coordinate representation of color #FC8E6D: hue angle of 13.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC8E6D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 142 | 109 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.01 |
| HSL | 13.85º | 0.96% | 0.71% | - |
| HSV(B) | 13.85º | 0.57% | 0.99% | - |
| XYZ | 52.58 | 41.15 | 19.64 | - |
| YUV | 171.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 142 | 109 | 0 | 0.44 | 0.57 | 0.01 | 13.85 | 0.96 | 0.71 |
| Hex | FC | 8E | 6D | 0 | 2C | 39 | 1 | E | 60 | 47 |
| Octal | 374 | 216 | 155 | 0 | 54 | 71 | 1 | 16 | 140 | 107 |
| Binary | 11111100 | 10001110 | 1101101 | 0 | 101100 | 111001 | 1 | 1110 | 1100000 | 1000111 |
Color Harmonies of #FC8E6D
Complementary color
Monochromatic Colors of #FC8E6D
Black with #FC8E6D
Text Example
Text Example
White with #FC8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8E6D; }
p { color: rgb(252,142,109); }
H1.HeaderClassName
{
color: #FC8E6D;
}
.AnyTagClassName
{
color: #FC8E6D;
}
</style>
background-color css
<style>
a { background-color: #FC8E6D; }
a { background-color: rgb(252,142,109); }
div.DivClassName
{
background-color: #FC8E6D;
}
.BgClassName
{
background-color: #FC8E6D;
}
</style>
border-color css
<style>
span { border-color: #FC8E6D; }
span { border-color: rgb(252,142,109); }
td.TdClassName
{
border-color: #FC8E6D;
}
.TagClassName
{
border-color: #FC8E6D;
}
</style>