Shades of Crusta #FE8F57
Tints of Crusta #FE8F57
RGB
CMYK
RGB Variations
Color information
#FE8F57 (or 0xFE8F57) is known color: Crusta. HEX triplet: FE, 8F and 57. RGB value is (254,143,87). Sum of RGB (Red+Green+Blue) = 254+143+87=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F57 is #0170A8. Grayscale: #AAAAAA. Windows color (decimal): -94377 or 5738494. OLE color: 5738494.
HSL color Cylindrical-coordinate representation of color #FE8F57: hue angle of 20.12º 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 #FE8F57 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 87 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.00 |
| HSL | 20.12º | 0.99% | 0.67% | - |
| HSV(B) | 20.12º | 0.66% | 1% | - |
| XYZ | 52.42 | 41.4 | 14.25 | - |
| YUV | 169.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 87 | 0 | 0.44 | 0.66 | 0.00 | 20.12 | 0.99 | 0.67 |
| Hex | FE | 8F | 57 | 0 | 2C | 42 | 0 | 14 | 63 | 43 |
| Octal | 376 | 217 | 127 | 0 | 54 | 102 | 0 | 24 | 143 | 103 |
| Binary | 11111110 | 10001111 | 1010111 | 0 | 101100 | 1000010 | 0 | 10100 | 1100011 | 1000011 |
Color Harmonies of #FE8F57
Complementary color
Monochromatic Colors of #FE8F57
Black with #FE8F57
Text Example
Text Example
White with #FE8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F57; }
p { color: rgb(254,143,87); }
H1.HeaderClassName
{
color: #FE8F57;
}
.AnyTagClassName
{
color: #FE8F57;
}
</style>
background-color css
<style>
a { background-color: #FE8F57; }
a { background-color: rgb(254,143,87); }
div.DivClassName
{
background-color: #FE8F57;
}
.BgClassName
{
background-color: #FE8F57;
}
</style>
border-color css
<style>
span { border-color: #FE8F57; }
span { border-color: rgb(254,143,87); }
td.TdClassName
{
border-color: #FE8F57;
}
.TagClassName
{
border-color: #FE8F57;
}
</style>