Shades of Crusta #FD8B5D
Tints of Crusta #FD8B5D
RGB
CMYK
RGB Variations
Color information
#FD8B5D (or 0xFD8B5D) is known color: Crusta. HEX triplet: FD, 8B and 5D. RGB value is (253,139,93). Sum of RGB (Red+Green+Blue) = 253+139+93=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8B5D is #0274A2. Grayscale: #A8A8A8. Windows color (decimal): -160931 or 6130685. OLE color: 6130685.
HSL color Cylindrical-coordinate representation of color #FD8B5D: hue angle of 17.25º 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 #FD8B5D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 139 | 93 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.01 |
| HSL | 17.25º | 0.98% | 0.68% | - |
| HSV(B) | 17.25º | 0.63% | 0.99% | - |
| XYZ | 51.72 | 40.14 | 15.38 | - |
| YUV | 167.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 139 | 93 | 0 | 0.45 | 0.63 | 0.01 | 17.25 | 0.98 | 0.68 |
| Hex | FD | 8B | 5D | 0 | 2D | 3F | 1 | 11 | 62 | 44 |
| Octal | 375 | 213 | 135 | 0 | 55 | 77 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001011 | 1011101 | 0 | 101101 | 111111 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD8B5D
Complementary color
Monochromatic Colors of #FD8B5D
Black with #FD8B5D
Text Example
Text Example
White with #FD8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8B5D; }
p { color: rgb(253,139,93); }
H1.HeaderClassName
{
color: #FD8B5D;
}
.AnyTagClassName
{
color: #FD8B5D;
}
</style>
background-color css
<style>
a { background-color: #FD8B5D; }
a { background-color: rgb(253,139,93); }
div.DivClassName
{
background-color: #FD8B5D;
}
.BgClassName
{
background-color: #FD8B5D;
}
</style>
border-color css
<style>
span { border-color: #FD8B5D; }
span { border-color: rgb(253,139,93); }
td.TdClassName
{
border-color: #FD8B5D;
}
.TagClassName
{
border-color: #FD8B5D;
}
</style>