Shades of Crusta #FB8849
Tints of Crusta #FB8849
RGB
CMYK
RGB Variations
Color information
#FB8849 (or 0xFB8849) is known color: Crusta. HEX triplet: FB, 88 and 49. RGB value is (251,136,73). Sum of RGB (Red+Green+Blue) = 251+136+73=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8849 is #0477B6. Grayscale: #A3A3A3. Windows color (decimal): -292791 or 4819195. OLE color: 4819195.
HSL color Cylindrical-coordinate representation of color #FB8849: hue angle of 21.24º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB8849 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 73 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.02 |
| HSL | 21.24º | 0.96% | 0.64% | - |
| HSV(B) | 21.24º | 0.71% | 0.98% | - |
| XYZ | 49.79 | 38.6 | 11.13 | - |
| YUV | 163.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 73 | 0 | 0.46 | 0.71 | 0.02 | 21.24 | 0.96 | 0.64 |
| Hex | FB | 88 | 49 | 0 | 2E | 47 | 2 | 15 | 60 | 40 |
| Octal | 373 | 210 | 111 | 0 | 56 | 107 | 2 | 25 | 140 | 100 |
| Binary | 11111011 | 10001000 | 1001001 | 0 | 101110 | 1000111 | 10 | 10101 | 1100000 | 1000000 |
Color Harmonies of #FB8849
Complementary color
Monochromatic Colors of #FB8849
Black with #FB8849
Text Example
Text Example
White with #FB8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8849; }
p { color: rgb(251,136,73); }
H1.HeaderClassName
{
color: #FB8849;
}
.AnyTagClassName
{
color: #FB8849;
}
</style>
background-color css
<style>
a { background-color: #FB8849; }
a { background-color: rgb(251,136,73); }
div.DivClassName
{
background-color: #FB8849;
}
.BgClassName
{
background-color: #FB8849;
}
</style>
border-color css
<style>
span { border-color: #FB8849; }
span { border-color: rgb(251,136,73); }
td.TdClassName
{
border-color: #FB8849;
}
.TagClassName
{
border-color: #FB8849;
}
</style>