Shades of Crusta #FF8C59
Tints of Crusta #FF8C59
RGB
CMYK
RGB Variations
Color information
#FF8C59 (or 0xFF8C59) is known color: Crusta. HEX triplet: FF, 8C and 59. RGB value is (255,140,89). Sum of RGB (Red+Green+Blue) = 255+140+89=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C59 is #0073A6. Grayscale: #A8A8A8. Windows color (decimal): -29607 or 5868799. OLE color: 5868799.
HSL color Cylindrical-coordinate representation of color #FF8C59: hue angle of 18.43º 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 #FF8C59 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 89 | - |
| CMYK | 0 | 0.45 | 0.65 | 0 |
| HSL | 18.43º | 1% | 0.67% | - |
| HSV(B) | 18.43º | 0.65% | 1% | - |
| XYZ | 52.42 | 40.74 | 14.55 | - |
| YUV | 168.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 89 | 0 | 0.45 | 0.65 | 0 | 18.43 | 1 | 0.67 |
| Hex | FF | 8C | 59 | 0 | 2D | 41 | 0 | 12 | 64 | 43 |
| Octal | 377 | 214 | 131 | 0 | 55 | 101 | 0 | 22 | 144 | 103 |
| Binary | 11111111 | 10001100 | 1011001 | 0 | 101101 | 1000001 | 0 | 10010 | 1100100 | 1000011 |
Color Harmonies of #FF8C59
Complementary color
Monochromatic Colors of #FF8C59
Black with #FF8C59
Text Example
Text Example
White with #FF8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C59; }
p { color: rgb(255,140,89); }
H1.HeaderClassName
{
color: #FF8C59;
}
.AnyTagClassName
{
color: #FF8C59;
}
</style>
background-color css
<style>
a { background-color: #FF8C59; }
a { background-color: rgb(255,140,89); }
div.DivClassName
{
background-color: #FF8C59;
}
.BgClassName
{
background-color: #FF8C59;
}
</style>
border-color css
<style>
span { border-color: #FF8C59; }
span { border-color: rgb(255,140,89); }
td.TdClassName
{
border-color: #FF8C59;
}
.TagClassName
{
border-color: #FF8C59;
}
</style>