Shades of Crusta #FE9157
Tints of Crusta #FE9157
RGB
CMYK
RGB Variations
Color information
#FE9157 (or 0xFE9157) is known color: Crusta. HEX triplet: FE, 91 and 57. RGB value is (254,145,87). Sum of RGB (Red+Green+Blue) = 254+145+87=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9157 is #016EA8. Grayscale: #ABABAB. Windows color (decimal): -93865 or 5739006. OLE color: 5739006.
HSL color Cylindrical-coordinate representation of color #FE9157: hue angle of 20.84º 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 #FE9157 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 87 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.00 |
| HSL | 20.84º | 0.99% | 0.67% | - |
| HSV(B) | 20.84º | 0.66% | 1% | - |
| XYZ | 52.72 | 42.01 | 14.35 | - |
| YUV | 170.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 87 | 0 | 0.43 | 0.66 | 0.00 | 20.84 | 0.99 | 0.67 |
| Hex | FE | 91 | 57 | 0 | 2B | 42 | 0 | 15 | 63 | 43 |
| Octal | 376 | 221 | 127 | 0 | 53 | 102 | 0 | 25 | 143 | 103 |
| Binary | 11111110 | 10010001 | 1010111 | 0 | 101011 | 1000010 | 0 | 10101 | 1100011 | 1000011 |
Color Harmonies of #FE9157
Complementary color
Monochromatic Colors of #FE9157
Black with #FE9157
Text Example
Text Example
White with #FE9157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9157; }
p { color: rgb(254,145,87); }
H1.HeaderClassName
{
color: #FE9157;
}
.AnyTagClassName
{
color: #FE9157;
}
</style>
background-color css
<style>
a { background-color: #FE9157; }
a { background-color: rgb(254,145,87); }
div.DivClassName
{
background-color: #FE9157;
}
.BgClassName
{
background-color: #FE9157;
}
</style>
border-color css
<style>
span { border-color: #FE9157; }
span { border-color: rgb(254,145,87); }
td.TdClassName
{
border-color: #FE9157;
}
.TagClassName
{
border-color: #FE9157;
}
</style>