Shades of Crusta #FC8C4D
Tints of Crusta #FC8C4D
RGB
CMYK
RGB Variations
Color information
#FC8C4D (or 0xFC8C4D) is known color: Crusta. HEX triplet: FC, 8C and 4D. RGB value is (252,140,77). Sum of RGB (Red+Green+Blue) = 252+140+77=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C4D is #0373B2. Grayscale: #A6A6A6. Windows color (decimal): -226227 or 5082364. OLE color: 5082364.
HSL color Cylindrical-coordinate representation of color #FC8C4D: hue angle of 21.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC8C4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.01 |
| HSL | 21.6º | 0.97% | 0.65% | - |
| HSV(B) | 21.6º | 0.69% | 0.99% | - |
| XYZ | 50.86 | 39.99 | 12.06 | - |
| YUV | 166.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 77 | 0 | 0.44 | 0.69 | 0.01 | 21.6 | 0.97 | 0.65 |
| Hex | FC | 8C | 4D | 0 | 2C | 45 | 1 | 16 | 61 | 41 |
| Octal | 374 | 214 | 115 | 0 | 54 | 105 | 1 | 26 | 141 | 101 |
| Binary | 11111100 | 10001100 | 1001101 | 0 | 101100 | 1000101 | 1 | 10110 | 1100001 | 1000001 |
Color Harmonies of #FC8C4D
Complementary color
Monochromatic Colors of #FC8C4D
Black with #FC8C4D
Text Example
Text Example
White with #FC8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C4D; }
p { color: rgb(252,140,77); }
H1.HeaderClassName
{
color: #FC8C4D;
}
.AnyTagClassName
{
color: #FC8C4D;
}
</style>
background-color css
<style>
a { background-color: #FC8C4D; }
a { background-color: rgb(252,140,77); }
div.DivClassName
{
background-color: #FC8C4D;
}
.BgClassName
{
background-color: #FC8C4D;
}
</style>
border-color css
<style>
span { border-color: #FC8C4D; }
span { border-color: rgb(252,140,77); }
td.TdClassName
{
border-color: #FC8C4D;
}
.TagClassName
{
border-color: #FC8C4D;
}
</style>