Shades of Crusta #FE8C4A
Tints of Crusta #FE8C4A
RGB
CMYK
RGB Variations
Color information
#FE8C4A (or 0xFE8C4A) is known color: Crusta. HEX triplet: FE, 8C and 4A. RGB value is (254,140,74). Sum of RGB (Red+Green+Blue) = 254+140+74=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C4A is #0173B5. Grayscale: #A6A6A6. Windows color (decimal): -95158 or 4885758. OLE color: 4885758.
HSL color Cylindrical-coordinate representation of color #FE8C4A: hue angle of 22º 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 #FE8C4A is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 74 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.00 |
| HSL | 22º | 0.99% | 0.64% | - |
| HSV(B) | 22º | 0.71% | 1% | - |
| XYZ | 51.49 | 40.32 | 11.55 | - |
| YUV | 166.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 74 | 0 | 0.45 | 0.71 | 0.00 | 22 | 0.99 | 0.64 |
| Hex | FE | 8C | 4A | 0 | 2D | 47 | 0 | 16 | 63 | 40 |
| Octal | 376 | 214 | 112 | 0 | 55 | 107 | 0 | 26 | 143 | 100 |
| Binary | 11111110 | 10001100 | 1001010 | 0 | 101101 | 1000111 | 0 | 10110 | 1100011 | 1000000 |
Color Harmonies of #FE8C4A
Complementary color
Monochromatic Colors of #FE8C4A
Black with #FE8C4A
Text Example
Text Example
White with #FE8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C4A; }
p { color: rgb(254,140,74); }
H1.HeaderClassName
{
color: #FE8C4A;
}
.AnyTagClassName
{
color: #FE8C4A;
}
</style>
background-color css
<style>
a { background-color: #FE8C4A; }
a { background-color: rgb(254,140,74); }
div.DivClassName
{
background-color: #FE8C4A;
}
.BgClassName
{
background-color: #FE8C4A;
}
</style>
border-color css
<style>
span { border-color: #FE8C4A; }
span { border-color: rgb(254,140,74); }
td.TdClassName
{
border-color: #FE8C4A;
}
.TagClassName
{
border-color: #FE8C4A;
}
</style>