Shades of Crusta #FB8D55
Tints of Crusta #FB8D55
RGB
CMYK
RGB Variations
Color information
#FB8D55 (or 0xFB8D55) is known color: Crusta. HEX triplet: FB, 8D and 55. RGB value is (251,141,85). Sum of RGB (Red+Green+Blue) = 251+141+85=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D55 is #0472AA. Grayscale: #A7A7A7. Windows color (decimal): -291499 or 5606907. OLE color: 5606907.
HSL color Cylindrical-coordinate representation of color #FB8D55: hue angle of 20.24º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB8D55 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 85 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.02 |
| HSL | 20.24º | 0.95% | 0.66% | - |
| HSV(B) | 20.24º | 0.66% | 0.98% | - |
| XYZ | 50.95 | 40.21 | 13.67 | - |
| YUV | 167.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 85 | 0 | 0.44 | 0.66 | 0.02 | 20.24 | 0.95 | 0.66 |
| Hex | FB | 8D | 55 | 0 | 2C | 42 | 2 | 14 | 5F | 42 |
| Octal | 373 | 215 | 125 | 0 | 54 | 102 | 2 | 24 | 137 | 102 |
| Binary | 11111011 | 10001101 | 1010101 | 0 | 101100 | 1000010 | 10 | 10100 | 1011111 | 1000010 |
Color Harmonies of #FB8D55
Complementary color
Monochromatic Colors of #FB8D55
Black with #FB8D55
Text Example
Text Example
White with #FB8D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D55; }
p { color: rgb(251,141,85); }
H1.HeaderClassName
{
color: #FB8D55;
}
.AnyTagClassName
{
color: #FB8D55;
}
</style>
background-color css
<style>
a { background-color: #FB8D55; }
a { background-color: rgb(251,141,85); }
div.DivClassName
{
background-color: #FB8D55;
}
.BgClassName
{
background-color: #FB8D55;
}
</style>
border-color css
<style>
span { border-color: #FB8D55; }
span { border-color: rgb(251,141,85); }
td.TdClassName
{
border-color: #FB8D55;
}
.TagClassName
{
border-color: #FB8D55;
}
</style>