Shades of Crusta #FB8748
Tints of Crusta #FB8748
RGB
CMYK
RGB Variations
Color information
#FB8748 (or 0xFB8748) is known color: Crusta. HEX triplet: FB, 87 and 48. RGB value is (251,135,72). Sum of RGB (Red+Green+Blue) = 251+135+72=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8748 is #0478B7. Grayscale: #A2A2A2. Windows color (decimal): -293048 or 4753403. OLE color: 4753403.
HSL color Cylindrical-coordinate representation of color #FB8748: hue angle of 21.12º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB8748 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 72 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.02 |
| HSL | 21.12º | 0.96% | 0.63% | - |
| HSV(B) | 21.12º | 0.71% | 0.98% | - |
| XYZ | 49.62 | 38.31 | 10.91 | - |
| YUV | 162.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 72 | 0 | 0.46 | 0.71 | 0.02 | 21.12 | 0.96 | 0.63 |
| Hex | FB | 87 | 48 | 0 | 2E | 47 | 2 | 15 | 60 | 3F |
| Octal | 373 | 207 | 110 | 0 | 56 | 107 | 2 | 25 | 140 | 77 |
| Binary | 11111011 | 10000111 | 1001000 | 0 | 101110 | 1000111 | 10 | 10101 | 1100000 | 111111 |
Color Harmonies of #FB8748
Complementary color
Monochromatic Colors of #FB8748
Black with #FB8748
Text Example
Text Example
White with #FB8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8748; }
p { color: rgb(251,135,72); }
H1.HeaderClassName
{
color: #FB8748;
}
.AnyTagClassName
{
color: #FB8748;
}
</style>
background-color css
<style>
a { background-color: #FB8748; }
a { background-color: rgb(251,135,72); }
div.DivClassName
{
background-color: #FB8748;
}
.BgClassName
{
background-color: #FB8748;
}
</style>
border-color css
<style>
span { border-color: #FB8748; }
span { border-color: rgb(251,135,72); }
td.TdClassName
{
border-color: #FB8748;
}
.TagClassName
{
border-color: #FB8748;
}
</style>