Shades of Crusta #FC8560
Tints of Crusta #FC8560
RGB
CMYK
RGB Variations
Color information
#FC8560 (or 0xFC8560) is known color: Crusta. HEX triplet: FC, 85 and 60. RGB value is (252,133,96). Sum of RGB (Red+Green+Blue) = 252+133+96=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8560 is #037A9F. Grayscale: #A4A4A4. Windows color (decimal): -228000 or 6325756. OLE color: 6325756.
HSL color Cylindrical-coordinate representation of color #FC8560: hue angle of 14.23º 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 #FC8560 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 96 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.01 |
| HSL | 14.23º | 0.96% | 0.68% | - |
| HSV(B) | 14.23º | 0.62% | 0.99% | - |
| XYZ | 50.64 | 38.32 | 15.79 | - |
| YUV | 164.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 96 | 0 | 0.47 | 0.62 | 0.01 | 14.23 | 0.96 | 0.68 |
| Hex | FC | 85 | 60 | 0 | 2F | 3E | 1 | E | 60 | 44 |
| Octal | 374 | 205 | 140 | 0 | 57 | 76 | 1 | 16 | 140 | 104 |
| Binary | 11111100 | 10000101 | 1100000 | 0 | 101111 | 111110 | 1 | 1110 | 1100000 | 1000100 |
Color Harmonies of #FC8560
Complementary color
Monochromatic Colors of #FC8560
Black with #FC8560
Text Example
Text Example
White with #FC8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8560; }
p { color: rgb(252,133,96); }
H1.HeaderClassName
{
color: #FC8560;
}
.AnyTagClassName
{
color: #FC8560;
}
</style>
background-color css
<style>
a { background-color: #FC8560; }
a { background-color: rgb(252,133,96); }
div.DivClassName
{
background-color: #FC8560;
}
.BgClassName
{
background-color: #FC8560;
}
</style>
border-color css
<style>
span { border-color: #FC8560; }
span { border-color: rgb(252,133,96); }
td.TdClassName
{
border-color: #FC8560;
}
.TagClassName
{
border-color: #FC8560;
}
</style>