Shades of Crusta #FE8D4E
Tints of Crusta #FE8D4E
RGB
CMYK
RGB Variations
Color information
#FE8D4E (or 0xFE8D4E) is known color: Crusta. HEX triplet: FE, 8D and 4E. RGB value is (254,141,78). Sum of RGB (Red+Green+Blue) = 254+141+78=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D4E is #0172B1. Grayscale: #A7A7A7. Windows color (decimal): -94898 or 5148158. OLE color: 5148158.
HSL color Cylindrical-coordinate representation of color #FE8D4E: hue angle of 21.48º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE8D4E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 78 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.00 |
| HSL | 21.48º | 0.99% | 0.65% | - |
| HSV(B) | 21.48º | 0.69% | 1% | - |
| XYZ | 51.77 | 40.67 | 12.33 | - |
| YUV | 167.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 78 | 0 | 0.44 | 0.69 | 0.00 | 21.48 | 0.99 | 0.65 |
| Hex | FE | 8D | 4E | 0 | 2C | 45 | 0 | 15 | 63 | 41 |
| Octal | 376 | 215 | 116 | 0 | 54 | 105 | 0 | 25 | 143 | 101 |
| Binary | 11111110 | 10001101 | 1001110 | 0 | 101100 | 1000101 | 0 | 10101 | 1100011 | 1000001 |
Color Harmonies of #FE8D4E
Complementary color
Monochromatic Colors of #FE8D4E
Black with #FE8D4E
Text Example
Text Example
White with #FE8D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D4E; }
p { color: rgb(254,141,78); }
H1.HeaderClassName
{
color: #FE8D4E;
}
.AnyTagClassName
{
color: #FE8D4E;
}
</style>
background-color css
<style>
a { background-color: #FE8D4E; }
a { background-color: rgb(254,141,78); }
div.DivClassName
{
background-color: #FE8D4E;
}
.BgClassName
{
background-color: #FE8D4E;
}
</style>
border-color css
<style>
span { border-color: #FE8D4E; }
span { border-color: rgb(254,141,78); }
td.TdClassName
{
border-color: #FE8D4E;
}
.TagClassName
{
border-color: #FE8D4E;
}
</style>