Shades of Crusta #FC895D
Tints of Crusta #FC895D
RGB
CMYK
RGB Variations
Color information
#FC895D (or 0xFC895D) is known color: Crusta. HEX triplet: FC, 89 and 5D. RGB value is (252,137,93). Sum of RGB (Red+Green+Blue) = 252+137+93=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC895D is #0376A2. Grayscale: #A6A6A6. Windows color (decimal): -226979 or 6130172. OLE color: 6130172.
HSL color Cylindrical-coordinate representation of color #FC895D: hue angle of 16.6º 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 #FC895D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 93 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.01 |
| HSL | 16.6º | 0.96% | 0.68% | - |
| HSV(B) | 16.6º | 0.63% | 0.99% | - |
| XYZ | 51.07 | 39.38 | 15.26 | - |
| YUV | 166.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 93 | 0 | 0.46 | 0.63 | 0.01 | 16.6 | 0.96 | 0.68 |
| Hex | FC | 89 | 5D | 0 | 2E | 3F | 1 | 11 | 60 | 44 |
| Octal | 374 | 211 | 135 | 0 | 56 | 77 | 1 | 21 | 140 | 104 |
| Binary | 11111100 | 10001001 | 1011101 | 0 | 101110 | 111111 | 1 | 10001 | 1100000 | 1000100 |
Color Harmonies of #FC895D
Complementary color
Monochromatic Colors of #FC895D
Black with #FC895D
Text Example
Text Example
White with #FC895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC895D; }
p { color: rgb(252,137,93); }
H1.HeaderClassName
{
color: #FC895D;
}
.AnyTagClassName
{
color: #FC895D;
}
</style>
background-color css
<style>
a { background-color: #FC895D; }
a { background-color: rgb(252,137,93); }
div.DivClassName
{
background-color: #FC895D;
}
.BgClassName
{
background-color: #FC895D;
}
</style>
border-color css
<style>
span { border-color: #FC895D; }
span { border-color: rgb(252,137,93); }
td.TdClassName
{
border-color: #FC895D;
}
.TagClassName
{
border-color: #FC895D;
}
</style>