Shades of Crusta #FC885A
Tints of Crusta #FC885A
RGB
CMYK
RGB Variations
Color information
#FC885A (or 0xFC885A) is known color: Crusta. HEX triplet: FC, 88 and 5A. RGB value is (252,136,90). Sum of RGB (Red+Green+Blue) = 252+136+90=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC885A is #0377A5. Grayscale: #A5A5A5. Windows color (decimal): -227238 or 5933308. OLE color: 5933308.
HSL color Cylindrical-coordinate representation of color #FC885A: hue angle of 17.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC885A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 90 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.01 |
| HSL | 17.04º | 0.96% | 0.67% | - |
| HSV(B) | 17.04º | 0.64% | 0.99% | - |
| XYZ | 50.79 | 39.04 | 14.53 | - |
| YUV | 165.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 90 | 0 | 0.46 | 0.64 | 0.01 | 17.04 | 0.96 | 0.67 |
| Hex | FC | 88 | 5A | 0 | 2E | 40 | 1 | 11 | 60 | 43 |
| Octal | 374 | 210 | 132 | 0 | 56 | 100 | 1 | 21 | 140 | 103 |
| Binary | 11111100 | 10001000 | 1011010 | 0 | 101110 | 1000000 | 1 | 10001 | 1100000 | 1000011 |
Color Harmonies of #FC885A
Complementary color
Monochromatic Colors of #FC885A
Black with #FC885A
Text Example
Text Example
White with #FC885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC885A; }
p { color: rgb(252,136,90); }
H1.HeaderClassName
{
color: #FC885A;
}
.AnyTagClassName
{
color: #FC885A;
}
</style>
background-color css
<style>
a { background-color: #FC885A; }
a { background-color: rgb(252,136,90); }
div.DivClassName
{
background-color: #FC885A;
}
.BgClassName
{
background-color: #FC885A;
}
</style>
border-color css
<style>
span { border-color: #FC885A; }
span { border-color: rgb(252,136,90); }
td.TdClassName
{
border-color: #FC885A;
}
.TagClassName
{
border-color: #FC885A;
}
</style>