Shades of Atomic Tangerine #FC956C
Tints of Atomic Tangerine #FC956C
RGB
CMYK
RGB Variations
Color information
#FC956C (or 0xFC956C) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 6C. RGB value is (252,149,108). Sum of RGB (Red+Green+Blue) = 252+149+108=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC956C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC956C is #036A93. Grayscale: #AFAFAF. Windows color (decimal): -223892 or 7116284. OLE color: 7116284.
HSL color Cylindrical-coordinate representation of color #FC956C: hue angle of 17.08º 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 #FC956C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 108 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.01 |
| HSL | 17.08º | 0.96% | 0.71% | - |
| HSV(B) | 17.08º | 0.57% | 0.99% | - |
| XYZ | 53.6 | 43.27 | 19.71 | - |
| YUV | 175.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 108 | 0 | 0.41 | 0.57 | 0.01 | 17.08 | 0.96 | 0.71 |
| Hex | FC | 95 | 6C | 0 | 29 | 39 | 1 | 11 | 60 | 47 |
| Octal | 374 | 225 | 154 | 0 | 51 | 71 | 1 | 21 | 140 | 107 |
| Binary | 11111100 | 10010101 | 1101100 | 0 | 101001 | 111001 | 1 | 10001 | 1100000 | 1000111 |
Color Harmonies of #FC956C
Complementary color
Monochromatic Colors of #FC956C
Black with #FC956C
Text Example
Text Example
White with #FC956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC956C; }
p { color: rgb(252,149,108); }
H1.HeaderClassName
{
color: #FC956C;
}
.AnyTagClassName
{
color: #FC956C;
}
</style>
background-color css
<style>
a { background-color: #FC956C; }
a { background-color: rgb(252,149,108); }
div.DivClassName
{
background-color: #FC956C;
}
.BgClassName
{
background-color: #FC956C;
}
</style>
border-color css
<style>
span { border-color: #FC956C; }
span { border-color: rgb(252,149,108); }
td.TdClassName
{
border-color: #FC956C;
}
.TagClassName
{
border-color: #FC956C;
}
</style>