Shades of Crusta #FC8C4A
Tints of Crusta #FC8C4A
RGB
CMYK
RGB Variations
Color information
#FC8C4A (or 0xFC8C4A) is known color: Crusta. HEX triplet: FC, 8C and 4A. RGB value is (252,140,74). Sum of RGB (Red+Green+Blue) = 252+140+74=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C4A is #0373B5. Grayscale: #A6A6A6. Windows color (decimal): -226230 or 4885756. OLE color: 4885756.
HSL color Cylindrical-coordinate representation of color #FC8C4A: hue angle of 22.25º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC8C4A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 74 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.01 |
| HSL | 22.25º | 0.97% | 0.64% | - |
| HSV(B) | 22.25º | 0.71% | 0.99% | - |
| XYZ | 50.76 | 39.95 | 11.51 | - |
| YUV | 165.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 74 | 0 | 0.44 | 0.71 | 0.01 | 22.25 | 0.97 | 0.64 |
| Hex | FC | 8C | 4A | 0 | 2C | 47 | 1 | 16 | 61 | 40 |
| Octal | 374 | 214 | 112 | 0 | 54 | 107 | 1 | 26 | 141 | 100 |
| Binary | 11111100 | 10001100 | 1001010 | 0 | 101100 | 1000111 | 1 | 10110 | 1100001 | 1000000 |
Color Harmonies of #FC8C4A
Complementary color
Monochromatic Colors of #FC8C4A
Black with #FC8C4A
Text Example
Text Example
White with #FC8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C4A; }
p { color: rgb(252,140,74); }
H1.HeaderClassName
{
color: #FC8C4A;
}
.AnyTagClassName
{
color: #FC8C4A;
}
</style>
background-color css
<style>
a { background-color: #FC8C4A; }
a { background-color: rgb(252,140,74); }
div.DivClassName
{
background-color: #FC8C4A;
}
.BgClassName
{
background-color: #FC8C4A;
}
</style>
border-color css
<style>
span { border-color: #FC8C4A; }
span { border-color: rgb(252,140,74); }
td.TdClassName
{
border-color: #FC8C4A;
}
.TagClassName
{
border-color: #FC8C4A;
}
</style>