Shades of Crusta #FC855E
Tints of Crusta #FC855E
RGB
CMYK
RGB Variations
Color information
#FC855E (or 0xFC855E) is known color: Crusta. HEX triplet: FC, 85 and 5E. RGB value is (252,133,94). Sum of RGB (Red+Green+Blue) = 252+133+94=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC855E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC855E is #037AA1. Grayscale: #A4A4A4. Windows color (decimal): -228002 or 6194684. OLE color: 6194684.
HSL color Cylindrical-coordinate representation of color #FC855E: hue angle of 14.81º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC855E is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 94 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.01 |
| HSL | 14.81º | 0.96% | 0.68% | - |
| HSV(B) | 14.81º | 0.63% | 0.99% | - |
| XYZ | 50.55 | 38.28 | 15.31 | - |
| YUV | 164.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 94 | 0 | 0.47 | 0.63 | 0.01 | 14.81 | 0.96 | 0.68 |
| Hex | FC | 85 | 5E | 0 | 2F | 3F | 1 | F | 60 | 44 |
| Octal | 374 | 205 | 136 | 0 | 57 | 77 | 1 | 17 | 140 | 104 |
| Binary | 11111100 | 10000101 | 1011110 | 0 | 101111 | 111111 | 1 | 1111 | 1100000 | 1000100 |
Color Harmonies of #FC855E
Complementary color
Monochromatic Colors of #FC855E
Black with #FC855E
Text Example
Text Example
White with #FC855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC855E; }
p { color: rgb(252,133,94); }
H1.HeaderClassName
{
color: #FC855E;
}
.AnyTagClassName
{
color: #FC855E;
}
</style>
background-color css
<style>
a { background-color: #FC855E; }
a { background-color: rgb(252,133,94); }
div.DivClassName
{
background-color: #FC855E;
}
.BgClassName
{
background-color: #FC855E;
}
</style>
border-color css
<style>
span { border-color: #FC855E; }
span { border-color: rgb(252,133,94); }
td.TdClassName
{
border-color: #FC855E;
}
.TagClassName
{
border-color: #FC855E;
}
</style>