Shades of Crusta #FB8954
Tints of Crusta #FB8954
RGB
CMYK
RGB Variations
Color information
#FB8954 (or 0xFB8954) is known color: Crusta. HEX triplet: FB, 89 and 54. RGB value is (251,137,84). Sum of RGB (Red+Green+Blue) = 251+137+84=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8954 is #0476AB. Grayscale: #A5A5A5. Windows color (decimal): -292524 or 5540347. OLE color: 5540347.
HSL color Cylindrical-coordinate representation of color #FB8954: hue angle of 19.04º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB8954 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 84 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.02 |
| HSL | 19.04º | 0.95% | 0.66% | - |
| HSV(B) | 19.04º | 0.67% | 0.98% | - |
| XYZ | 50.33 | 39.04 | 13.27 | - |
| YUV | 165.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 84 | 0 | 0.45 | 0.67 | 0.02 | 19.04 | 0.95 | 0.66 |
| Hex | FB | 89 | 54 | 0 | 2D | 43 | 2 | 13 | 5F | 42 |
| Octal | 373 | 211 | 124 | 0 | 55 | 103 | 2 | 23 | 137 | 102 |
| Binary | 11111011 | 10001001 | 1010100 | 0 | 101101 | 1000011 | 10 | 10011 | 1011111 | 1000010 |
Color Harmonies of #FB8954
Complementary color
Monochromatic Colors of #FB8954
Black with #FB8954
Text Example
Text Example
White with #FB8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8954; }
p { color: rgb(251,137,84); }
H1.HeaderClassName
{
color: #FB8954;
}
.AnyTagClassName
{
color: #FB8954;
}
</style>
background-color css
<style>
a { background-color: #FB8954; }
a { background-color: rgb(251,137,84); }
div.DivClassName
{
background-color: #FB8954;
}
.BgClassName
{
background-color: #FB8954;
}
</style>
border-color css
<style>
span { border-color: #FB8954; }
span { border-color: rgb(251,137,84); }
td.TdClassName
{
border-color: #FB8954;
}
.TagClassName
{
border-color: #FB8954;
}
</style>