Shades of Crusta #FB9051
Tints of Crusta #FB9051
RGB
CMYK
RGB Variations
Color information
#FB9051 (or 0xFB9051) is known color: Crusta. HEX triplet: FB, 90 and 51. RGB value is (251,144,81). Sum of RGB (Red+Green+Blue) = 251+144+81=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9051 is #046FAE. Grayscale: #A9A9A9. Windows color (decimal): -290735 or 5345531. OLE color: 5345531.
HSL color Cylindrical-coordinate representation of color #FB9051: hue angle of 22.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB9051 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 81 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.02 |
| HSL | 22.24º | 0.96% | 0.65% | - |
| HSV(B) | 22.24º | 0.68% | 0.98% | - |
| XYZ | 51.24 | 41.05 | 13.01 | - |
| YUV | 168.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 81 | 0 | 0.43 | 0.68 | 0.02 | 22.24 | 0.96 | 0.65 |
| Hex | FB | 90 | 51 | 0 | 2B | 44 | 2 | 16 | 60 | 41 |
| Octal | 373 | 220 | 121 | 0 | 53 | 104 | 2 | 26 | 140 | 101 |
| Binary | 11111011 | 10010000 | 1010001 | 0 | 101011 | 1000100 | 10 | 10110 | 1100000 | 1000001 |
Color Harmonies of #FB9051
Complementary color
Monochromatic Colors of #FB9051
Black with #FB9051
Text Example
Text Example
White with #FB9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9051; }
p { color: rgb(251,144,81); }
H1.HeaderClassName
{
color: #FB9051;
}
.AnyTagClassName
{
color: #FB9051;
}
</style>
background-color css
<style>
a { background-color: #FB9051; }
a { background-color: rgb(251,144,81); }
div.DivClassName
{
background-color: #FB9051;
}
.BgClassName
{
background-color: #FB9051;
}
</style>
border-color css
<style>
span { border-color: #FB9051; }
span { border-color: rgb(251,144,81); }
td.TdClassName
{
border-color: #FB9051;
}
.TagClassName
{
border-color: #FB9051;
}
</style>