Shades of Crusta #FC885F
Tints of Crusta #FC885F
RGB
CMYK
RGB Variations
Color information
#FC885F (or 0xFC885F) is known color: Crusta. HEX triplet: FC, 88 and 5F. RGB value is (252,136,95). Sum of RGB (Red+Green+Blue) = 252+136+95=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC885F is #0377A0. Grayscale: #A6A6A6. Windows color (decimal): -227233 or 6260988. OLE color: 6260988.
HSL color Cylindrical-coordinate representation of color #FC885F: hue angle of 15.67º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC885F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 95 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.01 |
| HSL | 15.67º | 0.96% | 0.68% | - |
| HSV(B) | 15.67º | 0.62% | 0.99% | - |
| XYZ | 51.01 | 39.13 | 15.69 | - |
| YUV | 166.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 95 | 0 | 0.46 | 0.62 | 0.01 | 15.67 | 0.96 | 0.68 |
| Hex | FC | 88 | 5F | 0 | 2E | 3E | 1 | 10 | 60 | 44 |
| Octal | 374 | 210 | 137 | 0 | 56 | 76 | 1 | 20 | 140 | 104 |
| Binary | 11111100 | 10001000 | 1011111 | 0 | 101110 | 111110 | 1 | 10000 | 1100000 | 1000100 |
Color Harmonies of #FC885F
Complementary color
Monochromatic Colors of #FC885F
Black with #FC885F
Text Example
Text Example
White with #FC885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC885F; }
p { color: rgb(252,136,95); }
H1.HeaderClassName
{
color: #FC885F;
}
.AnyTagClassName
{
color: #FC885F;
}
</style>
background-color css
<style>
a { background-color: #FC885F; }
a { background-color: rgb(252,136,95); }
div.DivClassName
{
background-color: #FC885F;
}
.BgClassName
{
background-color: #FC885F;
}
</style>
border-color css
<style>
span { border-color: #FC885F; }
span { border-color: rgb(252,136,95); }
td.TdClassName
{
border-color: #FC885F;
}
.TagClassName
{
border-color: #FC885F;
}
</style>