Shades of Crusta #FE9256
Tints of Crusta #FE9256
RGB
CMYK
RGB Variations
Color information
#FE9256 (or 0xFE9256) is known color: Crusta. HEX triplet: FE, 92 and 56. RGB value is (254,146,86). Sum of RGB (Red+Green+Blue) = 254+146+86=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9256 is #016DA9. Grayscale: #ABABAB. Windows color (decimal): -93610 or 5673726. OLE color: 5673726.
HSL color Cylindrical-coordinate representation of color #FE9256: hue angle of 21.43º 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 #FE9256 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 86 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.00 |
| HSL | 21.43º | 0.99% | 0.67% | - |
| HSV(B) | 21.43º | 0.66% | 1% | - |
| XYZ | 52.83 | 42.3 | 14.18 | - |
| YUV | 171.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 86 | 0 | 0.43 | 0.66 | 0.00 | 21.43 | 0.99 | 0.67 |
| Hex | FE | 92 | 56 | 0 | 2B | 42 | 0 | 15 | 63 | 43 |
| Octal | 376 | 222 | 126 | 0 | 53 | 102 | 0 | 25 | 143 | 103 |
| Binary | 11111110 | 10010010 | 1010110 | 0 | 101011 | 1000010 | 0 | 10101 | 1100011 | 1000011 |
Color Harmonies of #FE9256
Complementary color
Monochromatic Colors of #FE9256
Black with #FE9256
Text Example
Text Example
White with #FE9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9256; }
p { color: rgb(254,146,86); }
H1.HeaderClassName
{
color: #FE9256;
}
.AnyTagClassName
{
color: #FE9256;
}
</style>
background-color css
<style>
a { background-color: #FE9256; }
a { background-color: rgb(254,146,86); }
div.DivClassName
{
background-color: #FE9256;
}
.BgClassName
{
background-color: #FE9256;
}
</style>
border-color css
<style>
span { border-color: #FE9256; }
span { border-color: rgb(254,146,86); }
td.TdClassName
{
border-color: #FE9256;
}
.TagClassName
{
border-color: #FE9256;
}
</style>