Shades of Crusta #FB885A
Tints of Crusta #FB885A
RGB
CMYK
RGB Variations
Color information
#FB885A (or 0xFB885A) is known color: Crusta. HEX triplet: FB, 88 and 5A. RGB value is (251,136,90). Sum of RGB (Red+Green+Blue) = 251+136+90=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB885A is #0477A5. Grayscale: #A5A5A5. Windows color (decimal): -292774 or 5933307. OLE color: 5933307.
HSL color Cylindrical-coordinate representation of color #FB885A: hue angle of 17.14º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB885A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 90 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.02 |
| HSL | 17.14º | 0.95% | 0.67% | - |
| HSV(B) | 17.14º | 0.64% | 0.98% | - |
| XYZ | 50.43 | 38.86 | 14.51 | - |
| YUV | 165.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 90 | 0 | 0.46 | 0.64 | 0.02 | 17.14 | 0.95 | 0.67 |
| Hex | FB | 88 | 5A | 0 | 2E | 40 | 2 | 11 | 5F | 43 |
| Octal | 373 | 210 | 132 | 0 | 56 | 100 | 2 | 21 | 137 | 103 |
| Binary | 11111011 | 10001000 | 1011010 | 0 | 101110 | 1000000 | 10 | 10001 | 1011111 | 1000011 |
Color Harmonies of #FB885A
Complementary color
Monochromatic Colors of #FB885A
Black with #FB885A
Text Example
Text Example
White with #FB885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB885A; }
p { color: rgb(251,136,90); }
H1.HeaderClassName
{
color: #FB885A;
}
.AnyTagClassName
{
color: #FB885A;
}
</style>
background-color css
<style>
a { background-color: #FB885A; }
a { background-color: rgb(251,136,90); }
div.DivClassName
{
background-color: #FB885A;
}
.BgClassName
{
background-color: #FB885A;
}
</style>
border-color css
<style>
span { border-color: #FB885A; }
span { border-color: rgb(251,136,90); }
td.TdClassName
{
border-color: #FB885A;
}
.TagClassName
{
border-color: #FB885A;
}
</style>