Shades of Crusta #FB8855
Tints of Crusta #FB8855
RGB
CMYK
RGB Variations
Color information
#FB8855 (or 0xFB8855) is known color: Crusta. HEX triplet: FB, 88 and 55. RGB value is (251,136,85). Sum of RGB (Red+Green+Blue) = 251+136+85=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8855 is #0477AA. Grayscale: #A4A4A4. Windows color (decimal): -292779 or 5605627. OLE color: 5605627.
HSL color Cylindrical-coordinate representation of color #FB8855: hue angle of 18.43º 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 #FB8855 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 85 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.02 |
| HSL | 18.43º | 0.95% | 0.66% | - |
| HSV(B) | 18.43º | 0.66% | 0.98% | - |
| XYZ | 50.23 | 38.77 | 13.43 | - |
| YUV | 164.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 85 | 0 | 0.46 | 0.66 | 0.02 | 18.43 | 0.95 | 0.66 |
| Hex | FB | 88 | 55 | 0 | 2E | 42 | 2 | 12 | 5F | 42 |
| Octal | 373 | 210 | 125 | 0 | 56 | 102 | 2 | 22 | 137 | 102 |
| Binary | 11111011 | 10001000 | 1010101 | 0 | 101110 | 1000010 | 10 | 10010 | 1011111 | 1000010 |
Color Harmonies of #FB8855
Complementary color
Monochromatic Colors of #FB8855
Black with #FB8855
Text Example
Text Example
White with #FB8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8855; }
p { color: rgb(251,136,85); }
H1.HeaderClassName
{
color: #FB8855;
}
.AnyTagClassName
{
color: #FB8855;
}
</style>
background-color css
<style>
a { background-color: #FB8855; }
a { background-color: rgb(251,136,85); }
div.DivClassName
{
background-color: #FB8855;
}
.BgClassName
{
background-color: #FB8855;
}
</style>
border-color css
<style>
span { border-color: #FB8855; }
span { border-color: rgb(251,136,85); }
td.TdClassName
{
border-color: #FB8855;
}
.TagClassName
{
border-color: #FB8855;
}
</style>