Shades of Crusta #FB8B5D
Tints of Crusta #FB8B5D
RGB
CMYK
RGB Variations
Color information
#FB8B5D (or 0xFB8B5D) is known color: Crusta. HEX triplet: FB, 8B and 5D. RGB value is (251,139,93). Sum of RGB (Red+Green+Blue) = 251+139+93=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B5D is #0474A2. Grayscale: #A7A7A7. Windows color (decimal): -292003 or 6130683. OLE color: 6130683.
HSL color Cylindrical-coordinate representation of color #FB8B5D: hue angle of 17.47º 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 #FB8B5D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 93 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 17.47º | 0.95% | 0.67% | - |
| HSV(B) | 17.47º | 0.63% | 0.98% | - |
| XYZ | 50.99 | 39.76 | 15.34 | - |
| YUV | 167.24 | 86.11 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 93 | 0 | 0.45 | 0.63 | 0.02 | 17.47 | 0.95 | 0.67 |
| Hex | FB | 8B | 5D | 0 | 2D | 3F | 2 | 11 | 5F | 43 |
| Octal | 373 | 213 | 135 | 0 | 55 | 77 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001011 | 1011101 | 0 | 101101 | 111111 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB8B5D
Complementary color
Monochromatic Colors of #FB8B5D
Black with #FB8B5D
Text Example
Text Example
White with #FB8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B5D; }
p { color: rgb(251,139,93); }
H1.HeaderClassName
{
color: #FB8B5D;
}
.AnyTagClassName
{
color: #FB8B5D;
}
</style>
background-color css
<style>
a { background-color: #FB8B5D; }
a { background-color: rgb(251,139,93); }
div.DivClassName
{
background-color: #FB8B5D;
}
.BgClassName
{
background-color: #FB8B5D;
}
</style>
border-color css
<style>
span { border-color: #FB8B5D; }
span { border-color: rgb(251,139,93); }
td.TdClassName
{
border-color: #FB8B5D;
}
.TagClassName
{
border-color: #FB8B5D;
}
</style>