Shades of Crusta #FE9354
Tints of Crusta #FE9354
RGB
CMYK
RGB Variations
Color information
#FE9354 (or 0xFE9354) is known color: Crusta. HEX triplet: FE, 93 and 54. RGB value is (254,147,84). Sum of RGB (Red+Green+Blue) = 254+147+84=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9354 is #016CAB. Grayscale: #ACACAC. Windows color (decimal): -93356 or 5542910. OLE color: 5542910.
HSL color Cylindrical-coordinate representation of color #FE9354: hue angle of 22.24º 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 #FE9354 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 84 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.00 |
| HSL | 22.24º | 0.99% | 0.66% | - |
| HSV(B) | 22.24º | 0.67% | 1% | - |
| XYZ | 52.91 | 42.58 | 13.82 | - |
| YUV | 171.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 84 | 0 | 0.42 | 0.67 | 0.00 | 22.24 | 0.99 | 0.66 |
| Hex | FE | 93 | 54 | 0 | 2A | 43 | 0 | 16 | 63 | 42 |
| Octal | 376 | 223 | 124 | 0 | 52 | 103 | 0 | 26 | 143 | 102 |
| Binary | 11111110 | 10010011 | 1010100 | 0 | 101010 | 1000011 | 0 | 10110 | 1100011 | 1000010 |
Color Harmonies of #FE9354
Complementary color
Monochromatic Colors of #FE9354
Black with #FE9354
Text Example
Text Example
White with #FE9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9354; }
p { color: rgb(254,147,84); }
H1.HeaderClassName
{
color: #FE9354;
}
.AnyTagClassName
{
color: #FE9354;
}
</style>
background-color css
<style>
a { background-color: #FE9354; }
a { background-color: rgb(254,147,84); }
div.DivClassName
{
background-color: #FE9354;
}
.BgClassName
{
background-color: #FE9354;
}
</style>
border-color css
<style>
span { border-color: #FE9354; }
span { border-color: rgb(254,147,84); }
td.TdClassName
{
border-color: #FE9354;
}
.TagClassName
{
border-color: #FE9354;
}
</style>