Shades of Crusta #FC904D
Tints of Crusta #FC904D
RGB
CMYK
RGB Variations
Color information
#FC904D (or 0xFC904D) is known color: Crusta. HEX triplet: FC, 90 and 4D. RGB value is (252,144,77). Sum of RGB (Red+Green+Blue) = 252+144+77=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC904D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC904D is #036FB2. Grayscale: #A9A9A9. Windows color (decimal): -225203 or 5083388. OLE color: 5083388.
HSL color Cylindrical-coordinate representation of color #FC904D: hue angle of 22.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC904D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.01 |
| HSL | 22.97º | 0.97% | 0.65% | - |
| HSV(B) | 22.97º | 0.69% | 0.99% | - |
| XYZ | 51.46 | 41.18 | 12.26 | - |
| YUV | 168.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 77 | 0 | 0.43 | 0.69 | 0.01 | 22.97 | 0.97 | 0.65 |
| Hex | FC | 90 | 4D | 0 | 2B | 45 | 1 | 17 | 61 | 41 |
| Octal | 374 | 220 | 115 | 0 | 53 | 105 | 1 | 27 | 141 | 101 |
| Binary | 11111100 | 10010000 | 1001101 | 0 | 101011 | 1000101 | 1 | 10111 | 1100001 | 1000001 |
Color Harmonies of #FC904D
Complementary color
Monochromatic Colors of #FC904D
Black with #FC904D
Text Example
Text Example
White with #FC904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC904D; }
p { color: rgb(252,144,77); }
H1.HeaderClassName
{
color: #FC904D;
}
.AnyTagClassName
{
color: #FC904D;
}
</style>
background-color css
<style>
a { background-color: #FC904D; }
a { background-color: rgb(252,144,77); }
div.DivClassName
{
background-color: #FC904D;
}
.BgClassName
{
background-color: #FC904D;
}
</style>
border-color css
<style>
span { border-color: #FC904D; }
span { border-color: rgb(252,144,77); }
td.TdClassName
{
border-color: #FC904D;
}
.TagClassName
{
border-color: #FC904D;
}
</style>