Shades of Crusta #FB8558
Tints of Crusta #FB8558
RGB
CMYK
RGB Variations
Color information
#FB8558 (or 0xFB8558) is known color: Crusta. HEX triplet: FB, 85 and 58. RGB value is (251,133,88). Sum of RGB (Red+Green+Blue) = 251+133+88=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8558 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8558 is #047AA7. Grayscale: #A3A3A3. Windows color (decimal): -293544 or 5801467. OLE color: 5801467.
HSL color Cylindrical-coordinate representation of color #FB8558: hue angle of 16.56º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB8558 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 88 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.02 |
| HSL | 16.56º | 0.95% | 0.66% | - |
| HSV(B) | 16.56º | 0.65% | 0.98% | - |
| XYZ | 49.93 | 37.99 | 13.93 | - |
| YUV | 163.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 88 | 0 | 0.47 | 0.65 | 0.02 | 16.56 | 0.95 | 0.66 |
| Hex | FB | 85 | 58 | 0 | 2F | 41 | 2 | 11 | 5F | 42 |
| Octal | 373 | 205 | 130 | 0 | 57 | 101 | 2 | 21 | 137 | 102 |
| Binary | 11111011 | 10000101 | 1011000 | 0 | 101111 | 1000001 | 10 | 10001 | 1011111 | 1000010 |
Color Harmonies of #FB8558
Complementary color
Monochromatic Colors of #FB8558
Black with #FB8558
Text Example
Text Example
White with #FB8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8558; }
p { color: rgb(251,133,88); }
H1.HeaderClassName
{
color: #FB8558;
}
.AnyTagClassName
{
color: #FB8558;
}
</style>
background-color css
<style>
a { background-color: #FB8558; }
a { background-color: rgb(251,133,88); }
div.DivClassName
{
background-color: #FB8558;
}
.BgClassName
{
background-color: #FB8558;
}
</style>
border-color css
<style>
span { border-color: #FB8558; }
span { border-color: rgb(251,133,88); }
td.TdClassName
{
border-color: #FB8558;
}
.TagClassName
{
border-color: #FB8558;
}
</style>