Shades of Crusta #FE8C56
Tints of Crusta #FE8C56
RGB
CMYK
RGB Variations
Color information
#FE8C56 (or 0xFE8C56) is known color: Crusta. HEX triplet: FE, 8C and 56. RGB value is (254,140,86). Sum of RGB (Red+Green+Blue) = 254+140+86=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C56 is #0173A9. Grayscale: #A8A8A8. Windows color (decimal): -95146 or 5672190. OLE color: 5672190.
HSL color Cylindrical-coordinate representation of color #FE8C56: hue angle of 19.29º 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 #FE8C56 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 86 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.00 |
| HSL | 19.29º | 0.99% | 0.67% | - |
| HSV(B) | 19.29º | 0.66% | 1% | - |
| XYZ | 51.93 | 40.5 | 13.88 | - |
| YUV | 167.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 86 | 0 | 0.45 | 0.66 | 0.00 | 19.29 | 0.99 | 0.67 |
| Hex | FE | 8C | 56 | 0 | 2D | 42 | 0 | 13 | 63 | 43 |
| Octal | 376 | 214 | 126 | 0 | 55 | 102 | 0 | 23 | 143 | 103 |
| Binary | 11111110 | 10001100 | 1010110 | 0 | 101101 | 1000010 | 0 | 10011 | 1100011 | 1000011 |
Color Harmonies of #FE8C56
Complementary color
Monochromatic Colors of #FE8C56
Black with #FE8C56
Text Example
Text Example
White with #FE8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C56; }
p { color: rgb(254,140,86); }
H1.HeaderClassName
{
color: #FE8C56;
}
.AnyTagClassName
{
color: #FE8C56;
}
</style>
background-color css
<style>
a { background-color: #FE8C56; }
a { background-color: rgb(254,140,86); }
div.DivClassName
{
background-color: #FE8C56;
}
.BgClassName
{
background-color: #FE8C56;
}
</style>
border-color css
<style>
span { border-color: #FE8C56; }
span { border-color: rgb(254,140,86); }
td.TdClassName
{
border-color: #FE8C56;
}
.TagClassName
{
border-color: #FE8C56;
}
</style>