Shades of Crusta #FB895D
Tints of Crusta #FB895D
RGB
CMYK
RGB Variations
Color information
#FB895D (or 0xFB895D) is known color: Crusta. HEX triplet: FB, 89 and 5D. RGB value is (251,137,93). Sum of RGB (Red+Green+Blue) = 251+137+93=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB895D is #0476A2. Grayscale: #A6A6A6. Windows color (decimal): -292515 or 6130171. OLE color: 6130171.
HSL color Cylindrical-coordinate representation of color #FB895D: hue angle of 16.71º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB895D is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 93 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.02 |
| HSL | 16.71º | 0.95% | 0.67% | - |
| HSV(B) | 16.71º | 0.63% | 0.98% | - |
| XYZ | 50.71 | 39.19 | 15.25 | - |
| YUV | 166.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 93 | 0 | 0.45 | 0.63 | 0.02 | 16.71 | 0.95 | 0.67 |
| Hex | FB | 89 | 5D | 0 | 2D | 3F | 2 | 11 | 5F | 43 |
| Octal | 373 | 211 | 135 | 0 | 55 | 77 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001001 | 1011101 | 0 | 101101 | 111111 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB895D
Complementary color
Monochromatic Colors of #FB895D
Black with #FB895D
Text Example
Text Example
White with #FB895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB895D; }
p { color: rgb(251,137,93); }
H1.HeaderClassName
{
color: #FB895D;
}
.AnyTagClassName
{
color: #FB895D;
}
</style>
background-color css
<style>
a { background-color: #FB895D; }
a { background-color: rgb(251,137,93); }
div.DivClassName
{
background-color: #FB895D;
}
.BgClassName
{
background-color: #FB895D;
}
</style>
border-color css
<style>
span { border-color: #FB895D; }
span { border-color: rgb(251,137,93); }
td.TdClassName
{
border-color: #FB895D;
}
.TagClassName
{
border-color: #FB895D;
}
</style>