Shades of Crusta #FE8C57
Tints of Crusta #FE8C57
RGB
CMYK
RGB Variations
Color information
#FE8C57 (or 0xFE8C57) is known color: Crusta. HEX triplet: FE, 8C and 57. RGB value is (254,140,87). Sum of RGB (Red+Green+Blue) = 254+140+87=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C57 is #0173A8. Grayscale: #A8A8A8. Windows color (decimal): -95145 or 5737726. OLE color: 5737726.
HSL color Cylindrical-coordinate representation of color #FE8C57: hue angle of 19.04º 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 #FE8C57 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 87 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.00 |
| HSL | 19.04º | 0.99% | 0.67% | - |
| HSV(B) | 19.04º | 0.66% | 1% | - |
| XYZ | 51.97 | 40.52 | 14.1 | - |
| YUV | 168.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 87 | 0 | 0.45 | 0.66 | 0.00 | 19.04 | 0.99 | 0.67 |
| Hex | FE | 8C | 57 | 0 | 2D | 42 | 0 | 13 | 63 | 43 |
| Octal | 376 | 214 | 127 | 0 | 55 | 102 | 0 | 23 | 143 | 103 |
| Binary | 11111110 | 10001100 | 1010111 | 0 | 101101 | 1000010 | 0 | 10011 | 1100011 | 1000011 |
Color Harmonies of #FE8C57
Complementary color
Monochromatic Colors of #FE8C57
Black with #FE8C57
Text Example
Text Example
White with #FE8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C57; }
p { color: rgb(254,140,87); }
H1.HeaderClassName
{
color: #FE8C57;
}
.AnyTagClassName
{
color: #FE8C57;
}
</style>
background-color css
<style>
a { background-color: #FE8C57; }
a { background-color: rgb(254,140,87); }
div.DivClassName
{
background-color: #FE8C57;
}
.BgClassName
{
background-color: #FE8C57;
}
</style>
border-color css
<style>
span { border-color: #FE8C57; }
span { border-color: rgb(254,140,87); }
td.TdClassName
{
border-color: #FE8C57;
}
.TagClassName
{
border-color: #FE8C57;
}
</style>