Shades of Crusta #FC9053
Tints of Crusta #FC9053
RGB
CMYK
RGB Variations
Color information
#FC9053 (or 0xFC9053) is known color: Crusta. HEX triplet: FC, 90 and 53. RGB value is (252,144,83). Sum of RGB (Red+Green+Blue) = 252+144+83=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9053 is #036FAC. Grayscale: #A9A9A9. Windows color (decimal): -225197 or 5476604. OLE color: 5476604.
HSL color Cylindrical-coordinate representation of color #FC9053: hue angle of 21.66º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC9053 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 83 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.01 |
| HSL | 21.66º | 0.97% | 0.66% | - |
| HSV(B) | 21.66º | 0.67% | 0.99% | - |
| XYZ | 51.68 | 41.27 | 13.43 | - |
| YUV | 169.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 83 | 0 | 0.43 | 0.67 | 0.01 | 21.66 | 0.97 | 0.66 |
| Hex | FC | 90 | 53 | 0 | 2B | 43 | 1 | 16 | 61 | 42 |
| Octal | 374 | 220 | 123 | 0 | 53 | 103 | 1 | 26 | 141 | 102 |
| Binary | 11111100 | 10010000 | 1010011 | 0 | 101011 | 1000011 | 1 | 10110 | 1100001 | 1000010 |
Color Harmonies of #FC9053
Complementary color
Monochromatic Colors of #FC9053
Black with #FC9053
Text Example
Text Example
White with #FC9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9053; }
p { color: rgb(252,144,83); }
H1.HeaderClassName
{
color: #FC9053;
}
.AnyTagClassName
{
color: #FC9053;
}
</style>
background-color css
<style>
a { background-color: #FC9053; }
a { background-color: rgb(252,144,83); }
div.DivClassName
{
background-color: #FC9053;
}
.BgClassName
{
background-color: #FC9053;
}
</style>
border-color css
<style>
span { border-color: #FC9053; }
span { border-color: rgb(252,144,83); }
td.TdClassName
{
border-color: #FC9053;
}
.TagClassName
{
border-color: #FC9053;
}
</style>