Shades of Crusta #FB8D4B
Tints of Crusta #FB8D4B
RGB
CMYK
RGB Variations
Color information
#FB8D4B (or 0xFB8D4B) is known color: Crusta. HEX triplet: FB, 8D and 4B. RGB value is (251,141,75). Sum of RGB (Red+Green+Blue) = 251+141+75=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8D4B is #0472B4. Grayscale: #A6A6A6. Windows color (decimal): -291509 or 4951547. OLE color: 4951547.
HSL color Cylindrical-coordinate representation of color #FB8D4B: hue angle of 22.5º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB8D4B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 75 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.02 |
| HSL | 22.5º | 0.96% | 0.64% | - |
| HSV(B) | 22.5º | 0.7% | 0.98% | - |
| XYZ | 50.58 | 40.07 | 11.72 | - |
| YUV | 166.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 75 | 0 | 0.44 | 0.70 | 0.02 | 22.5 | 0.96 | 0.64 |
| Hex | FB | 8D | 4B | 0 | 2C | 46 | 2 | 16 | 60 | 40 |
| Octal | 373 | 215 | 113 | 0 | 54 | 106 | 2 | 26 | 140 | 100 |
| Binary | 11111011 | 10001101 | 1001011 | 0 | 101100 | 1000110 | 10 | 10110 | 1100000 | 1000000 |
Color Harmonies of #FB8D4B
Complementary color
Monochromatic Colors of #FB8D4B
Black with #FB8D4B
Text Example
Text Example
White with #FB8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D4B; }
p { color: rgb(251,141,75); }
H1.HeaderClassName
{
color: #FB8D4B;
}
.AnyTagClassName
{
color: #FB8D4B;
}
</style>
background-color css
<style>
a { background-color: #FB8D4B; }
a { background-color: rgb(251,141,75); }
div.DivClassName
{
background-color: #FB8D4B;
}
.BgClassName
{
background-color: #FB8D4B;
}
</style>
border-color css
<style>
span { border-color: #FB8D4B; }
span { border-color: rgb(251,141,75); }
td.TdClassName
{
border-color: #FB8D4B;
}
.TagClassName
{
border-color: #FB8D4B;
}
</style>