Shades of Crusta #FB8A5E
Tints of Crusta #FB8A5E
RGB
CMYK
RGB Variations
Color information
#FB8A5E (or 0xFB8A5E) is known color: Crusta. HEX triplet: FB, 8A and 5E. RGB value is (251,138,94). Sum of RGB (Red+Green+Blue) = 251+138+94=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A5E is #0475A1. Grayscale: #A7A7A7. Windows color (decimal): -292258 or 6195963. OLE color: 6195963.
HSL color Cylindrical-coordinate representation of color #FB8A5E: hue angle of 16.82º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB8A5E is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 94 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 16.82º | 0.95% | 0.68% | - |
| HSV(B) | 16.82º | 0.63% | 0.98% | - |
| XYZ | 50.89 | 39.49 | 15.53 | - |
| YUV | 166.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 94 | 0 | 0.45 | 0.63 | 0.02 | 16.82 | 0.95 | 0.68 |
| Hex | FB | 8A | 5E | 0 | 2D | 3F | 2 | 11 | 5F | 44 |
| Octal | 373 | 212 | 136 | 0 | 55 | 77 | 2 | 21 | 137 | 104 |
| Binary | 11111011 | 10001010 | 1011110 | 0 | 101101 | 111111 | 10 | 10001 | 1011111 | 1000100 |
Color Harmonies of #FB8A5E
Complementary color
Monochromatic Colors of #FB8A5E
Black with #FB8A5E
Text Example
Text Example
White with #FB8A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A5E; }
p { color: rgb(251,138,94); }
H1.HeaderClassName
{
color: #FB8A5E;
}
.AnyTagClassName
{
color: #FB8A5E;
}
</style>
background-color css
<style>
a { background-color: #FB8A5E; }
a { background-color: rgb(251,138,94); }
div.DivClassName
{
background-color: #FB8A5E;
}
.BgClassName
{
background-color: #FB8A5E;
}
</style>
border-color css
<style>
span { border-color: #FB8A5E; }
span { border-color: rgb(251,138,94); }
td.TdClassName
{
border-color: #FB8A5E;
}
.TagClassName
{
border-color: #FB8A5E;
}
</style>