Shades of Crusta #FC8C5C
Tints of Crusta #FC8C5C
RGB
CMYK
RGB Variations
Color information
#FC8C5C (or 0xFC8C5C) is known color: Crusta. HEX triplet: FC, 8C and 5C. RGB value is (252,140,92). Sum of RGB (Red+Green+Blue) = 252+140+92=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C5C is #0373A3. Grayscale: #A8A8A8. Windows color (decimal): -226212 or 6065404. OLE color: 6065404.
HSL color Cylindrical-coordinate representation of color #FC8C5C: hue angle of 18º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC8C5C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 92 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.01 |
| HSL | 18º | 0.96% | 0.67% | - |
| HSV(B) | 18º | 0.63% | 0.99% | - |
| XYZ | 51.45 | 40.22 | 15.18 | - |
| YUV | 168.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 92 | 0 | 0.44 | 0.63 | 0.01 | 18 | 0.96 | 0.67 |
| Hex | FC | 8C | 5C | 0 | 2C | 3F | 1 | 12 | 60 | 43 |
| Octal | 374 | 214 | 134 | 0 | 54 | 77 | 1 | 22 | 140 | 103 |
| Binary | 11111100 | 10001100 | 1011100 | 0 | 101100 | 111111 | 1 | 10010 | 1100000 | 1000011 |
Color Harmonies of #FC8C5C
Complementary color
Monochromatic Colors of #FC8C5C
Black with #FC8C5C
Text Example
Text Example
White with #FC8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C5C; }
p { color: rgb(252,140,92); }
H1.HeaderClassName
{
color: #FC8C5C;
}
.AnyTagClassName
{
color: #FC8C5C;
}
</style>
background-color css
<style>
a { background-color: #FC8C5C; }
a { background-color: rgb(252,140,92); }
div.DivClassName
{
background-color: #FC8C5C;
}
.BgClassName
{
background-color: #FC8C5C;
}
</style>
border-color css
<style>
span { border-color: #FC8C5C; }
span { border-color: rgb(252,140,92); }
td.TdClassName
{
border-color: #FC8C5C;
}
.TagClassName
{
border-color: #FC8C5C;
}
</style>