Shades of Crusta #FB8D56
Tints of Crusta #FB8D56
RGB
CMYK
RGB Variations
Color information
#FB8D56 (or 0xFB8D56) is known color: Crusta. HEX triplet: FB, 8D and 56. RGB value is (251,141,86). Sum of RGB (Red+Green+Blue) = 251+141+86=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D56 is #0472A9. Grayscale: #A7A7A7. Windows color (decimal): -291498 or 5672443. OLE color: 5672443.
HSL color Cylindrical-coordinate representation of color #FB8D56: hue angle of 20º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FB8D56 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 86 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.02 |
| HSL | 20º | 0.95% | 0.66% | - |
| HSV(B) | 20º | 0.66% | 0.98% | - |
| XYZ | 50.99 | 40.23 | 13.88 | - |
| YUV | 167.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 86 | 0 | 0.44 | 0.66 | 0.02 | 20 | 0.95 | 0.66 |
| Hex | FB | 8D | 56 | 0 | 2C | 42 | 2 | 14 | 5F | 42 |
| Octal | 373 | 215 | 126 | 0 | 54 | 102 | 2 | 24 | 137 | 102 |
| Binary | 11111011 | 10001101 | 1010110 | 0 | 101100 | 1000010 | 10 | 10100 | 1011111 | 1000010 |
Color Harmonies of #FB8D56
Complementary color
Monochromatic Colors of #FB8D56
Black with #FB8D56
Text Example
Text Example
White with #FB8D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D56; }
p { color: rgb(251,141,86); }
H1.HeaderClassName
{
color: #FB8D56;
}
.AnyTagClassName
{
color: #FB8D56;
}
</style>
background-color css
<style>
a { background-color: #FB8D56; }
a { background-color: rgb(251,141,86); }
div.DivClassName
{
background-color: #FB8D56;
}
.BgClassName
{
background-color: #FB8D56;
}
</style>
border-color css
<style>
span { border-color: #FB8D56; }
span { border-color: rgb(251,141,86); }
td.TdClassName
{
border-color: #FB8D56;
}
.TagClassName
{
border-color: #FB8D56;
}
</style>