Shades of Crusta #FB8C49
Tints of Crusta #FB8C49
RGB
CMYK
RGB Variations
Color information
#FB8C49 (or 0xFB8C49) is known color: Crusta. HEX triplet: FB, 8C and 49. RGB value is (251,140,73). Sum of RGB (Red+Green+Blue) = 251+140+73=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C49 is #0473B6. Grayscale: #A5A5A5. Windows color (decimal): -291767 or 4820219. OLE color: 4820219.
HSL color Cylindrical-coordinate representation of color #FB8C49: hue angle of 22.58º 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 #FB8C49 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 73 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.02 |
| HSL | 22.58º | 0.96% | 0.64% | - |
| HSV(B) | 22.58º | 0.71% | 0.98% | - |
| XYZ | 50.36 | 39.75 | 11.32 | - |
| YUV | 165.55 | 75.77 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 73 | 0 | 0.44 | 0.71 | 0.02 | 22.58 | 0.96 | 0.64 |
| Hex | FB | 8C | 49 | 0 | 2C | 47 | 2 | 17 | 60 | 40 |
| Octal | 373 | 214 | 111 | 0 | 54 | 107 | 2 | 27 | 140 | 100 |
| Binary | 11111011 | 10001100 | 1001001 | 0 | 101100 | 1000111 | 10 | 10111 | 1100000 | 1000000 |
Color Harmonies of #FB8C49
Complementary color
Monochromatic Colors of #FB8C49
Black with #FB8C49
Text Example
Text Example
White with #FB8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C49; }
p { color: rgb(251,140,73); }
H1.HeaderClassName
{
color: #FB8C49;
}
.AnyTagClassName
{
color: #FB8C49;
}
</style>
background-color css
<style>
a { background-color: #FB8C49; }
a { background-color: rgb(251,140,73); }
div.DivClassName
{
background-color: #FB8C49;
}
.BgClassName
{
background-color: #FB8C49;
}
</style>
border-color css
<style>
span { border-color: #FB8C49; }
span { border-color: rgb(251,140,73); }
td.TdClassName
{
border-color: #FB8C49;
}
.TagClassName
{
border-color: #FB8C49;
}
</style>