Shades of Crusta #FC8C54
Tints of Crusta #FC8C54
RGB
CMYK
RGB Variations
Color information
#FC8C54 (or 0xFC8C54) is known color: Crusta. HEX triplet: FC, 8C and 54. RGB value is (252,140,84). Sum of RGB (Red+Green+Blue) = 252+140+84=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C54 is #0373AB. Grayscale: #A7A7A7. Windows color (decimal): -226220 or 5541116. OLE color: 5541116.
HSL color Cylindrical-coordinate representation of color #FC8C54: hue angle of 20º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC8C54 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 84 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.01 |
| HSL | 20º | 0.97% | 0.66% | - |
| HSV(B) | 20º | 0.67% | 0.99% | - |
| XYZ | 51.12 | 40.09 | 13.43 | - |
| YUV | 167.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 84 | 0 | 0.44 | 0.67 | 0.01 | 20 | 0.97 | 0.66 |
| Hex | FC | 8C | 54 | 0 | 2C | 43 | 1 | 14 | 61 | 42 |
| Octal | 374 | 214 | 124 | 0 | 54 | 103 | 1 | 24 | 141 | 102 |
| Binary | 11111100 | 10001100 | 1010100 | 0 | 101100 | 1000011 | 1 | 10100 | 1100001 | 1000010 |
Color Harmonies of #FC8C54
Complementary color
Monochromatic Colors of #FC8C54
Black with #FC8C54
Text Example
Text Example
White with #FC8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C54; }
p { color: rgb(252,140,84); }
H1.HeaderClassName
{
color: #FC8C54;
}
.AnyTagClassName
{
color: #FC8C54;
}
</style>
background-color css
<style>
a { background-color: #FC8C54; }
a { background-color: rgb(252,140,84); }
div.DivClassName
{
background-color: #FC8C54;
}
.BgClassName
{
background-color: #FC8C54;
}
</style>
border-color css
<style>
span { border-color: #FC8C54; }
span { border-color: rgb(252,140,84); }
td.TdClassName
{
border-color: #FC8C54;
}
.TagClassName
{
border-color: #FC8C54;
}
</style>