Shades of Crusta #FD8C5C
Tints of Crusta #FD8C5C
RGB
CMYK
RGB Variations
Color information
#FD8C5C (or 0xFD8C5C) is known color: Crusta. HEX triplet: FD, 8C and 5C. RGB value is (253,140,92). Sum of RGB (Red+Green+Blue) = 253+140+92=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C5C is #0273A3. Grayscale: #A8A8A8. Windows color (decimal): -160676 or 6065405. OLE color: 6065405.
HSL color Cylindrical-coordinate representation of color #FD8C5C: hue angle of 17.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD8C5C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 92 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.01 |
| HSL | 17.89º | 0.98% | 0.68% | - |
| HSV(B) | 17.89º | 0.64% | 0.99% | - |
| XYZ | 51.82 | 40.41 | 15.19 | - |
| YUV | 168.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 92 | 0 | 0.45 | 0.64 | 0.01 | 17.89 | 0.98 | 0.68 |
| Hex | FD | 8C | 5C | 0 | 2D | 40 | 1 | 12 | 62 | 44 |
| Octal | 375 | 214 | 134 | 0 | 55 | 100 | 1 | 22 | 142 | 104 |
| Binary | 11111101 | 10001100 | 1011100 | 0 | 101101 | 1000000 | 1 | 10010 | 1100010 | 1000100 |
Color Harmonies of #FD8C5C
Complementary color
Monochromatic Colors of #FD8C5C
Black with #FD8C5C
Text Example
Text Example
White with #FD8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C5C; }
p { color: rgb(253,140,92); }
H1.HeaderClassName
{
color: #FD8C5C;
}
.AnyTagClassName
{
color: #FD8C5C;
}
</style>
background-color css
<style>
a { background-color: #FD8C5C; }
a { background-color: rgb(253,140,92); }
div.DivClassName
{
background-color: #FD8C5C;
}
.BgClassName
{
background-color: #FD8C5C;
}
</style>
border-color css
<style>
span { border-color: #FD8C5C; }
span { border-color: rgb(253,140,92); }
td.TdClassName
{
border-color: #FD8C5C;
}
.TagClassName
{
border-color: #FD8C5C;
}
</style>