Shades of Crusta #FC8D57
Tints of Crusta #FC8D57
RGB
CMYK
RGB Variations
Color information
#FC8D57 (or 0xFC8D57) is known color: Crusta. HEX triplet: FC, 8D and 57. RGB value is (252,141,87). Sum of RGB (Red+Green+Blue) = 252+141+87=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D57 is #0372A8. Grayscale: #A8A8A8. Windows color (decimal): -225961 or 5737980. OLE color: 5737980.
HSL color Cylindrical-coordinate representation of color #FC8D57: hue angle of 19.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC8D57 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 87 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.01 |
| HSL | 19.64º | 0.96% | 0.66% | - |
| HSV(B) | 19.64º | 0.65% | 0.99% | - |
| XYZ | 51.39 | 40.43 | 14.11 | - |
| YUV | 168.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 87 | 0 | 0.44 | 0.65 | 0.01 | 19.64 | 0.96 | 0.66 |
| Hex | FC | 8D | 57 | 0 | 2C | 41 | 1 | 14 | 60 | 42 |
| Octal | 374 | 215 | 127 | 0 | 54 | 101 | 1 | 24 | 140 | 102 |
| Binary | 11111100 | 10001101 | 1010111 | 0 | 101100 | 1000001 | 1 | 10100 | 1100000 | 1000010 |
Color Harmonies of #FC8D57
Complementary color
Monochromatic Colors of #FC8D57
Black with #FC8D57
Text Example
Text Example
White with #FC8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D57; }
p { color: rgb(252,141,87); }
H1.HeaderClassName
{
color: #FC8D57;
}
.AnyTagClassName
{
color: #FC8D57;
}
</style>
background-color css
<style>
a { background-color: #FC8D57; }
a { background-color: rgb(252,141,87); }
div.DivClassName
{
background-color: #FC8D57;
}
.BgClassName
{
background-color: #FC8D57;
}
</style>
border-color css
<style>
span { border-color: #FC8D57; }
span { border-color: rgb(252,141,87); }
td.TdClassName
{
border-color: #FC8D57;
}
.TagClassName
{
border-color: #FC8D57;
}
</style>