Shades of Crusta #FB8B49
Tints of Crusta #FB8B49
RGB
CMYK
RGB Variations
Color information
#FB8B49 (or 0xFB8B49) is known color: Crusta. HEX triplet: FB, 8B and 49. RGB value is (251,139,73). Sum of RGB (Red+Green+Blue) = 251+139+73=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8B49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8B49 is #0474B6. Grayscale: #A5A5A5. Windows color (decimal): -292023 or 4819963. OLE color: 4819963.
HSL color Cylindrical-coordinate representation of color #FB8B49: hue angle of 22.25º 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 #FB8B49 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 139 | 73 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.02 |
| HSL | 22.25º | 0.96% | 0.64% | - |
| HSV(B) | 22.25º | 0.71% | 0.98% | - |
| XYZ | 50.22 | 39.46 | 11.27 | - |
| YUV | 164.96 | 76.11 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 139 | 73 | 0 | 0.45 | 0.71 | 0.02 | 22.25 | 0.96 | 0.64 |
| Hex | FB | 8B | 49 | 0 | 2D | 47 | 2 | 16 | 60 | 40 |
| Octal | 373 | 213 | 111 | 0 | 55 | 107 | 2 | 26 | 140 | 100 |
| Binary | 11111011 | 10001011 | 1001001 | 0 | 101101 | 1000111 | 10 | 10110 | 1100000 | 1000000 |
Color Harmonies of #FB8B49
Complementary color
Monochromatic Colors of #FB8B49
Black with #FB8B49
Text Example
Text Example
White with #FB8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8B49; }
p { color: rgb(251,139,73); }
H1.HeaderClassName
{
color: #FB8B49;
}
.AnyTagClassName
{
color: #FB8B49;
}
</style>
background-color css
<style>
a { background-color: #FB8B49; }
a { background-color: rgb(251,139,73); }
div.DivClassName
{
background-color: #FB8B49;
}
.BgClassName
{
background-color: #FB8B49;
}
</style>
border-color css
<style>
span { border-color: #FB8B49; }
span { border-color: rgb(251,139,73); }
td.TdClassName
{
border-color: #FB8B49;
}
.TagClassName
{
border-color: #FB8B49;
}
</style>