Shades of Crusta #FC8C47
Tints of Crusta #FC8C47
RGB
CMYK
RGB Variations
Color information
#FC8C47 (or 0xFC8C47) is known color: Crusta. HEX triplet: FC, 8C and 47. RGB value is (252,140,71). Sum of RGB (Red+Green+Blue) = 252+140+71=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C47 is #0373B8. Grayscale: #A6A6A6. Windows color (decimal): -226233 or 4689148. OLE color: 4689148.
HSL color Cylindrical-coordinate representation of color #FC8C47: hue angle of 22.87º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC8C47 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 71 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.01 |
| HSL | 22.87º | 0.97% | 0.63% | - |
| HSV(B) | 22.87º | 0.72% | 0.99% | - |
| XYZ | 50.66 | 39.91 | 10.99 | - |
| YUV | 165.62 | 74.61 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 71 | 0 | 0.44 | 0.72 | 0.01 | 22.87 | 0.97 | 0.63 |
| Hex | FC | 8C | 47 | 0 | 2C | 48 | 1 | 17 | 61 | 3F |
| Octal | 374 | 214 | 107 | 0 | 54 | 110 | 1 | 27 | 141 | 77 |
| Binary | 11111100 | 10001100 | 1000111 | 0 | 101100 | 1001000 | 1 | 10111 | 1100001 | 111111 |
Color Harmonies of #FC8C47
Complementary color
Monochromatic Colors of #FC8C47
Black with #FC8C47
Text Example
Text Example
White with #FC8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C47; }
p { color: rgb(252,140,71); }
H1.HeaderClassName
{
color: #FC8C47;
}
.AnyTagClassName
{
color: #FC8C47;
}
</style>
background-color css
<style>
a { background-color: #FC8C47; }
a { background-color: rgb(252,140,71); }
div.DivClassName
{
background-color: #FC8C47;
}
.BgClassName
{
background-color: #FC8C47;
}
</style>
border-color css
<style>
span { border-color: #FC8C47; }
span { border-color: rgb(252,140,71); }
td.TdClassName
{
border-color: #FC8C47;
}
.TagClassName
{
border-color: #FC8C47;
}
</style>