Shades of Crusta #FE885C
Tints of Crusta #FE885C
RGB
CMYK
RGB Variations
Color information
#FE885C (or 0xFE885C) is known color: Crusta. HEX triplet: FE, 88 and 5C. RGB value is (254,136,92). Sum of RGB (Red+Green+Blue) = 254+136+92=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE885C is #0177A3. Grayscale: #A6A6A6. Windows color (decimal): -96164 or 6064382. OLE color: 6064382.
HSL color Cylindrical-coordinate representation of color #FE885C: hue angle of 16.3º 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 #FE885C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 92 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.00 |
| HSL | 16.3º | 0.99% | 0.68% | - |
| HSV(B) | 16.3º | 0.64% | 1% | - |
| XYZ | 51.61 | 39.45 | 15.02 | - |
| YUV | 166.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 92 | 0 | 0.46 | 0.64 | 0.00 | 16.3 | 0.99 | 0.68 |
| Hex | FE | 88 | 5C | 0 | 2E | 40 | 0 | 10 | 63 | 44 |
| Octal | 376 | 210 | 134 | 0 | 56 | 100 | 0 | 20 | 143 | 104 |
| Binary | 11111110 | 10001000 | 1011100 | 0 | 101110 | 1000000 | 0 | 10000 | 1100011 | 1000100 |
Color Harmonies of #FE885C
Complementary color
Monochromatic Colors of #FE885C
Black with #FE885C
Text Example
Text Example
White with #FE885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE885C; }
p { color: rgb(254,136,92); }
H1.HeaderClassName
{
color: #FE885C;
}
.AnyTagClassName
{
color: #FE885C;
}
</style>
background-color css
<style>
a { background-color: #FE885C; }
a { background-color: rgb(254,136,92); }
div.DivClassName
{
background-color: #FE885C;
}
.BgClassName
{
background-color: #FE885C;
}
</style>
border-color css
<style>
span { border-color: #FE885C; }
span { border-color: rgb(254,136,92); }
td.TdClassName
{
border-color: #FE885C;
}
.TagClassName
{
border-color: #FE885C;
}
</style>