Shades of Crusta #FD885E
Tints of Crusta #FD885E
RGB
CMYK
RGB Variations
Color information
#FD885E (or 0xFD885E) is known color: Crusta. HEX triplet: FD, 88 and 5E. RGB value is (253,136,94). Sum of RGB (Red+Green+Blue) = 253+136+94=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD885E is #0277A1. Grayscale: #A6A6A6. Windows color (decimal): -161698 or 6195453. OLE color: 6195453.
HSL color Cylindrical-coordinate representation of color #FD885E: hue angle of 15.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD885E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 136 | 94 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.01 |
| HSL | 15.85º | 0.98% | 0.68% | - |
| HSV(B) | 15.85º | 0.63% | 0.99% | - |
| XYZ | 51.33 | 39.3 | 15.47 | - |
| YUV | 166.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 136 | 94 | 0 | 0.46 | 0.63 | 0.01 | 15.85 | 0.98 | 0.68 |
| Hex | FD | 88 | 5E | 0 | 2E | 3F | 1 | 10 | 62 | 44 |
| Octal | 375 | 210 | 136 | 0 | 56 | 77 | 1 | 20 | 142 | 104 |
| Binary | 11111101 | 10001000 | 1011110 | 0 | 101110 | 111111 | 1 | 10000 | 1100010 | 1000100 |
Color Harmonies of #FD885E
Complementary color
Monochromatic Colors of #FD885E
Black with #FD885E
Text Example
Text Example
White with #FD885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD885E; }
p { color: rgb(253,136,94); }
H1.HeaderClassName
{
color: #FD885E;
}
.AnyTagClassName
{
color: #FD885E;
}
</style>
background-color css
<style>
a { background-color: #FD885E; }
a { background-color: rgb(253,136,94); }
div.DivClassName
{
background-color: #FD885E;
}
.BgClassName
{
background-color: #FD885E;
}
</style>
border-color css
<style>
span { border-color: #FD885E; }
span { border-color: rgb(253,136,94); }
td.TdClassName
{
border-color: #FD885E;
}
.TagClassName
{
border-color: #FD885E;
}
</style>