Shades of Crusta #FE8A5E
Tints of Crusta #FE8A5E
RGB
CMYK
RGB Variations
Color information
#FE8A5E (or 0xFE8A5E) is known color: Crusta. HEX triplet: FE, 8A and 5E. RGB value is (254,138,94). Sum of RGB (Red+Green+Blue) = 254+138+94=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A5E is #0175A1. Grayscale: #A7A7A7. Windows color (decimal): -95650 or 6195966. OLE color: 6195966.
HSL color Cylindrical-coordinate representation of color #FE8A5E: hue angle of 16.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE8A5E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 94 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.00 |
| HSL | 16.5º | 0.99% | 0.68% | - |
| HSV(B) | 16.5º | 0.63% | 1% | - |
| XYZ | 51.98 | 40.06 | 15.58 | - |
| YUV | 167.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 94 | 0 | 0.46 | 0.63 | 0.00 | 16.5 | 0.99 | 0.68 |
| Hex | FE | 8A | 5E | 0 | 2E | 3F | 0 | 10 | 63 | 44 |
| Octal | 376 | 212 | 136 | 0 | 56 | 77 | 0 | 20 | 143 | 104 |
| Binary | 11111110 | 10001010 | 1011110 | 0 | 101110 | 111111 | 0 | 10000 | 1100011 | 1000100 |
Color Harmonies of #FE8A5E
Complementary color
Monochromatic Colors of #FE8A5E
Black with #FE8A5E
Text Example
Text Example
White with #FE8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A5E; }
p { color: rgb(254,138,94); }
H1.HeaderClassName
{
color: #FE8A5E;
}
.AnyTagClassName
{
color: #FE8A5E;
}
</style>
background-color css
<style>
a { background-color: #FE8A5E; }
a { background-color: rgb(254,138,94); }
div.DivClassName
{
background-color: #FE8A5E;
}
.BgClassName
{
background-color: #FE8A5E;
}
</style>
border-color css
<style>
span { border-color: #FE8A5E; }
span { border-color: rgb(254,138,94); }
td.TdClassName
{
border-color: #FE8A5E;
}
.TagClassName
{
border-color: #FE8A5E;
}
</style>