Shades of Crusta #FD8A5E
Tints of Crusta #FD8A5E
RGB
CMYK
RGB Variations
Color information
#FD8A5E (or 0xFD8A5E) is known color: Crusta. HEX triplet: FD, 8A and 5E. RGB value is (253,138,94). Sum of RGB (Red+Green+Blue) = 253+138+94=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A5E is #0275A1. Grayscale: #A7A7A7. Windows color (decimal): -161186 or 6195965. OLE color: 6195965.
HSL color Cylindrical-coordinate representation of color #FD8A5E: hue angle of 16.6º 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 #FD8A5E is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 94 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.01 |
| HSL | 16.6º | 0.98% | 0.68% | - |
| HSV(B) | 16.6º | 0.63% | 0.99% | - |
| XYZ | 51.62 | 39.87 | 15.56 | - |
| YUV | 167.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 94 | 0 | 0.45 | 0.63 | 0.01 | 16.6 | 0.98 | 0.68 |
| Hex | FD | 8A | 5E | 0 | 2D | 3F | 1 | 11 | 62 | 44 |
| Octal | 375 | 212 | 136 | 0 | 55 | 77 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001010 | 1011110 | 0 | 101101 | 111111 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD8A5E
Complementary color
Monochromatic Colors of #FD8A5E
Black with #FD8A5E
Text Example
Text Example
White with #FD8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A5E; }
p { color: rgb(253,138,94); }
H1.HeaderClassName
{
color: #FD8A5E;
}
.AnyTagClassName
{
color: #FD8A5E;
}
</style>
background-color css
<style>
a { background-color: #FD8A5E; }
a { background-color: rgb(253,138,94); }
div.DivClassName
{
background-color: #FD8A5E;
}
.BgClassName
{
background-color: #FD8A5E;
}
</style>
border-color css
<style>
span { border-color: #FD8A5E; }
span { border-color: rgb(253,138,94); }
td.TdClassName
{
border-color: #FD8A5E;
}
.TagClassName
{
border-color: #FD8A5E;
}
</style>