Shades of Crusta #FB8D5B
Tints of Crusta #FB8D5B
RGB
CMYK
RGB Variations
Color information
#FB8D5B (or 0xFB8D5B) is known color: Crusta. HEX triplet: FB, 8D and 5B. RGB value is (251,141,91). Sum of RGB (Red+Green+Blue) = 251+141+91=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D5B is #0472A4. Grayscale: #A8A8A8. Windows color (decimal): -291493 or 6000123. OLE color: 6000123.
HSL color Cylindrical-coordinate representation of color #FB8D5B: hue angle of 18.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB8D5B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 91 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 18.75º | 0.95% | 0.67% | - |
| HSV(B) | 18.75º | 0.64% | 0.98% | - |
| XYZ | 51.2 | 40.31 | 14.98 | - |
| YUV | 168.19 | 84.44 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 91 | 0 | 0.44 | 0.64 | 0.02 | 18.75 | 0.95 | 0.67 |
| Hex | FB | 8D | 5B | 0 | 2C | 40 | 2 | 13 | 5F | 43 |
| Octal | 373 | 215 | 133 | 0 | 54 | 100 | 2 | 23 | 137 | 103 |
| Binary | 11111011 | 10001101 | 1011011 | 0 | 101100 | 1000000 | 10 | 10011 | 1011111 | 1000011 |
Color Harmonies of #FB8D5B
Complementary color
Monochromatic Colors of #FB8D5B
Black with #FB8D5B
Text Example
Text Example
White with #FB8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D5B; }
p { color: rgb(251,141,91); }
H1.HeaderClassName
{
color: #FB8D5B;
}
.AnyTagClassName
{
color: #FB8D5B;
}
</style>
background-color css
<style>
a { background-color: #FB8D5B; }
a { background-color: rgb(251,141,91); }
div.DivClassName
{
background-color: #FB8D5B;
}
.BgClassName
{
background-color: #FB8D5B;
}
</style>
border-color css
<style>
span { border-color: #FB8D5B; }
span { border-color: rgb(251,141,91); }
td.TdClassName
{
border-color: #FB8D5B;
}
.TagClassName
{
border-color: #FB8D5B;
}
</style>