Shades of Crusta #FE9156
Tints of Crusta #FE9156
RGB
CMYK
RGB Variations
Color information
#FE9156 (or 0xFE9156) is known color: Crusta. HEX triplet: FE, 91 and 56. RGB value is (254,145,86). Sum of RGB (Red+Green+Blue) = 254+145+86=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9156 is #016EA9. Grayscale: #ABABAB. Windows color (decimal): -93866 or 5673470. OLE color: 5673470.
HSL color Cylindrical-coordinate representation of color #FE9156: hue angle of 21.07º 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 #FE9156 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 86 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.00 |
| HSL | 21.07º | 0.99% | 0.67% | - |
| HSV(B) | 21.07º | 0.66% | 1% | - |
| XYZ | 52.68 | 41.99 | 14.13 | - |
| YUV | 170.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 86 | 0 | 0.43 | 0.66 | 0.00 | 21.07 | 0.99 | 0.67 |
| Hex | FE | 91 | 56 | 0 | 2B | 42 | 0 | 15 | 63 | 43 |
| Octal | 376 | 221 | 126 | 0 | 53 | 102 | 0 | 25 | 143 | 103 |
| Binary | 11111110 | 10010001 | 1010110 | 0 | 101011 | 1000010 | 0 | 10101 | 1100011 | 1000011 |
Color Harmonies of #FE9156
Complementary color
Monochromatic Colors of #FE9156
Black with #FE9156
Text Example
Text Example
White with #FE9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9156; }
p { color: rgb(254,145,86); }
H1.HeaderClassName
{
color: #FE9156;
}
.AnyTagClassName
{
color: #FE9156;
}
</style>
background-color css
<style>
a { background-color: #FE9156; }
a { background-color: rgb(254,145,86); }
div.DivClassName
{
background-color: #FE9156;
}
.BgClassName
{
background-color: #FE9156;
}
</style>
border-color css
<style>
span { border-color: #FE9156; }
span { border-color: rgb(254,145,86); }
td.TdClassName
{
border-color: #FE9156;
}
.TagClassName
{
border-color: #FE9156;
}
</style>