Shades of Crusta #FB8950
Tints of Crusta #FB8950
RGB
CMYK
RGB Variations
Color information
#FB8950 (or 0xFB8950) is known color: Crusta. HEX triplet: FB, 89 and 50. RGB value is (251,137,80). Sum of RGB (Red+Green+Blue) = 251+137+80=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8950 is #0476AF. Grayscale: #A4A4A4. Windows color (decimal): -292528 or 5278203. OLE color: 5278203.
HSL color Cylindrical-coordinate representation of color #FB8950: hue angle of 20º 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 #FB8950 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 80 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.02 |
| HSL | 20º | 0.96% | 0.65% | - |
| HSV(B) | 20º | 0.68% | 0.98% | - |
| XYZ | 50.18 | 38.98 | 12.47 | - |
| YUV | 164.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 80 | 0 | 0.45 | 0.68 | 0.02 | 20 | 0.96 | 0.65 |
| Hex | FB | 89 | 50 | 0 | 2D | 44 | 2 | 14 | 60 | 41 |
| Octal | 373 | 211 | 120 | 0 | 55 | 104 | 2 | 24 | 140 | 101 |
| Binary | 11111011 | 10001001 | 1010000 | 0 | 101101 | 1000100 | 10 | 10100 | 1100000 | 1000001 |
Color Harmonies of #FB8950
Complementary color
Monochromatic Colors of #FB8950
Black with #FB8950
Text Example
Text Example
White with #FB8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8950; }
p { color: rgb(251,137,80); }
H1.HeaderClassName
{
color: #FB8950;
}
.AnyTagClassName
{
color: #FB8950;
}
</style>
background-color css
<style>
a { background-color: #FB8950; }
a { background-color: rgb(251,137,80); }
div.DivClassName
{
background-color: #FB8950;
}
.BgClassName
{
background-color: #FB8950;
}
</style>
border-color css
<style>
span { border-color: #FB8950; }
span { border-color: rgb(251,137,80); }
td.TdClassName
{
border-color: #FB8950;
}
.TagClassName
{
border-color: #FB8950;
}
</style>