Shades of Crusta #FE8D57
Tints of Crusta #FE8D57
RGB
CMYK
RGB Variations
Color information
#FE8D57 (or 0xFE8D57) is known color: Crusta. HEX triplet: FE, 8D and 57. RGB value is (254,141,87). Sum of RGB (Red+Green+Blue) = 254+141+87=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D57 is #0172A8. Grayscale: #A8A8A8. Windows color (decimal): -94889 or 5737982. OLE color: 5737982.
HSL color Cylindrical-coordinate representation of color #FE8D57: hue angle of 19.4º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE8D57 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 87 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.00 |
| HSL | 19.4º | 0.99% | 0.67% | - |
| HSV(B) | 19.4º | 0.66% | 1% | - |
| XYZ | 52.12 | 40.81 | 14.15 | - |
| YUV | 168.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 87 | 0 | 0.44 | 0.66 | 0.00 | 19.4 | 0.99 | 0.67 |
| Hex | FE | 8D | 57 | 0 | 2C | 42 | 0 | 13 | 63 | 43 |
| Octal | 376 | 215 | 127 | 0 | 54 | 102 | 0 | 23 | 143 | 103 |
| Binary | 11111110 | 10001101 | 1010111 | 0 | 101100 | 1000010 | 0 | 10011 | 1100011 | 1000011 |
Color Harmonies of #FE8D57
Complementary color
Monochromatic Colors of #FE8D57
Black with #FE8D57
Text Example
Text Example
White with #FE8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D57; }
p { color: rgb(254,141,87); }
H1.HeaderClassName
{
color: #FE8D57;
}
.AnyTagClassName
{
color: #FE8D57;
}
</style>
background-color css
<style>
a { background-color: #FE8D57; }
a { background-color: rgb(254,141,87); }
div.DivClassName
{
background-color: #FE8D57;
}
.BgClassName
{
background-color: #FE8D57;
}
</style>
border-color css
<style>
span { border-color: #FE8D57; }
span { border-color: rgb(254,141,87); }
td.TdClassName
{
border-color: #FE8D57;
}
.TagClassName
{
border-color: #FE8D57;
}
</style>