Shades of Atomic Tangerine #FC8C5F
Tints of Atomic Tangerine #FC8C5F
RGB
CMYK
RGB Variations
Color information
#FC8C5F (or 0xFC8C5F) is known color: Atomic Tangerine. HEX triplet: FC, 8C and 5F. RGB value is (252,140,95). Sum of RGB (Red+Green+Blue) = 252+140+95=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C5F is #0373A0. Grayscale: #A8A8A8. Windows color (decimal): -226209 or 6262012. OLE color: 6262012.
HSL color Cylindrical-coordinate representation of color #FC8C5F: hue angle of 17.2º 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 #FC8C5F is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 95 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.01 |
| HSL | 17.2º | 0.96% | 0.68% | - |
| HSV(B) | 17.2º | 0.62% | 0.99% | - |
| XYZ | 51.59 | 40.28 | 15.88 | - |
| YUV | 168.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 95 | 0 | 0.44 | 0.62 | 0.01 | 17.2 | 0.96 | 0.68 |
| Hex | FC | 8C | 5F | 0 | 2C | 3E | 1 | 11 | 60 | 44 |
| Octal | 374 | 214 | 137 | 0 | 54 | 76 | 1 | 21 | 140 | 104 |
| Binary | 11111100 | 10001100 | 1011111 | 0 | 101100 | 111110 | 1 | 10001 | 1100000 | 1000100 |
Color Harmonies of #FC8C5F
Complementary color
Monochromatic Colors of #FC8C5F
Black with #FC8C5F
Text Example
Text Example
White with #FC8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C5F; }
p { color: rgb(252,140,95); }
H1.HeaderClassName
{
color: #FC8C5F;
}
.AnyTagClassName
{
color: #FC8C5F;
}
</style>
background-color css
<style>
a { background-color: #FC8C5F; }
a { background-color: rgb(252,140,95); }
div.DivClassName
{
background-color: #FC8C5F;
}
.BgClassName
{
background-color: #FC8C5F;
}
</style>
border-color css
<style>
span { border-color: #FC8C5F; }
span { border-color: rgb(252,140,95); }
td.TdClassName
{
border-color: #FC8C5F;
}
.TagClassName
{
border-color: #FC8C5F;
}
</style>