Shades of Crusta #FF8E55
Tints of Crusta #FF8E55
RGB
CMYK
RGB Variations
Color information
#FF8E55 (or 0xFF8E55) is known color: Crusta. HEX triplet: FF, 8E and 55. RGB value is (255,142,85). Sum of RGB (Red+Green+Blue) = 255+142+85=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E55 is #0071AA. Grayscale: #A9A9A9. Windows color (decimal): -29099 or 5607167. OLE color: 5607167.
HSL color Cylindrical-coordinate representation of color #FF8E55: hue angle of 20.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF8E55 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 85 | - |
| CMYK | 0 | 0.44 | 0.67 | 0 |
| HSL | 20.12º | 1% | 0.67% | - |
| HSV(B) | 20.12º | 0.67% | 1% | - |
| XYZ | 52.55 | 41.26 | 13.79 | - |
| YUV | 169.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 85 | 0 | 0.44 | 0.67 | 0 | 20.12 | 1 | 0.67 |
| Hex | FF | 8E | 55 | 0 | 2C | 43 | 0 | 14 | 64 | 43 |
| Octal | 377 | 216 | 125 | 0 | 54 | 103 | 0 | 24 | 144 | 103 |
| Binary | 11111111 | 10001110 | 1010101 | 0 | 101100 | 1000011 | 0 | 10100 | 1100100 | 1000011 |
Color Harmonies of #FF8E55
Complementary color
Monochromatic Colors of #FF8E55
Black with #FF8E55
Text Example
Text Example
White with #FF8E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E55; }
p { color: rgb(255,142,85); }
H1.HeaderClassName
{
color: #FF8E55;
}
.AnyTagClassName
{
color: #FF8E55;
}
</style>
background-color css
<style>
a { background-color: #FF8E55; }
a { background-color: rgb(255,142,85); }
div.DivClassName
{
background-color: #FF8E55;
}
.BgClassName
{
background-color: #FF8E55;
}
</style>
border-color css
<style>
span { border-color: #FF8E55; }
span { border-color: rgb(255,142,85); }
td.TdClassName
{
border-color: #FF8E55;
}
.TagClassName
{
border-color: #FF8E55;
}
</style>