Shades of Crusta #FF8F58
Tints of Crusta #FF8F58
RGB
CMYK
RGB Variations
Color information
#FF8F58 (or 0xFF8F58) is known color: Crusta. HEX triplet: FF, 8F and 58. RGB value is (255,143,88). Sum of RGB (Red+Green+Blue) = 255+143+88=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F58 is #0070A7. Grayscale: #AAAAAA. Windows color (decimal): -28840 or 5804031. OLE color: 5804031.
HSL color Cylindrical-coordinate representation of color #FF8F58: hue angle of 19.76º 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 #FF8F58 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 88 | - |
| CMYK | 0 | 0.44 | 0.65 | 0 |
| HSL | 19.76º | 1% | 0.67% | - |
| HSV(B) | 19.76º | 0.65% | 1% | - |
| XYZ | 52.82 | 41.61 | 14.48 | - |
| YUV | 170.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 88 | 0 | 0.44 | 0.65 | 0 | 19.76 | 1 | 0.67 |
| Hex | FF | 8F | 58 | 0 | 2C | 41 | 0 | 14 | 64 | 43 |
| Octal | 377 | 217 | 130 | 0 | 54 | 101 | 0 | 24 | 144 | 103 |
| Binary | 11111111 | 10001111 | 1011000 | 0 | 101100 | 1000001 | 0 | 10100 | 1100100 | 1000011 |
Color Harmonies of #FF8F58
Complementary color
Monochromatic Colors of #FF8F58
Black with #FF8F58
Text Example
Text Example
White with #FF8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F58; }
p { color: rgb(255,143,88); }
H1.HeaderClassName
{
color: #FF8F58;
}
.AnyTagClassName
{
color: #FF8F58;
}
</style>
background-color css
<style>
a { background-color: #FF8F58; }
a { background-color: rgb(255,143,88); }
div.DivClassName
{
background-color: #FF8F58;
}
.BgClassName
{
background-color: #FF8F58;
}
</style>
border-color css
<style>
span { border-color: #FF8F58; }
span { border-color: rgb(255,143,88); }
td.TdClassName
{
border-color: #FF8F58;
}
.TagClassName
{
border-color: #FF8F58;
}
</style>