Shades of Crusta #FB885E
Tints of Crusta #FB885E
RGB
CMYK
RGB Variations
Color information
#FB885E (or 0xFB885E) is known color: Crusta. HEX triplet: FB, 88 and 5E. RGB value is (251,136,94). Sum of RGB (Red+Green+Blue) = 251+136+94=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB885E is #0477A1. Grayscale: #A5A5A5. Windows color (decimal): -292770 or 6195451. OLE color: 6195451.
HSL color Cylindrical-coordinate representation of color #FB885E: hue angle of 16.05º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB885E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 94 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.02 |
| HSL | 16.05º | 0.95% | 0.68% | - |
| HSV(B) | 16.05º | 0.63% | 0.98% | - |
| XYZ | 50.61 | 38.93 | 15.44 | - |
| YUV | 165.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 94 | 0 | 0.46 | 0.63 | 0.02 | 16.05 | 0.95 | 0.68 |
| Hex | FB | 88 | 5E | 0 | 2E | 3F | 2 | 10 | 5F | 44 |
| Octal | 373 | 210 | 136 | 0 | 56 | 77 | 2 | 20 | 137 | 104 |
| Binary | 11111011 | 10001000 | 1011110 | 0 | 101110 | 111111 | 10 | 10000 | 1011111 | 1000100 |
Color Harmonies of #FB885E
Complementary color
Monochromatic Colors of #FB885E
Black with #FB885E
Text Example
Text Example
White with #FB885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB885E; }
p { color: rgb(251,136,94); }
H1.HeaderClassName
{
color: #FB885E;
}
.AnyTagClassName
{
color: #FB885E;
}
</style>
background-color css
<style>
a { background-color: #FB885E; }
a { background-color: rgb(251,136,94); }
div.DivClassName
{
background-color: #FB885E;
}
.BgClassName
{
background-color: #FB885E;
}
</style>
border-color css
<style>
span { border-color: #FB885E; }
span { border-color: rgb(251,136,94); }
td.TdClassName
{
border-color: #FB885E;
}
.TagClassName
{
border-color: #FB885E;
}
</style>