Shades of Crusta #FC8F4D
Tints of Crusta #FC8F4D
RGB
CMYK
RGB Variations
Color information
#FC8F4D (or 0xFC8F4D) is known color: Crusta. HEX triplet: FC, 8F and 4D. RGB value is (252,143,77). Sum of RGB (Red+Green+Blue) = 252+143+77=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F4D is #0370B2. Grayscale: #A8A8A8. Windows color (decimal): -225459 or 5083132. OLE color: 5083132.
HSL color Cylindrical-coordinate representation of color #FC8F4D: hue angle of 22.63º 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 #FC8F4D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.01 |
| HSL | 22.63º | 0.97% | 0.65% | - |
| HSV(B) | 22.63º | 0.69% | 0.99% | - |
| XYZ | 51.31 | 40.88 | 12.21 | - |
| YUV | 168.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 77 | 0 | 0.43 | 0.69 | 0.01 | 22.63 | 0.97 | 0.65 |
| Hex | FC | 8F | 4D | 0 | 2B | 45 | 1 | 17 | 61 | 41 |
| Octal | 374 | 217 | 115 | 0 | 53 | 105 | 1 | 27 | 141 | 101 |
| Binary | 11111100 | 10001111 | 1001101 | 0 | 101011 | 1000101 | 1 | 10111 | 1100001 | 1000001 |
Color Harmonies of #FC8F4D
Complementary color
Monochromatic Colors of #FC8F4D
Black with #FC8F4D
Text Example
Text Example
White with #FC8F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F4D; }
p { color: rgb(252,143,77); }
H1.HeaderClassName
{
color: #FC8F4D;
}
.AnyTagClassName
{
color: #FC8F4D;
}
</style>
background-color css
<style>
a { background-color: #FC8F4D; }
a { background-color: rgb(252,143,77); }
div.DivClassName
{
background-color: #FC8F4D;
}
.BgClassName
{
background-color: #FC8F4D;
}
</style>
border-color css
<style>
span { border-color: #FC8F4D; }
span { border-color: rgb(252,143,77); }
td.TdClassName
{
border-color: #FC8F4D;
}
.TagClassName
{
border-color: #FC8F4D;
}
</style>