Shades of Crusta #FB8D4F
Tints of Crusta #FB8D4F
RGB
CMYK
RGB Variations
Color information
#FB8D4F (or 0xFB8D4F) is known color: Crusta. HEX triplet: FB, 8D and 4F. RGB value is (251,141,79). Sum of RGB (Red+Green+Blue) = 251+141+79=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8D4F is #0472B0. Grayscale: #A7A7A7. Windows color (decimal): -291505 or 5213691. OLE color: 5213691.
HSL color Cylindrical-coordinate representation of color #FB8D4F: hue angle of 21.63º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB8D4F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 79 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.02 |
| HSL | 21.63º | 0.96% | 0.65% | - |
| HSV(B) | 21.63º | 0.69% | 0.98% | - |
| XYZ | 50.72 | 40.12 | 12.47 | - |
| YUV | 166.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 79 | 0 | 0.44 | 0.69 | 0.02 | 21.63 | 0.96 | 0.65 |
| Hex | FB | 8D | 4F | 0 | 2C | 45 | 2 | 16 | 60 | 41 |
| Octal | 373 | 215 | 117 | 0 | 54 | 105 | 2 | 26 | 140 | 101 |
| Binary | 11111011 | 10001101 | 1001111 | 0 | 101100 | 1000101 | 10 | 10110 | 1100000 | 1000001 |
Color Harmonies of #FB8D4F
Complementary color
Monochromatic Colors of #FB8D4F
Black with #FB8D4F
Text Example
Text Example
White with #FB8D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D4F; }
p { color: rgb(251,141,79); }
H1.HeaderClassName
{
color: #FB8D4F;
}
.AnyTagClassName
{
color: #FB8D4F;
}
</style>
background-color css
<style>
a { background-color: #FB8D4F; }
a { background-color: rgb(251,141,79); }
div.DivClassName
{
background-color: #FB8D4F;
}
.BgClassName
{
background-color: #FB8D4F;
}
</style>
border-color css
<style>
span { border-color: #FB8D4F; }
span { border-color: rgb(251,141,79); }
td.TdClassName
{
border-color: #FB8D4F;
}
.TagClassName
{
border-color: #FB8D4F;
}
</style>