Shades of Crusta #FB8B5B
Tints of Crusta #FB8B5B
RGB
CMYK
RGB Variations
Color information
#FB8B5B (or 0xFB8B5B) is known color: Crusta. HEX triplet: FB, 8B and 5B. RGB value is (251,139,91). Sum of RGB (Red+Green+Blue) = 251+139+91=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8B5B is #0474A4. Grayscale: #A7A7A7. Windows color (decimal): -292005 or 5999611. OLE color: 5999611.
HSL color Cylindrical-coordinate representation of color #FB8B5B: hue angle of 18º 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 #FB8B5B is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 91 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.02 |
| HSL | 18º | 0.95% | 0.67% | - |
| HSV(B) | 18º | 0.64% | 0.98% | - |
| XYZ | 50.9 | 39.73 | 14.88 | - |
| YUV | 167.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 91 | 0 | 0.45 | 0.64 | 0.02 | 18 | 0.95 | 0.67 |
| Hex | FB | 8B | 5B | 0 | 2D | 40 | 2 | 12 | 5F | 43 |
| Octal | 373 | 213 | 133 | 0 | 55 | 100 | 2 | 22 | 137 | 103 |
| Binary | 11111011 | 10001011 | 1011011 | 0 | 101101 | 1000000 | 10 | 10010 | 1011111 | 1000011 |
Color Harmonies of #FB8B5B
Complementary color
Monochromatic Colors of #FB8B5B
Black with #FB8B5B
Text Example
Text Example
White with #FB8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B5B; }
p { color: rgb(251,139,91); }
H1.HeaderClassName
{
color: #FB8B5B;
}
.AnyTagClassName
{
color: #FB8B5B;
}
</style>
background-color css
<style>
a { background-color: #FB8B5B; }
a { background-color: rgb(251,139,91); }
div.DivClassName
{
background-color: #FB8B5B;
}
.BgClassName
{
background-color: #FB8B5B;
}
</style>
border-color css
<style>
span { border-color: #FB8B5B; }
span { border-color: rgb(251,139,91); }
td.TdClassName
{
border-color: #FB8B5B;
}
.TagClassName
{
border-color: #FB8B5B;
}
</style>