Shades of Crusta #FC884D
Tints of Crusta #FC884D
RGB
CMYK
RGB Variations
Color information
#FC884D (or 0xFC884D) is known color: Crusta. HEX triplet: FC, 88 and 4D. RGB value is (252,136,77). Sum of RGB (Red+Green+Blue) = 252+136+77=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC884D is #0377B2. Grayscale: #A4A4A4. Windows color (decimal): -227251 or 5081340. OLE color: 5081340.
HSL color Cylindrical-coordinate representation of color #FC884D: hue angle of 20.23º 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 #FC884D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 77 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.01 |
| HSL | 20.23º | 0.97% | 0.65% | - |
| HSV(B) | 20.23º | 0.69% | 0.99% | - |
| XYZ | 50.29 | 38.84 | 11.87 | - |
| YUV | 163.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 77 | 0 | 0.46 | 0.69 | 0.01 | 20.23 | 0.97 | 0.65 |
| Hex | FC | 88 | 4D | 0 | 2E | 45 | 1 | 14 | 61 | 41 |
| Octal | 374 | 210 | 115 | 0 | 56 | 105 | 1 | 24 | 141 | 101 |
| Binary | 11111100 | 10001000 | 1001101 | 0 | 101110 | 1000101 | 1 | 10100 | 1100001 | 1000001 |
Color Harmonies of #FC884D
Complementary color
Monochromatic Colors of #FC884D
Black with #FC884D
Text Example
Text Example
White with #FC884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC884D; }
p { color: rgb(252,136,77); }
H1.HeaderClassName
{
color: #FC884D;
}
.AnyTagClassName
{
color: #FC884D;
}
</style>
background-color css
<style>
a { background-color: #FC884D; }
a { background-color: rgb(252,136,77); }
div.DivClassName
{
background-color: #FC884D;
}
.BgClassName
{
background-color: #FC884D;
}
</style>
border-color css
<style>
span { border-color: #FC884D; }
span { border-color: rgb(252,136,77); }
td.TdClassName
{
border-color: #FC884D;
}
.TagClassName
{
border-color: #FC884D;
}
</style>