Shades of Crusta #FB885B
Tints of Crusta #FB885B
RGB
CMYK
RGB Variations
Color information
#FB885B (or 0xFB885B) is known color: Crusta. HEX triplet: FB, 88 and 5B. RGB value is (251,136,91). Sum of RGB (Red+Green+Blue) = 251+136+91=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB885B is #0477A4. Grayscale: #A5A5A5. Windows color (decimal): -292773 or 5998843. OLE color: 5998843.
HSL color Cylindrical-coordinate representation of color #FB885B: hue angle of 16.88º 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 #FB885B is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 91 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.02 |
| HSL | 16.88º | 0.95% | 0.67% | - |
| HSV(B) | 16.88º | 0.64% | 0.98% | - |
| XYZ | 50.48 | 38.87 | 14.74 | - |
| YUV | 165.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 91 | 0 | 0.46 | 0.64 | 0.02 | 16.88 | 0.95 | 0.67 |
| Hex | FB | 88 | 5B | 0 | 2E | 40 | 2 | 11 | 5F | 43 |
| Octal | 373 | 210 | 133 | 0 | 56 | 100 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001000 | 1011011 | 0 | 101110 | 1000000 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB885B
Complementary color
Monochromatic Colors of #FB885B
Black with #FB885B
Text Example
Text Example
White with #FB885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB885B; }
p { color: rgb(251,136,91); }
H1.HeaderClassName
{
color: #FB885B;
}
.AnyTagClassName
{
color: #FB885B;
}
</style>
background-color css
<style>
a { background-color: #FB885B; }
a { background-color: rgb(251,136,91); }
div.DivClassName
{
background-color: #FB885B;
}
.BgClassName
{
background-color: #FB885B;
}
</style>
border-color css
<style>
span { border-color: #FB885B; }
span { border-color: rgb(251,136,91); }
td.TdClassName
{
border-color: #FB885B;
}
.TagClassName
{
border-color: #FB885B;
}
</style>