Shades of Crusta #FC8B4D
Tints of Crusta #FC8B4D
RGB
CMYK
RGB Variations
Color information
#FC8B4D (or 0xFC8B4D) is known color: Crusta. HEX triplet: FC, 8B and 4D. RGB value is (252,139,77). Sum of RGB (Red+Green+Blue) = 252+139+77=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8B4D is #0374B2. Grayscale: #A6A6A6. Windows color (decimal): -226483 or 5082108. OLE color: 5082108.
HSL color Cylindrical-coordinate representation of color #FC8B4D: hue angle of 21.26º 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 #FC8B4D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 77 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.01 |
| HSL | 21.26º | 0.97% | 0.65% | - |
| HSV(B) | 21.26º | 0.69% | 0.99% | - |
| XYZ | 50.72 | 39.7 | 12.01 | - |
| YUV | 165.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 77 | 0 | 0.45 | 0.69 | 0.01 | 21.26 | 0.97 | 0.65 |
| Hex | FC | 8B | 4D | 0 | 2D | 45 | 1 | 15 | 61 | 41 |
| Octal | 374 | 213 | 115 | 0 | 55 | 105 | 1 | 25 | 141 | 101 |
| Binary | 11111100 | 10001011 | 1001101 | 0 | 101101 | 1000101 | 1 | 10101 | 1100001 | 1000001 |
Color Harmonies of #FC8B4D
Complementary color
Monochromatic Colors of #FC8B4D
Black with #FC8B4D
Text Example
Text Example
White with #FC8B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B4D; }
p { color: rgb(252,139,77); }
H1.HeaderClassName
{
color: #FC8B4D;
}
.AnyTagClassName
{
color: #FC8B4D;
}
</style>
background-color css
<style>
a { background-color: #FC8B4D; }
a { background-color: rgb(252,139,77); }
div.DivClassName
{
background-color: #FC8B4D;
}
.BgClassName
{
background-color: #FC8B4D;
}
</style>
border-color css
<style>
span { border-color: #FC8B4D; }
span { border-color: rgb(252,139,77); }
td.TdClassName
{
border-color: #FC8B4D;
}
.TagClassName
{
border-color: #FC8B4D;
}
</style>