Shades of Crusta #FD8E5A
Tints of Crusta #FD8E5A
RGB
CMYK
RGB Variations
Color information
#FD8E5A (or 0xFD8E5A) is known color: Crusta. HEX triplet: FD, 8E and 5A. RGB value is (253,142,90). Sum of RGB (Red+Green+Blue) = 253+142+90=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E5A is #0271A5. Grayscale: #A9A9A9. Windows color (decimal): -160166 or 5934845. OLE color: 5934845.
HSL color Cylindrical-coordinate representation of color #FD8E5A: hue angle of 19.14º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD8E5A is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 90 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.01 |
| HSL | 19.14º | 0.98% | 0.67% | - |
| HSV(B) | 19.14º | 0.64% | 0.99% | - |
| XYZ | 52.03 | 40.97 | 14.84 | - |
| YUV | 169.26 | 83.27 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 90 | 0 | 0.44 | 0.64 | 0.01 | 19.14 | 0.98 | 0.67 |
| Hex | FD | 8E | 5A | 0 | 2C | 40 | 1 | 13 | 62 | 43 |
| Octal | 375 | 216 | 132 | 0 | 54 | 100 | 1 | 23 | 142 | 103 |
| Binary | 11111101 | 10001110 | 1011010 | 0 | 101100 | 1000000 | 1 | 10011 | 1100010 | 1000011 |
Color Harmonies of #FD8E5A
Complementary color
Monochromatic Colors of #FD8E5A
Black with #FD8E5A
Text Example
Text Example
White with #FD8E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8E5A; }
p { color: rgb(253,142,90); }
H1.HeaderClassName
{
color: #FD8E5A;
}
.AnyTagClassName
{
color: #FD8E5A;
}
</style>
background-color css
<style>
a { background-color: #FD8E5A; }
a { background-color: rgb(253,142,90); }
div.DivClassName
{
background-color: #FD8E5A;
}
.BgClassName
{
background-color: #FD8E5A;
}
</style>
border-color css
<style>
span { border-color: #FD8E5A; }
span { border-color: rgb(253,142,90); }
td.TdClassName
{
border-color: #FD8E5A;
}
.TagClassName
{
border-color: #FD8E5A;
}
</style>