Shades of Crusta #FF8F59
Tints of Crusta #FF8F59
RGB
CMYK
RGB Variations
Color information
#FF8F59 (or 0xFF8F59) is known color: Crusta. HEX triplet: FF, 8F and 59. RGB value is (255,143,89). Sum of RGB (Red+Green+Blue) = 255+143+89=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F59 is #0070A6. Grayscale: #AAAAAA. Windows color (decimal): -28839 or 5869567. OLE color: 5869567.
HSL color Cylindrical-coordinate representation of color #FF8F59: hue angle of 19.52º 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 #FF8F59 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 89 | - |
| CMYK | 0 | 0.44 | 0.65 | 0 |
| HSL | 19.52º | 1% | 0.67% | - |
| HSV(B) | 19.52º | 0.65% | 1% | - |
| XYZ | 52.87 | 41.63 | 14.7 | - |
| YUV | 170.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 89 | 0 | 0.44 | 0.65 | 0 | 19.52 | 1 | 0.67 |
| Hex | FF | 8F | 59 | 0 | 2C | 41 | 0 | 14 | 64 | 43 |
| Octal | 377 | 217 | 131 | 0 | 54 | 101 | 0 | 24 | 144 | 103 |
| Binary | 11111111 | 10001111 | 1011001 | 0 | 101100 | 1000001 | 0 | 10100 | 1100100 | 1000011 |
Color Harmonies of #FF8F59
Complementary color
Monochromatic Colors of #FF8F59
Black with #FF8F59
Text Example
Text Example
White with #FF8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F59; }
p { color: rgb(255,143,89); }
H1.HeaderClassName
{
color: #FF8F59;
}
.AnyTagClassName
{
color: #FF8F59;
}
</style>
background-color css
<style>
a { background-color: #FF8F59; }
a { background-color: rgb(255,143,89); }
div.DivClassName
{
background-color: #FF8F59;
}
.BgClassName
{
background-color: #FF8F59;
}
</style>
border-color css
<style>
span { border-color: #FF8F59; }
span { border-color: rgb(255,143,89); }
td.TdClassName
{
border-color: #FF8F59;
}
.TagClassName
{
border-color: #FF8F59;
}
</style>