Shades of Crusta #FC8C50
Tints of Crusta #FC8C50
RGB
CMYK
RGB Variations
Color information
#FC8C50 (or 0xFC8C50) is known color: Crusta. HEX triplet: FC, 8C and 50. RGB value is (252,140,80). Sum of RGB (Red+Green+Blue) = 252+140+80=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C50 is #0373AF. Grayscale: #A7A7A7. Windows color (decimal): -226224 or 5278972. OLE color: 5278972.
HSL color Cylindrical-coordinate representation of color #FC8C50: hue angle of 20.93º 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 #FC8C50 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 80 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.01 |
| HSL | 20.93º | 0.97% | 0.65% | - |
| HSV(B) | 20.93º | 0.68% | 0.99% | - |
| XYZ | 50.97 | 40.03 | 12.63 | - |
| YUV | 166.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 80 | 0 | 0.44 | 0.68 | 0.01 | 20.93 | 0.97 | 0.65 |
| Hex | FC | 8C | 50 | 0 | 2C | 44 | 1 | 15 | 61 | 41 |
| Octal | 374 | 214 | 120 | 0 | 54 | 104 | 1 | 25 | 141 | 101 |
| Binary | 11111100 | 10001100 | 1010000 | 0 | 101100 | 1000100 | 1 | 10101 | 1100001 | 1000001 |
Color Harmonies of #FC8C50
Complementary color
Monochromatic Colors of #FC8C50
Black with #FC8C50
Text Example
Text Example
White with #FC8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C50; }
p { color: rgb(252,140,80); }
H1.HeaderClassName
{
color: #FC8C50;
}
.AnyTagClassName
{
color: #FC8C50;
}
</style>
background-color css
<style>
a { background-color: #FC8C50; }
a { background-color: rgb(252,140,80); }
div.DivClassName
{
background-color: #FC8C50;
}
.BgClassName
{
background-color: #FC8C50;
}
</style>
border-color css
<style>
span { border-color: #FC8C50; }
span { border-color: rgb(252,140,80); }
td.TdClassName
{
border-color: #FC8C50;
}
.TagClassName
{
border-color: #FC8C50;
}
</style>