Shades of Crusta #FE8D4A
Tints of Crusta #FE8D4A
RGB
CMYK
RGB Variations
Color information
#FE8D4A (or 0xFE8D4A) is known color: Crusta. HEX triplet: FE, 8D and 4A. RGB value is (254,141,74). Sum of RGB (Red+Green+Blue) = 254+141+74=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D4A is #0172B5. Grayscale: #A7A7A7. Windows color (decimal): -94902 or 4886014. OLE color: 4886014.
HSL color Cylindrical-coordinate representation of color #FE8D4A: hue angle of 22.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE8D4A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 74 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.00 |
| HSL | 22.33º | 0.99% | 0.64% | - |
| HSV(B) | 22.33º | 0.71% | 1% | - |
| XYZ | 51.63 | 40.61 | 11.6 | - |
| YUV | 167.15 | 75.44 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 74 | 0 | 0.44 | 0.71 | 0.00 | 22.33 | 0.99 | 0.64 |
| Hex | FE | 8D | 4A | 0 | 2C | 47 | 0 | 16 | 63 | 40 |
| Octal | 376 | 215 | 112 | 0 | 54 | 107 | 0 | 26 | 143 | 100 |
| Binary | 11111110 | 10001101 | 1001010 | 0 | 101100 | 1000111 | 0 | 10110 | 1100011 | 1000000 |
Color Harmonies of #FE8D4A
Complementary color
Monochromatic Colors of #FE8D4A
Black with #FE8D4A
Text Example
Text Example
White with #FE8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D4A; }
p { color: rgb(254,141,74); }
H1.HeaderClassName
{
color: #FE8D4A;
}
.AnyTagClassName
{
color: #FE8D4A;
}
</style>
background-color css
<style>
a { background-color: #FE8D4A; }
a { background-color: rgb(254,141,74); }
div.DivClassName
{
background-color: #FE8D4A;
}
.BgClassName
{
background-color: #FE8D4A;
}
</style>
border-color css
<style>
span { border-color: #FE8D4A; }
span { border-color: rgb(254,141,74); }
td.TdClassName
{
border-color: #FE8D4A;
}
.TagClassName
{
border-color: #FE8D4A;
}
</style>