Shades of Crusta #FC8D51
Tints of Crusta #FC8D51
RGB
CMYK
RGB Variations
Color information
#FC8D51 (or 0xFC8D51) is known color: Crusta. HEX triplet: FC, 8D and 51. RGB value is (252,141,81). Sum of RGB (Red+Green+Blue) = 252+141+81=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 81 (32.03% from 255 or 17.09% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8D51 is #0372AE. Grayscale: #A7A7A7. Windows color (decimal): -225967 or 5344764. OLE color: 5344764.
HSL color Cylindrical-coordinate representation of color #FC8D51: hue angle of 21.05º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC8D51 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 81 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.01 |
| HSL | 21.05º | 0.97% | 0.65% | - |
| HSV(B) | 21.05º | 0.68% | 0.99% | - |
| XYZ | 51.15 | 40.34 | 12.87 | - |
| YUV | 167.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 81 | 0 | 0.44 | 0.68 | 0.01 | 21.05 | 0.97 | 0.65 |
| Hex | FC | 8D | 51 | 0 | 2C | 44 | 1 | 15 | 61 | 41 |
| Octal | 374 | 215 | 121 | 0 | 54 | 104 | 1 | 25 | 141 | 101 |
| Binary | 11111100 | 10001101 | 1010001 | 0 | 101100 | 1000100 | 1 | 10101 | 1100001 | 1000001 |
Color Harmonies of #FC8D51
Complementary color
Monochromatic Colors of #FC8D51
Black with #FC8D51
Text Example
Text Example
White with #FC8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D51; }
p { color: rgb(252,141,81); }
H1.HeaderClassName
{
color: #FC8D51;
}
.AnyTagClassName
{
color: #FC8D51;
}
</style>
background-color css
<style>
a { background-color: #FC8D51; }
a { background-color: rgb(252,141,81); }
div.DivClassName
{
background-color: #FC8D51;
}
.BgClassName
{
background-color: #FC8D51;
}
</style>
border-color css
<style>
span { border-color: #FC8D51; }
span { border-color: rgb(252,141,81); }
td.TdClassName
{
border-color: #FC8D51;
}
.TagClassName
{
border-color: #FC8D51;
}
</style>