Shades of Crusta #FC885D
Tints of Crusta #FC885D
RGB
CMYK
RGB Variations
Color information
#FC885D (or 0xFC885D) is known color: Crusta. HEX triplet: FC, 88 and 5D. RGB value is (252,136,93). Sum of RGB (Red+Green+Blue) = 252+136+93=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC885D is #0377A2. Grayscale: #A6A6A6. Windows color (decimal): -227235 or 6129916. OLE color: 6129916.
HSL color Cylindrical-coordinate representation of color #FC885D: hue angle of 16.23º 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 #FC885D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 93 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.01 |
| HSL | 16.23º | 0.96% | 0.68% | - |
| HSV(B) | 16.23º | 0.63% | 0.99% | - |
| XYZ | 50.92 | 39.09 | 15.22 | - |
| YUV | 165.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 93 | 0 | 0.46 | 0.63 | 0.01 | 16.23 | 0.96 | 0.68 |
| Hex | FC | 88 | 5D | 0 | 2E | 3F | 1 | 10 | 60 | 44 |
| Octal | 374 | 210 | 135 | 0 | 56 | 77 | 1 | 20 | 140 | 104 |
| Binary | 11111100 | 10001000 | 1011101 | 0 | 101110 | 111111 | 1 | 10000 | 1100000 | 1000100 |
Color Harmonies of #FC885D
Complementary color
Monochromatic Colors of #FC885D
Black with #FC885D
Text Example
Text Example
White with #FC885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC885D; }
p { color: rgb(252,136,93); }
H1.HeaderClassName
{
color: #FC885D;
}
.AnyTagClassName
{
color: #FC885D;
}
</style>
background-color css
<style>
a { background-color: #FC885D; }
a { background-color: rgb(252,136,93); }
div.DivClassName
{
background-color: #FC885D;
}
.BgClassName
{
background-color: #FC885D;
}
</style>
border-color css
<style>
span { border-color: #FC885D; }
span { border-color: rgb(252,136,93); }
td.TdClassName
{
border-color: #FC885D;
}
.TagClassName
{
border-color: #FC885D;
}
</style>