Shades of Crusta #FF895D
Tints of Crusta #FF895D
RGB
CMYK
RGB Variations
Color information
#FF895D (or 0xFF895D) is known color: Crusta. HEX triplet: FF, 89 and 5D. RGB value is (255,137,93). Sum of RGB (Red+Green+Blue) = 255+137+93=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF895D is #0076A2. Grayscale: #A7A7A7. Windows color (decimal): -30371 or 6130175. OLE color: 6130175.
HSL color Cylindrical-coordinate representation of color #FF895D: hue angle of 16.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF895D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 93 | - |
| CMYK | 0 | 0.46 | 0.64 | 0 |
| HSL | 16.3º | 1% | 0.68% | - |
| HSV(B) | 16.3º | 0.64% | 1% | - |
| XYZ | 52.16 | 39.94 | 15.32 | - |
| YUV | 167.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 93 | 0 | 0.46 | 0.64 | 0 | 16.3 | 1 | 0.68 |
| Hex | FF | 89 | 5D | 0 | 2E | 40 | 0 | 10 | 64 | 44 |
| Octal | 377 | 211 | 135 | 0 | 56 | 100 | 0 | 20 | 144 | 104 |
| Binary | 11111111 | 10001001 | 1011101 | 0 | 101110 | 1000000 | 0 | 10000 | 1100100 | 1000100 |
Color Harmonies of #FF895D
Complementary color
Monochromatic Colors of #FF895D
Black with #FF895D
Text Example
Text Example
White with #FF895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF895D; }
p { color: rgb(255,137,93); }
H1.HeaderClassName
{
color: #FF895D;
}
.AnyTagClassName
{
color: #FF895D;
}
</style>
background-color css
<style>
a { background-color: #FF895D; }
a { background-color: rgb(255,137,93); }
div.DivClassName
{
background-color: #FF895D;
}
.BgClassName
{
background-color: #FF895D;
}
</style>
border-color css
<style>
span { border-color: #FF895D; }
span { border-color: rgb(255,137,93); }
td.TdClassName
{
border-color: #FF895D;
}
.TagClassName
{
border-color: #FF895D;
}
</style>