Shades of Crusta #FC8C4F
Tints of Crusta #FC8C4F
RGB
CMYK
RGB Variations
Color information
#FC8C4F (or 0xFC8C4F) is known color: Crusta. HEX triplet: FC, 8C and 4F. RGB value is (252,140,79). Sum of RGB (Red+Green+Blue) = 252+140+79=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8C4F is #0373B0. Grayscale: #A6A6A6. Windows color (decimal): -226225 or 5213436. OLE color: 5213436.
HSL color Cylindrical-coordinate representation of color #FC8C4F: hue angle of 21.16º 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 #FC8C4F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 79 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.01 |
| HSL | 21.16º | 0.97% | 0.65% | - |
| HSV(B) | 21.16º | 0.69% | 0.99% | - |
| XYZ | 50.93 | 40.02 | 12.44 | - |
| YUV | 166.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 79 | 0 | 0.44 | 0.69 | 0.01 | 21.16 | 0.97 | 0.65 |
| Hex | FC | 8C | 4F | 0 | 2C | 45 | 1 | 15 | 61 | 41 |
| Octal | 374 | 214 | 117 | 0 | 54 | 105 | 1 | 25 | 141 | 101 |
| Binary | 11111100 | 10001100 | 1001111 | 0 | 101100 | 1000101 | 1 | 10101 | 1100001 | 1000001 |
Color Harmonies of #FC8C4F
Complementary color
Monochromatic Colors of #FC8C4F
Black with #FC8C4F
Text Example
Text Example
White with #FC8C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C4F; }
p { color: rgb(252,140,79); }
H1.HeaderClassName
{
color: #FC8C4F;
}
.AnyTagClassName
{
color: #FC8C4F;
}
</style>
background-color css
<style>
a { background-color: #FC8C4F; }
a { background-color: rgb(252,140,79); }
div.DivClassName
{
background-color: #FC8C4F;
}
.BgClassName
{
background-color: #FC8C4F;
}
</style>
border-color css
<style>
span { border-color: #FC8C4F; }
span { border-color: rgb(252,140,79); }
td.TdClassName
{
border-color: #FC8C4F;
}
.TagClassName
{
border-color: #FC8C4F;
}
</style>