Shades of Crusta #FB885D
Tints of Crusta #FB885D
RGB
CMYK
RGB Variations
Color information
#FB885D (or 0xFB885D) is known color: Crusta. HEX triplet: FB, 88 and 5D. RGB value is (251,136,93). Sum of RGB (Red+Green+Blue) = 251+136+93=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FB885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB885D is #0477A2. Grayscale: #A5A5A5. Windows color (decimal): -292771 or 6129915. OLE color: 6129915.
HSL color Cylindrical-coordinate representation of color #FB885D: hue angle of 16.33º 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 #FB885D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 93 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.02 |
| HSL | 16.33º | 0.95% | 0.67% | - |
| HSV(B) | 16.33º | 0.63% | 0.98% | - |
| XYZ | 50.56 | 38.91 | 15.2 | - |
| YUV | 165.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 93 | 0 | 0.46 | 0.63 | 0.02 | 16.33 | 0.95 | 0.67 |
| Hex | FB | 88 | 5D | 0 | 2E | 3F | 2 | 10 | 5F | 43 |
| Octal | 373 | 210 | 135 | 0 | 56 | 77 | 2 | 20 | 137 | 103 |
| Binary | 11111011 | 10001000 | 1011101 | 0 | 101110 | 111111 | 10 | 10000 | 1011111 | 1000011 |
Color Harmonies of #FB885D
Complementary color
Monochromatic Colors of #FB885D
Black with #FB885D
Text Example
Text Example
White with #FB885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB885D; }
p { color: rgb(251,136,93); }
H1.HeaderClassName
{
color: #FB885D;
}
.AnyTagClassName
{
color: #FB885D;
}
</style>
background-color css
<style>
a { background-color: #FB885D; }
a { background-color: rgb(251,136,93); }
div.DivClassName
{
background-color: #FB885D;
}
.BgClassName
{
background-color: #FB885D;
}
</style>
border-color css
<style>
span { border-color: #FB885D; }
span { border-color: rgb(251,136,93); }
td.TdClassName
{
border-color: #FB885D;
}
.TagClassName
{
border-color: #FB885D;
}
</style>