Shades of Crusta #FC8A4D
Tints of Crusta #FC8A4D
RGB
CMYK
RGB Variations
Color information
#FC8A4D (or 0xFC8A4D) is known color: Crusta. HEX triplet: FC, 8A and 4D. RGB value is (252,138,77). Sum of RGB (Red+Green+Blue) = 252+138+77=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A4D is #0375B2. Grayscale: #A5A5A5. Windows color (decimal): -226739 or 5081852. OLE color: 5081852.
HSL color Cylindrical-coordinate representation of color #FC8A4D: hue angle of 20.91º 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 #FC8A4D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 77 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.01 |
| HSL | 20.91º | 0.97% | 0.65% | - |
| HSV(B) | 20.91º | 0.69% | 0.99% | - |
| XYZ | 50.57 | 39.41 | 11.96 | - |
| YUV | 165.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 77 | 0 | 0.45 | 0.69 | 0.01 | 20.91 | 0.97 | 0.65 |
| Hex | FC | 8A | 4D | 0 | 2D | 45 | 1 | 15 | 61 | 41 |
| Octal | 374 | 212 | 115 | 0 | 55 | 105 | 1 | 25 | 141 | 101 |
| Binary | 11111100 | 10001010 | 1001101 | 0 | 101101 | 1000101 | 1 | 10101 | 1100001 | 1000001 |
Color Harmonies of #FC8A4D
Complementary color
Monochromatic Colors of #FC8A4D
Black with #FC8A4D
Text Example
Text Example
White with #FC8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A4D; }
p { color: rgb(252,138,77); }
H1.HeaderClassName
{
color: #FC8A4D;
}
.AnyTagClassName
{
color: #FC8A4D;
}
</style>
background-color css
<style>
a { background-color: #FC8A4D; }
a { background-color: rgb(252,138,77); }
div.DivClassName
{
background-color: #FC8A4D;
}
.BgClassName
{
background-color: #FC8A4D;
}
</style>
border-color css
<style>
span { border-color: #FC8A4D; }
span { border-color: rgb(252,138,77); }
td.TdClassName
{
border-color: #FC8A4D;
}
.TagClassName
{
border-color: #FC8A4D;
}
</style>