Shades of Crusta #FB8863
Tints of Crusta #FB8863
RGB
CMYK
RGB Variations
Color information
#FB8863 (or 0xFB8863) is known color: Crusta. HEX triplet: FB, 88 and 63. RGB value is (251,136,99). Sum of RGB (Red+Green+Blue) = 251+136+99=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8863 is #04779C. Grayscale: #A6A6A6. Windows color (decimal): -292765 or 6523131. OLE color: 6523131.
HSL color Cylindrical-coordinate representation of color #FB8863: hue angle of 14.61º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB8863 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 99 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.02 |
| HSL | 14.61º | 0.95% | 0.69% | - |
| HSV(B) | 14.61º | 0.61% | 0.98% | - |
| XYZ | 50.84 | 39.02 | 16.66 | - |
| YUV | 166.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 99 | 0 | 0.46 | 0.61 | 0.02 | 14.61 | 0.95 | 0.69 |
| Hex | FB | 88 | 63 | 0 | 2E | 3D | 2 | F | 5F | 45 |
| Octal | 373 | 210 | 143 | 0 | 56 | 75 | 2 | 17 | 137 | 105 |
| Binary | 11111011 | 10001000 | 1100011 | 0 | 101110 | 111101 | 10 | 1111 | 1011111 | 1000101 |
Color Harmonies of #FB8863
Complementary color
Monochromatic Colors of #FB8863
Black with #FB8863
Text Example
Text Example
White with #FB8863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8863; }
p { color: rgb(251,136,99); }
H1.HeaderClassName
{
color: #FB8863;
}
.AnyTagClassName
{
color: #FB8863;
}
</style>
background-color css
<style>
a { background-color: #FB8863; }
a { background-color: rgb(251,136,99); }
div.DivClassName
{
background-color: #FB8863;
}
.BgClassName
{
background-color: #FB8863;
}
</style>
border-color css
<style>
span { border-color: #FB8863; }
span { border-color: rgb(251,136,99); }
td.TdClassName
{
border-color: #FB8863;
}
.TagClassName
{
border-color: #FB8863;
}
</style>