Shades of Crusta #FF8D5A
Tints of Crusta #FF8D5A
RGB
CMYK
RGB Variations
Color information
#FF8D5A (or 0xFF8D5A) is known color: Crusta. HEX triplet: FF, 8D and 5A. RGB value is (255,141,90). Sum of RGB (Red+Green+Blue) = 255+141+90=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D5A is #0072A5. Grayscale: #A9A9A9. Windows color (decimal): -29350 or 5934591. OLE color: 5934591.
HSL color Cylindrical-coordinate representation of color #FF8D5A: hue angle of 18.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8D5A is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 90 | - |
| CMYK | 0 | 0.45 | 0.65 | 0 |
| HSL | 18.55º | 1% | 0.68% | - |
| HSV(B) | 18.55º | 0.65% | 1% | - |
| XYZ | 52.61 | 41.05 | 14.82 | - |
| YUV | 169.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 90 | 0 | 0.45 | 0.65 | 0 | 18.55 | 1 | 0.68 |
| Hex | FF | 8D | 5A | 0 | 2D | 41 | 0 | 13 | 64 | 44 |
| Octal | 377 | 215 | 132 | 0 | 55 | 101 | 0 | 23 | 144 | 104 |
| Binary | 11111111 | 10001101 | 1011010 | 0 | 101101 | 1000001 | 0 | 10011 | 1100100 | 1000100 |
Color Harmonies of #FF8D5A
Complementary color
Monochromatic Colors of #FF8D5A
Black with #FF8D5A
Text Example
Text Example
White with #FF8D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D5A; }
p { color: rgb(255,141,90); }
H1.HeaderClassName
{
color: #FF8D5A;
}
.AnyTagClassName
{
color: #FF8D5A;
}
</style>
background-color css
<style>
a { background-color: #FF8D5A; }
a { background-color: rgb(255,141,90); }
div.DivClassName
{
background-color: #FF8D5A;
}
.BgClassName
{
background-color: #FF8D5A;
}
</style>
border-color css
<style>
span { border-color: #FF8D5A; }
span { border-color: rgb(255,141,90); }
td.TdClassName
{
border-color: #FF8D5A;
}
.TagClassName
{
border-color: #FF8D5A;
}
</style>