Shades of Crusta #FC884B
Tints of Crusta #FC884B
RGB
CMYK
RGB Variations
Color information
#FC884B (or 0xFC884B) is known color: Crusta. HEX triplet: FC, 88 and 4B. RGB value is (252,136,75). Sum of RGB (Red+Green+Blue) = 252+136+75=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC884B is #0377B4. Grayscale: #A4A4A4. Windows color (decimal): -227253 or 4950268. OLE color: 4950268.
HSL color Cylindrical-coordinate representation of color #FC884B: hue angle of 20.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC884B is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 75 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.01 |
| HSL | 20.68º | 0.97% | 0.64% | - |
| HSV(B) | 20.68º | 0.7% | 0.99% | - |
| XYZ | 50.22 | 38.81 | 11.5 | - |
| YUV | 163.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 75 | 0 | 0.46 | 0.70 | 0.01 | 20.68 | 0.97 | 0.64 |
| Hex | FC | 88 | 4B | 0 | 2E | 46 | 1 | 15 | 61 | 40 |
| Octal | 374 | 210 | 113 | 0 | 56 | 106 | 1 | 25 | 141 | 100 |
| Binary | 11111100 | 10001000 | 1001011 | 0 | 101110 | 1000110 | 1 | 10101 | 1100001 | 1000000 |
Color Harmonies of #FC884B
Complementary color
Monochromatic Colors of #FC884B
Black with #FC884B
Text Example
Text Example
White with #FC884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC884B; }
p { color: rgb(252,136,75); }
H1.HeaderClassName
{
color: #FC884B;
}
.AnyTagClassName
{
color: #FC884B;
}
</style>
background-color css
<style>
a { background-color: #FC884B; }
a { background-color: rgb(252,136,75); }
div.DivClassName
{
background-color: #FC884B;
}
.BgClassName
{
background-color: #FC884B;
}
</style>
border-color css
<style>
span { border-color: #FC884B; }
span { border-color: rgb(252,136,75); }
td.TdClassName
{
border-color: #FC884B;
}
.TagClassName
{
border-color: #FC884B;
}
</style>