Shades of Crusta #FC9255
Tints of Crusta #FC9255
RGB
CMYK
RGB Variations
Color information
#FC9255 (or 0xFC9255) is known color: Crusta. HEX triplet: FC, 92 and 55. RGB value is (252,146,85). Sum of RGB (Red+Green+Blue) = 252+146+85=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9255 is #036DAA. Grayscale: #ABABAB. Windows color (decimal): -224683 or 5608188. OLE color: 5608188.
HSL color Cylindrical-coordinate representation of color #FC9255: hue angle of 21.92º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC9255 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 85 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.01 |
| HSL | 21.92º | 0.97% | 0.66% | - |
| HSV(B) | 21.92º | 0.66% | 0.99% | - |
| XYZ | 52.06 | 41.91 | 13.94 | - |
| YUV | 170.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 85 | 0 | 0.42 | 0.66 | 0.01 | 21.92 | 0.97 | 0.66 |
| Hex | FC | 92 | 55 | 0 | 2A | 42 | 1 | 16 | 61 | 42 |
| Octal | 374 | 222 | 125 | 0 | 52 | 102 | 1 | 26 | 141 | 102 |
| Binary | 11111100 | 10010010 | 1010101 | 0 | 101010 | 1000010 | 1 | 10110 | 1100001 | 1000010 |
Color Harmonies of #FC9255
Complementary color
Monochromatic Colors of #FC9255
Black with #FC9255
Text Example
Text Example
White with #FC9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9255; }
p { color: rgb(252,146,85); }
H1.HeaderClassName
{
color: #FC9255;
}
.AnyTagClassName
{
color: #FC9255;
}
</style>
background-color css
<style>
a { background-color: #FC9255; }
a { background-color: rgb(252,146,85); }
div.DivClassName
{
background-color: #FC9255;
}
.BgClassName
{
background-color: #FC9255;
}
</style>
border-color css
<style>
span { border-color: #FC9255; }
span { border-color: rgb(252,146,85); }
td.TdClassName
{
border-color: #FC9255;
}
.TagClassName
{
border-color: #FC9255;
}
</style>