Shades of Crusta #FC8950
Tints of Crusta #FC8950
RGB
CMYK
RGB Variations
Color information
#FC8950 (or 0xFC8950) is known color: Crusta. HEX triplet: FC, 89 and 50. RGB value is (252,137,80). Sum of RGB (Red+Green+Blue) = 252+137+80=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8950 is #0376AF. Grayscale: #A5A5A5. Windows color (decimal): -226992 or 5278204. OLE color: 5278204.
HSL color Cylindrical-coordinate representation of color #FC8950: hue angle of 19.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC8950 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 80 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.01 |
| HSL | 19.88º | 0.97% | 0.65% | - |
| HSV(B) | 19.88º | 0.68% | 0.99% | - |
| XYZ | 50.54 | 39.17 | 12.49 | - |
| YUV | 164.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 80 | 0 | 0.46 | 0.68 | 0.01 | 19.88 | 0.97 | 0.65 |
| Hex | FC | 89 | 50 | 0 | 2E | 44 | 1 | 14 | 61 | 41 |
| Octal | 374 | 211 | 120 | 0 | 56 | 104 | 1 | 24 | 141 | 101 |
| Binary | 11111100 | 10001001 | 1010000 | 0 | 101110 | 1000100 | 1 | 10100 | 1100001 | 1000001 |
Color Harmonies of #FC8950
Complementary color
Monochromatic Colors of #FC8950
Black with #FC8950
Text Example
Text Example
White with #FC8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8950; }
p { color: rgb(252,137,80); }
H1.HeaderClassName
{
color: #FC8950;
}
.AnyTagClassName
{
color: #FC8950;
}
</style>
background-color css
<style>
a { background-color: #FC8950; }
a { background-color: rgb(252,137,80); }
div.DivClassName
{
background-color: #FC8950;
}
.BgClassName
{
background-color: #FC8950;
}
</style>
border-color css
<style>
span { border-color: #FC8950; }
span { border-color: rgb(252,137,80); }
td.TdClassName
{
border-color: #FC8950;
}
.TagClassName
{
border-color: #FC8950;
}
</style>