Shades of Crusta #FF8D59
Tints of Crusta #FF8D59
RGB
CMYK
RGB Variations
Color information
#FF8D59 (or 0xFF8D59) is known color: Crusta. HEX triplet: FF, 8D and 59. RGB value is (255,141,89). Sum of RGB (Red+Green+Blue) = 255+141+89=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D59 is #0072A6. Grayscale: #A9A9A9. Windows color (decimal): -29351 or 5869055. OLE color: 5869055.
HSL color Cylindrical-coordinate representation of color #FF8D59: hue angle of 18.8º 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 #FF8D59 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 89 | - |
| CMYK | 0 | 0.45 | 0.65 | 0 |
| HSL | 18.8º | 1% | 0.67% | - |
| HSV(B) | 18.8º | 0.65% | 1% | - |
| XYZ | 52.57 | 41.03 | 14.6 | - |
| YUV | 169.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 89 | 0 | 0.45 | 0.65 | 0 | 18.8 | 1 | 0.67 |
| Hex | FF | 8D | 59 | 0 | 2D | 41 | 0 | 13 | 64 | 43 |
| Octal | 377 | 215 | 131 | 0 | 55 | 101 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001101 | 1011001 | 0 | 101101 | 1000001 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8D59
Complementary color
Monochromatic Colors of #FF8D59
Black with #FF8D59
Text Example
Text Example
White with #FF8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D59; }
p { color: rgb(255,141,89); }
H1.HeaderClassName
{
color: #FF8D59;
}
.AnyTagClassName
{
color: #FF8D59;
}
</style>
background-color css
<style>
a { background-color: #FF8D59; }
a { background-color: rgb(255,141,89); }
div.DivClassName
{
background-color: #FF8D59;
}
.BgClassName
{
background-color: #FF8D59;
}
</style>
border-color css
<style>
span { border-color: #FF8D59; }
span { border-color: rgb(255,141,89); }
td.TdClassName
{
border-color: #FF8D59;
}
.TagClassName
{
border-color: #FF8D59;
}
</style>