Shades of Crusta #FB8E55
Tints of Crusta #FB8E55
RGB
CMYK
RGB Variations
Color information
#FB8E55 (or 0xFB8E55) is known color: Crusta. HEX triplet: FB, 8E and 55. RGB value is (251,142,85). Sum of RGB (Red+Green+Blue) = 251+142+85=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8E55 is #0471AA. Grayscale: #A8A8A8. Windows color (decimal): -291243 or 5607163. OLE color: 5607163.
HSL color Cylindrical-coordinate representation of color #FB8E55: hue angle of 20.6º 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 #FB8E55 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 85 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.02 |
| HSL | 20.6º | 0.95% | 0.66% | - |
| HSV(B) | 20.6º | 0.66% | 0.98% | - |
| XYZ | 51.1 | 40.51 | 13.72 | - |
| YUV | 168.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 85 | 0 | 0.43 | 0.66 | 0.02 | 20.6 | 0.95 | 0.66 |
| Hex | FB | 8E | 55 | 0 | 2B | 42 | 2 | 15 | 5F | 42 |
| Octal | 373 | 216 | 125 | 0 | 53 | 102 | 2 | 25 | 137 | 102 |
| Binary | 11111011 | 10001110 | 1010101 | 0 | 101011 | 1000010 | 10 | 10101 | 1011111 | 1000010 |
Color Harmonies of #FB8E55
Complementary color
Monochromatic Colors of #FB8E55
Black with #FB8E55
Text Example
Text Example
White with #FB8E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E55; }
p { color: rgb(251,142,85); }
H1.HeaderClassName
{
color: #FB8E55;
}
.AnyTagClassName
{
color: #FB8E55;
}
</style>
background-color css
<style>
a { background-color: #FB8E55; }
a { background-color: rgb(251,142,85); }
div.DivClassName
{
background-color: #FB8E55;
}
.BgClassName
{
background-color: #FB8E55;
}
</style>
border-color css
<style>
span { border-color: #FB8E55; }
span { border-color: rgb(251,142,85); }
td.TdClassName
{
border-color: #FB8E55;
}
.TagClassName
{
border-color: #FB8E55;
}
</style>