Shades of Crusta #F78948
Tints of Crusta #F78948
RGB
CMYK
RGB Variations
Color information
#F78948 (or 0xF78948) is known color: Crusta. HEX triplet: F7, 89 and 48. RGB value is (247,137,72). Sum of RGB (Red+Green+Blue) = 247+137+72=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F78948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78948 is #0876B7. Grayscale: #A2A2A2. Windows color (decimal): -554680 or 4753911. OLE color: 4753911.
HSL color Cylindrical-coordinate representation of color #F78948: hue angle of 22.29º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F78948 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 72 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.03 |
| HSL | 22.29º | 0.92% | 0.63% | - |
| HSV(B) | 22.29º | 0.71% | 0.97% | - |
| XYZ | 48.47 | 38.13 | 10.94 | - |
| YUV | 162.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 72 | 0 | 0.45 | 0.71 | 0.03 | 22.29 | 0.92 | 0.63 |
| Hex | F7 | 89 | 48 | 0 | 2D | 47 | 3 | 16 | 5C | 3F |
| Octal | 367 | 211 | 110 | 0 | 55 | 107 | 3 | 26 | 134 | 77 |
| Binary | 11110111 | 10001001 | 1001000 | 0 | 101101 | 1000111 | 11 | 10110 | 1011100 | 111111 |
Color Harmonies of #F78948
Complementary color
Monochromatic Colors of #F78948
Black with #F78948
Text Example
Text Example
White with #F78948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78948; }
p { color: rgb(247,137,72); }
H1.HeaderClassName
{
color: #F78948;
}
.AnyTagClassName
{
color: #F78948;
}
</style>
background-color css
<style>
a { background-color: #F78948; }
a { background-color: rgb(247,137,72); }
div.DivClassName
{
background-color: #F78948;
}
.BgClassName
{
background-color: #F78948;
}
</style>
border-color css
<style>
span { border-color: #F78948; }
span { border-color: rgb(247,137,72); }
td.TdClassName
{
border-color: #F78948;
}
.TagClassName
{
border-color: #F78948;
}
</style>