Shades of Crusta #FE8C5C
Tints of Crusta #FE8C5C
RGB
CMYK
RGB Variations
Color information
#FE8C5C (or 0xFE8C5C) is known color: Crusta. HEX triplet: FE, 8C and 5C. RGB value is (254,140,92). Sum of RGB (Red+Green+Blue) = 254+140+92=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C5C is #0173A3. Grayscale: #A8A8A8. Windows color (decimal): -95140 or 6065406. OLE color: 6065406.
HSL color Cylindrical-coordinate representation of color #FE8C5C: hue angle of 17.78º 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 #FE8C5C is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 92 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.00 |
| HSL | 17.78º | 0.99% | 0.68% | - |
| HSV(B) | 17.78º | 0.64% | 1% | - |
| XYZ | 52.18 | 40.6 | 15.21 | - |
| YUV | 168.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 92 | 0 | 0.45 | 0.64 | 0.00 | 17.78 | 0.99 | 0.68 |
| Hex | FE | 8C | 5C | 0 | 2D | 40 | 0 | 12 | 63 | 44 |
| Octal | 376 | 214 | 134 | 0 | 55 | 100 | 0 | 22 | 143 | 104 |
| Binary | 11111110 | 10001100 | 1011100 | 0 | 101101 | 1000000 | 0 | 10010 | 1100011 | 1000100 |
Color Harmonies of #FE8C5C
Complementary color
Monochromatic Colors of #FE8C5C
Black with #FE8C5C
Text Example
Text Example
White with #FE8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C5C; }
p { color: rgb(254,140,92); }
H1.HeaderClassName
{
color: #FE8C5C;
}
.AnyTagClassName
{
color: #FE8C5C;
}
</style>
background-color css
<style>
a { background-color: #FE8C5C; }
a { background-color: rgb(254,140,92); }
div.DivClassName
{
background-color: #FE8C5C;
}
.BgClassName
{
background-color: #FE8C5C;
}
</style>
border-color css
<style>
span { border-color: #FE8C5C; }
span { border-color: rgb(254,140,92); }
td.TdClassName
{
border-color: #FE8C5C;
}
.TagClassName
{
border-color: #FE8C5C;
}
</style>