Shades of Crusta #FF8E59
Tints of Crusta #FF8E59
RGB
CMYK
RGB Variations
Color information
#FF8E59 (or 0xFF8E59) is known color: Crusta. HEX triplet: FF, 8E and 59. RGB value is (255,142,89). Sum of RGB (Red+Green+Blue) = 255+142+89=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E59 is #0071A6. Grayscale: #AAAAAA. Windows color (decimal): -29095 or 5869311. OLE color: 5869311.
HSL color Cylindrical-coordinate representation of color #FF8E59: hue angle of 19.16º 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 #FF8E59 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 89 | - |
| CMYK | 0 | 0.44 | 0.65 | 0 |
| HSL | 19.16º | 1% | 0.67% | - |
| HSV(B) | 19.16º | 0.65% | 1% | - |
| XYZ | 52.72 | 41.33 | 14.65 | - |
| YUV | 169.75 | 82.44 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 89 | 0 | 0.44 | 0.65 | 0 | 19.16 | 1 | 0.67 |
| Hex | FF | 8E | 59 | 0 | 2C | 41 | 0 | 13 | 64 | 43 |
| Octal | 377 | 216 | 131 | 0 | 54 | 101 | 0 | 23 | 144 | 103 |
| Binary | 11111111 | 10001110 | 1011001 | 0 | 101100 | 1000001 | 0 | 10011 | 1100100 | 1000011 |
Color Harmonies of #FF8E59
Complementary color
Monochromatic Colors of #FF8E59
Black with #FF8E59
Text Example
Text Example
White with #FF8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E59; }
p { color: rgb(255,142,89); }
H1.HeaderClassName
{
color: #FF8E59;
}
.AnyTagClassName
{
color: #FF8E59;
}
</style>
background-color css
<style>
a { background-color: #FF8E59; }
a { background-color: rgb(255,142,89); }
div.DivClassName
{
background-color: #FF8E59;
}
.BgClassName
{
background-color: #FF8E59;
}
</style>
border-color css
<style>
span { border-color: #FF8E59; }
span { border-color: rgb(255,142,89); }
td.TdClassName
{
border-color: #FF8E59;
}
.TagClassName
{
border-color: #FF8E59;
}
</style>