Shades of Crusta #FC8C56
Tints of Crusta #FC8C56
RGB
CMYK
RGB Variations
Color information
#FC8C56 (or 0xFC8C56) is known color: Crusta. HEX triplet: FC, 8C and 56. RGB value is (252,140,86). Sum of RGB (Red+Green+Blue) = 252+140+86=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C56 is #0373A9. Grayscale: #A7A7A7. Windows color (decimal): -226218 or 5672188. OLE color: 5672188.
HSL color Cylindrical-coordinate representation of color #FC8C56: hue angle of 19.52º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC8C56 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 86 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.01 |
| HSL | 19.52º | 0.97% | 0.66% | - |
| HSV(B) | 19.52º | 0.66% | 0.99% | - |
| XYZ | 51.2 | 40.12 | 13.85 | - |
| YUV | 167.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 86 | 0 | 0.44 | 0.66 | 0.01 | 19.52 | 0.97 | 0.66 |
| Hex | FC | 8C | 56 | 0 | 2C | 42 | 1 | 14 | 61 | 42 |
| Octal | 374 | 214 | 126 | 0 | 54 | 102 | 1 | 24 | 141 | 102 |
| Binary | 11111100 | 10001100 | 1010110 | 0 | 101100 | 1000010 | 1 | 10100 | 1100001 | 1000010 |
Color Harmonies of #FC8C56
Complementary color
Monochromatic Colors of #FC8C56
Black with #FC8C56
Text Example
Text Example
White with #FC8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C56; }
p { color: rgb(252,140,86); }
H1.HeaderClassName
{
color: #FC8C56;
}
.AnyTagClassName
{
color: #FC8C56;
}
</style>
background-color css
<style>
a { background-color: #FC8C56; }
a { background-color: rgb(252,140,86); }
div.DivClassName
{
background-color: #FC8C56;
}
.BgClassName
{
background-color: #FC8C56;
}
</style>
border-color css
<style>
span { border-color: #FC8C56; }
span { border-color: rgb(252,140,86); }
td.TdClassName
{
border-color: #FC8C56;
}
.TagClassName
{
border-color: #FC8C56;
}
</style>