Shades of Crusta #FE8C54
Tints of Crusta #FE8C54
RGB
CMYK
RGB Variations
Color information
#FE8C54 (or 0xFE8C54) is known color: Crusta. HEX triplet: FE, 8C and 54. RGB value is (254,140,84). Sum of RGB (Red+Green+Blue) = 254+140+84=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C54 is #0173AB. Grayscale: #A8A8A8. Windows color (decimal): -95148 or 5541118. OLE color: 5541118.
HSL color Cylindrical-coordinate representation of color #FE8C54: hue angle of 19.76º 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 #FE8C54 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 84 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.00 |
| HSL | 19.76º | 0.99% | 0.66% | - |
| HSV(B) | 19.76º | 0.67% | 1% | - |
| XYZ | 51.85 | 40.47 | 13.47 | - |
| YUV | 167.7 | 80.77 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 84 | 0 | 0.45 | 0.67 | 0.00 | 19.76 | 0.99 | 0.66 |
| Hex | FE | 8C | 54 | 0 | 2D | 43 | 0 | 14 | 63 | 42 |
| Octal | 376 | 214 | 124 | 0 | 55 | 103 | 0 | 24 | 143 | 102 |
| Binary | 11111110 | 10001100 | 1010100 | 0 | 101101 | 1000011 | 0 | 10100 | 1100011 | 1000010 |
Color Harmonies of #FE8C54
Complementary color
Monochromatic Colors of #FE8C54
Black with #FE8C54
Text Example
Text Example
White with #FE8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C54; }
p { color: rgb(254,140,84); }
H1.HeaderClassName
{
color: #FE8C54;
}
.AnyTagClassName
{
color: #FE8C54;
}
</style>
background-color css
<style>
a { background-color: #FE8C54; }
a { background-color: rgb(254,140,84); }
div.DivClassName
{
background-color: #FE8C54;
}
.BgClassName
{
background-color: #FE8C54;
}
</style>
border-color css
<style>
span { border-color: #FE8C54; }
span { border-color: rgb(254,140,84); }
td.TdClassName
{
border-color: #FE8C54;
}
.TagClassName
{
border-color: #FE8C54;
}
</style>