Shades of Crusta #FD8D58
Tints of Crusta #FD8D58
RGB
CMYK
RGB Variations
Color information
#FD8D58 (or 0xFD8D58) is known color: Crusta. HEX triplet: FD, 8D and 58. RGB value is (253,141,88). Sum of RGB (Red+Green+Blue) = 253+141+88=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D58 is #0272A7. Grayscale: #A8A8A8. Windows color (decimal): -160424 or 5803517. OLE color: 5803517.
HSL color Cylindrical-coordinate representation of color #FD8D58: hue angle of 19.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD8D58 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 88 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.01 |
| HSL | 19.27º | 0.98% | 0.67% | - |
| HSV(B) | 19.27º | 0.65% | 0.99% | - |
| XYZ | 51.79 | 40.64 | 14.35 | - |
| YUV | 168.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 88 | 0 | 0.44 | 0.65 | 0.01 | 19.27 | 0.98 | 0.67 |
| Hex | FD | 8D | 58 | 0 | 2C | 41 | 1 | 13 | 62 | 43 |
| Octal | 375 | 215 | 130 | 0 | 54 | 101 | 1 | 23 | 142 | 103 |
| Binary | 11111101 | 10001101 | 1011000 | 0 | 101100 | 1000001 | 1 | 10011 | 1100010 | 1000011 |
Color Harmonies of #FD8D58
Complementary color
Monochromatic Colors of #FD8D58
Black with #FD8D58
Text Example
Text Example
White with #FD8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D58; }
p { color: rgb(253,141,88); }
H1.HeaderClassName
{
color: #FD8D58;
}
.AnyTagClassName
{
color: #FD8D58;
}
</style>
background-color css
<style>
a { background-color: #FD8D58; }
a { background-color: rgb(253,141,88); }
div.DivClassName
{
background-color: #FD8D58;
}
.BgClassName
{
background-color: #FD8D58;
}
</style>
border-color css
<style>
span { border-color: #FD8D58; }
span { border-color: rgb(253,141,88); }
td.TdClassName
{
border-color: #FD8D58;
}
.TagClassName
{
border-color: #FD8D58;
}
</style>