Shades of Crusta #FE8A5C
Tints of Crusta #FE8A5C
RGB
CMYK
RGB Variations
Color information
#FE8A5C (or 0xFE8A5C) is known color: Crusta. HEX triplet: FE, 8A and 5C. RGB value is (254,138,92). Sum of RGB (Red+Green+Blue) = 254+138+92=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A5C is #0175A3. Grayscale: #A7A7A7. Windows color (decimal): -95652 or 6064894. OLE color: 6064894.
HSL color Cylindrical-coordinate representation of color #FE8A5C: hue angle of 17.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE8A5C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 92 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.00 |
| HSL | 17.04º | 0.99% | 0.68% | - |
| HSV(B) | 17.04º | 0.64% | 1% | - |
| XYZ | 51.89 | 40.02 | 15.11 | - |
| YUV | 167.44 | 85.43 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 92 | 0 | 0.46 | 0.64 | 0.00 | 17.04 | 0.99 | 0.68 |
| Hex | FE | 8A | 5C | 0 | 2E | 40 | 0 | 11 | 63 | 44 |
| Octal | 376 | 212 | 134 | 0 | 56 | 100 | 0 | 21 | 143 | 104 |
| Binary | 11111110 | 10001010 | 1011100 | 0 | 101110 | 1000000 | 0 | 10001 | 1100011 | 1000100 |
Color Harmonies of #FE8A5C
Complementary color
Monochromatic Colors of #FE8A5C
Black with #FE8A5C
Text Example
Text Example
White with #FE8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A5C; }
p { color: rgb(254,138,92); }
H1.HeaderClassName
{
color: #FE8A5C;
}
.AnyTagClassName
{
color: #FE8A5C;
}
</style>
background-color css
<style>
a { background-color: #FE8A5C; }
a { background-color: rgb(254,138,92); }
div.DivClassName
{
background-color: #FE8A5C;
}
.BgClassName
{
background-color: #FE8A5C;
}
</style>
border-color css
<style>
span { border-color: #FE8A5C; }
span { border-color: rgb(254,138,92); }
td.TdClassName
{
border-color: #FE8A5C;
}
.TagClassName
{
border-color: #FE8A5C;
}
</style>