Shades of Crusta #FB895B
Tints of Crusta #FB895B
RGB
CMYK
RGB Variations
Color information
#FB895B (or 0xFB895B) is known color: Crusta. HEX triplet: FB, 89 and 5B. RGB value is (251,137,91). Sum of RGB (Red+Green+Blue) = 251+137+91=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB895B is #0476A4. Grayscale: #A6A6A6. Windows color (decimal): -292517 or 5999099. OLE color: 5999099.
HSL color Cylindrical-coordinate representation of color #FB895B: hue angle of 17.25º 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 #FB895B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 91 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.02 |
| HSL | 17.25º | 0.95% | 0.67% | - |
| HSV(B) | 17.25º | 0.64% | 0.98% | - |
| XYZ | 50.62 | 39.16 | 14.79 | - |
| YUV | 165.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 91 | 0 | 0.45 | 0.64 | 0.02 | 17.25 | 0.95 | 0.67 |
| Hex | FB | 89 | 5B | 0 | 2D | 40 | 2 | 11 | 5F | 43 |
| Octal | 373 | 211 | 133 | 0 | 55 | 100 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001001 | 1011011 | 0 | 101101 | 1000000 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB895B
Complementary color
Monochromatic Colors of #FB895B
Black with #FB895B
Text Example
Text Example
White with #FB895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB895B; }
p { color: rgb(251,137,91); }
H1.HeaderClassName
{
color: #FB895B;
}
.AnyTagClassName
{
color: #FB895B;
}
</style>
background-color css
<style>
a { background-color: #FB895B; }
a { background-color: rgb(251,137,91); }
div.DivClassName
{
background-color: #FB895B;
}
.BgClassName
{
background-color: #FB895B;
}
</style>
border-color css
<style>
span { border-color: #FB895B; }
span { border-color: rgb(251,137,91); }
td.TdClassName
{
border-color: #FB895B;
}
.TagClassName
{
border-color: #FB895B;
}
</style>