Shades of Crusta #FE9255
Tints of Crusta #FE9255
RGB
CMYK
RGB Variations
Color information
#FE9255 (or 0xFE9255) is known color: Crusta. HEX triplet: FE, 92 and 55. RGB value is (254,146,85). Sum of RGB (Red+Green+Blue) = 254+146+85=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9255 is #016DAA. Grayscale: #ABABAB. Windows color (decimal): -93611 or 5608190. OLE color: 5608190.
HSL color Cylindrical-coordinate representation of color #FE9255: hue angle of 21.66º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE9255 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 85 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.00 |
| HSL | 21.66º | 0.99% | 0.66% | - |
| HSV(B) | 21.66º | 0.67% | 1% | - |
| XYZ | 52.79 | 42.28 | 13.97 | - |
| YUV | 171.34 | 79.28 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 85 | 0 | 0.43 | 0.67 | 0.00 | 21.66 | 0.99 | 0.66 |
| Hex | FE | 92 | 55 | 0 | 2B | 43 | 0 | 16 | 63 | 42 |
| Octal | 376 | 222 | 125 | 0 | 53 | 103 | 0 | 26 | 143 | 102 |
| Binary | 11111110 | 10010010 | 1010101 | 0 | 101011 | 1000011 | 0 | 10110 | 1100011 | 1000010 |
Color Harmonies of #FE9255
Complementary color
Monochromatic Colors of #FE9255
Black with #FE9255
Text Example
Text Example
White with #FE9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9255; }
p { color: rgb(254,146,85); }
H1.HeaderClassName
{
color: #FE9255;
}
.AnyTagClassName
{
color: #FE9255;
}
</style>
background-color css
<style>
a { background-color: #FE9255; }
a { background-color: rgb(254,146,85); }
div.DivClassName
{
background-color: #FE9255;
}
.BgClassName
{
background-color: #FE9255;
}
</style>
border-color css
<style>
span { border-color: #FE9255; }
span { border-color: rgb(254,146,85); }
td.TdClassName
{
border-color: #FE9255;
}
.TagClassName
{
border-color: #FE9255;
}
</style>