Shades of Crusta #FF8E50
Tints of Crusta #FF8E50
RGB
CMYK
RGB Variations
Color information
#FF8E50 (or 0xFF8E50) is known color: Crusta. HEX triplet: FF, 8E and 50. RGB value is (255,142,80). Sum of RGB (Red+Green+Blue) = 255+142+80=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E50 is #0071AF. Grayscale: #A9A9A9. Windows color (decimal): -29104 or 5279487. OLE color: 5279487.
HSL color Cylindrical-coordinate representation of color #FF8E50: hue angle of 21.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF8E50 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 80 | - |
| CMYK | 0 | 0.44 | 0.69 | 0 |
| HSL | 21.26º | 1% | 0.66% | - |
| HSV(B) | 21.26º | 0.69% | 1% | - |
| XYZ | 52.36 | 41.19 | 12.78 | - |
| YUV | 168.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 80 | 0 | 0.44 | 0.69 | 0 | 21.26 | 1 | 0.66 |
| Hex | FF | 8E | 50 | 0 | 2C | 45 | 0 | 15 | 64 | 42 |
| Octal | 377 | 216 | 120 | 0 | 54 | 105 | 0 | 25 | 144 | 102 |
| Binary | 11111111 | 10001110 | 1010000 | 0 | 101100 | 1000101 | 0 | 10101 | 1100100 | 1000010 |
Color Harmonies of #FF8E50
Complementary color
Monochromatic Colors of #FF8E50
Black with #FF8E50
Text Example
Text Example
White with #FF8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E50; }
p { color: rgb(255,142,80); }
H1.HeaderClassName
{
color: #FF8E50;
}
.AnyTagClassName
{
color: #FF8E50;
}
</style>
background-color css
<style>
a { background-color: #FF8E50; }
a { background-color: rgb(255,142,80); }
div.DivClassName
{
background-color: #FF8E50;
}
.BgClassName
{
background-color: #FF8E50;
}
</style>
border-color css
<style>
span { border-color: #FF8E50; }
span { border-color: rgb(255,142,80); }
td.TdClassName
{
border-color: #FF8E50;
}
.TagClassName
{
border-color: #FF8E50;
}
</style>