Shades of Crusta #FB8D5D
Tints of Crusta #FB8D5D
RGB
CMYK
RGB Variations
Color information
#FB8D5D (or 0xFB8D5D) is known color: Crusta. HEX triplet: FB, 8D and 5D. RGB value is (251,141,93). Sum of RGB (Red+Green+Blue) = 251+141+93=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D5D is #0472A2. Grayscale: #A8A8A8. Windows color (decimal): -291491 or 6131195. OLE color: 6131195.
HSL color Cylindrical-coordinate representation of color #FB8D5D: hue angle of 18.23º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB8D5D is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 93 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.02 |
| HSL | 18.23º | 0.95% | 0.67% | - |
| HSV(B) | 18.23º | 0.63% | 0.98% | - |
| XYZ | 51.28 | 40.35 | 15.44 | - |
| YUV | 168.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 93 | 0 | 0.44 | 0.63 | 0.02 | 18.23 | 0.95 | 0.67 |
| Hex | FB | 8D | 5D | 0 | 2C | 3F | 2 | 12 | 5F | 43 |
| Octal | 373 | 215 | 135 | 0 | 54 | 77 | 2 | 22 | 137 | 103 |
| Binary | 11111011 | 10001101 | 1011101 | 0 | 101100 | 111111 | 10 | 10010 | 1011111 | 1000011 |
Color Harmonies of #FB8D5D
Complementary color
Monochromatic Colors of #FB8D5D
Black with #FB8D5D
Text Example
Text Example
White with #FB8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D5D; }
p { color: rgb(251,141,93); }
H1.HeaderClassName
{
color: #FB8D5D;
}
.AnyTagClassName
{
color: #FB8D5D;
}
</style>
background-color css
<style>
a { background-color: #FB8D5D; }
a { background-color: rgb(251,141,93); }
div.DivClassName
{
background-color: #FB8D5D;
}
.BgClassName
{
background-color: #FB8D5D;
}
</style>
border-color css
<style>
span { border-color: #FB8D5D; }
span { border-color: rgb(251,141,93); }
td.TdClassName
{
border-color: #FB8D5D;
}
.TagClassName
{
border-color: #FB8D5D;
}
</style>