Shades of Crusta #FE8D54
Tints of Crusta #FE8D54
RGB
CMYK
RGB Variations
Color information
#FE8D54 (or 0xFE8D54) is known color: Crusta. HEX triplet: FE, 8D and 54. RGB value is (254,141,84). Sum of RGB (Red+Green+Blue) = 254+141+84=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 84 (33.20% from 255 or 17.54% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D54 is #0172AB. Grayscale: #A8A8A8. Windows color (decimal): -94892 or 5541374. OLE color: 5541374.
HSL color Cylindrical-coordinate representation of color #FE8D54: hue angle of 20.12º 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 #FE8D54 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 84 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.00 |
| HSL | 20.12º | 0.99% | 0.66% | - |
| HSV(B) | 20.12º | 0.67% | 1% | - |
| XYZ | 52 | 40.76 | 13.51 | - |
| YUV | 168.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 84 | 0 | 0.44 | 0.67 | 0.00 | 20.12 | 0.99 | 0.66 |
| Hex | FE | 8D | 54 | 0 | 2C | 43 | 0 | 14 | 63 | 42 |
| Octal | 376 | 215 | 124 | 0 | 54 | 103 | 0 | 24 | 143 | 102 |
| Binary | 11111110 | 10001101 | 1010100 | 0 | 101100 | 1000011 | 0 | 10100 | 1100011 | 1000010 |
Color Harmonies of #FE8D54
Complementary color
Monochromatic Colors of #FE8D54
Black with #FE8D54
Text Example
Text Example
White with #FE8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D54; }
p { color: rgb(254,141,84); }
H1.HeaderClassName
{
color: #FE8D54;
}
.AnyTagClassName
{
color: #FE8D54;
}
</style>
background-color css
<style>
a { background-color: #FE8D54; }
a { background-color: rgb(254,141,84); }
div.DivClassName
{
background-color: #FE8D54;
}
.BgClassName
{
background-color: #FE8D54;
}
</style>
border-color css
<style>
span { border-color: #FE8D54; }
span { border-color: rgb(254,141,84); }
td.TdClassName
{
border-color: #FE8D54;
}
.TagClassName
{
border-color: #FE8D54;
}
</style>