Shades of Crusta #FF8D58
Tints of Crusta #FF8D58
RGB
CMYK
RGB Variations
Color information
#FF8D58 (or 0xFF8D58) is known color: Crusta. HEX triplet: FF, 8D and 58. RGB value is (255,141,88). Sum of RGB (Red+Green+Blue) = 255+141+88=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D58 is #0072A7. Grayscale: #A9A9A9. Windows color (decimal): -29352 or 5803519. OLE color: 5803519.
HSL color Cylindrical-coordinate representation of color #FF8D58: hue angle of 19.04º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8D58 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 88 | - |
| CMYK | 0 | 0.45 | 0.65 | 0 |
| HSL | 19.04º | 1% | 0.67% | - |
| HSV(B) | 19.04º | 0.65% | 1% | - |
| XYZ | 52.53 | 41.01 | 14.38 | - |
| YUV | 169.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 88 | 0 | 0.45 | 0.65 | 0 | 19.04 | 1 | 0.67 |
| Hex | FF | 8D | 58 | 0 | 2D | 41 | 0 | 13 | 64 | 43 |
| Octal | 377 | 215 | 130 | 0 | 55 | 101 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001101 | 1011000 | 0 | 101101 | 1000001 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8D58
Complementary color
Monochromatic Colors of #FF8D58
Black with #FF8D58
Text Example
Text Example
White with #FF8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D58; }
p { color: rgb(255,141,88); }
H1.HeaderClassName
{
color: #FF8D58;
}
.AnyTagClassName
{
color: #FF8D58;
}
</style>
background-color css
<style>
a { background-color: #FF8D58; }
a { background-color: rgb(255,141,88); }
div.DivClassName
{
background-color: #FF8D58;
}
.BgClassName
{
background-color: #FF8D58;
}
</style>
border-color css
<style>
span { border-color: #FF8D58; }
span { border-color: rgb(255,141,88); }
td.TdClassName
{
border-color: #FF8D58;
}
.TagClassName
{
border-color: #FF8D58;
}
</style>