Shades of Crusta #FC8859
Tints of Crusta #FC8859
RGB
CMYK
RGB Variations
Color information
#FC8859 (or 0xFC8859) is known color: Crusta. HEX triplet: FC, 88 and 59. RGB value is (252,136,89). Sum of RGB (Red+Green+Blue) = 252+136+89=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8859 is #0377A6. Grayscale: #A5A5A5. Windows color (decimal): -227239 or 5867772. OLE color: 5867772.
HSL color Cylindrical-coordinate representation of color #FC8859: hue angle of 17.3º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC8859 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 89 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.01 |
| HSL | 17.3º | 0.96% | 0.67% | - |
| HSV(B) | 17.3º | 0.65% | 0.99% | - |
| XYZ | 50.75 | 39.03 | 14.31 | - |
| YUV | 165.33 | 84.93 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 89 | 0 | 0.46 | 0.65 | 0.01 | 17.3 | 0.96 | 0.67 |
| Hex | FC | 88 | 59 | 0 | 2E | 41 | 1 | 11 | 60 | 43 |
| Octal | 374 | 210 | 131 | 0 | 56 | 101 | 1 | 21 | 140 | 103 |
| Binary | 11111100 | 10001000 | 1011001 | 0 | 101110 | 1000001 | 1 | 10001 | 1100000 | 1000011 |
Color Harmonies of #FC8859
Complementary color
Monochromatic Colors of #FC8859
Black with #FC8859
Text Example
Text Example
White with #FC8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8859; }
p { color: rgb(252,136,89); }
H1.HeaderClassName
{
color: #FC8859;
}
.AnyTagClassName
{
color: #FC8859;
}
</style>
background-color css
<style>
a { background-color: #FC8859; }
a { background-color: rgb(252,136,89); }
div.DivClassName
{
background-color: #FC8859;
}
.BgClassName
{
background-color: #FC8859;
}
</style>
border-color css
<style>
span { border-color: #FC8859; }
span { border-color: rgb(252,136,89); }
td.TdClassName
{
border-color: #FC8859;
}
.TagClassName
{
border-color: #FC8859;
}
</style>