Shades of Crusta #FB8C5B
Tints of Crusta #FB8C5B
RGB
CMYK
RGB Variations
Color information
#FB8C5B (or 0xFB8C5B) is known color: Crusta. HEX triplet: FB, 8C and 5B. RGB value is (251,140,91). Sum of RGB (Red+Green+Blue) = 251+140+91=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8C5B is #0473A4. Grayscale: #A7A7A7. Windows color (decimal): -291749 or 5999867. OLE color: 5999867.
HSL color Cylindrical-coordinate representation of color #FB8C5B: hue angle of 18.38º 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 #FB8C5B is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 91 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.02 |
| HSL | 18.38º | 0.95% | 0.67% | - |
| HSV(B) | 18.38º | 0.64% | 0.98% | - |
| XYZ | 51.05 | 40.02 | 14.93 | - |
| YUV | 167.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 91 | 0 | 0.44 | 0.64 | 0.02 | 18.38 | 0.95 | 0.67 |
| Hex | FB | 8C | 5B | 0 | 2C | 40 | 2 | 12 | 5F | 43 |
| Octal | 373 | 214 | 133 | 0 | 54 | 100 | 2 | 22 | 137 | 103 |
| Binary | 11111011 | 10001100 | 1011011 | 0 | 101100 | 1000000 | 10 | 10010 | 1011111 | 1000011 |
Color Harmonies of #FB8C5B
Complementary color
Monochromatic Colors of #FB8C5B
Black with #FB8C5B
Text Example
Text Example
White with #FB8C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C5B; }
p { color: rgb(251,140,91); }
H1.HeaderClassName
{
color: #FB8C5B;
}
.AnyTagClassName
{
color: #FB8C5B;
}
</style>
background-color css
<style>
a { background-color: #FB8C5B; }
a { background-color: rgb(251,140,91); }
div.DivClassName
{
background-color: #FB8C5B;
}
.BgClassName
{
background-color: #FB8C5B;
}
</style>
border-color css
<style>
span { border-color: #FB8C5B; }
span { border-color: rgb(251,140,91); }
td.TdClassName
{
border-color: #FB8C5B;
}
.TagClassName
{
border-color: #FB8C5B;
}
</style>