Shades of Crusta #F78550
Tints of Crusta #F78550
RGB
CMYK
RGB Variations
Color information
#F78550 (or 0xF78550) is known color: Crusta. HEX triplet: F7, 85 and 50. RGB value is (247,133,80). Sum of RGB (Red+Green+Blue) = 247+133+80=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F78550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78550 is #087AAF. Grayscale: #A1A1A1. Windows color (decimal): -555696 or 5277175. OLE color: 5277175.
HSL color Cylindrical-coordinate representation of color #F78550: hue angle of 19.04º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F78550 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 80 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.03 |
| HSL | 19.04º | 0.91% | 0.64% | - |
| HSV(B) | 19.04º | 0.68% | 0.97% | - |
| XYZ | 48.19 | 37.13 | 12.22 | - |
| YUV | 161.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 80 | 0 | 0.46 | 0.68 | 0.03 | 19.04 | 0.91 | 0.64 |
| Hex | F7 | 85 | 50 | 0 | 2E | 44 | 3 | 13 | 5B | 40 |
| Octal | 367 | 205 | 120 | 0 | 56 | 104 | 3 | 23 | 133 | 100 |
| Binary | 11110111 | 10000101 | 1010000 | 0 | 101110 | 1000100 | 11 | 10011 | 1011011 | 1000000 |
Color Harmonies of #F78550
Complementary color
Monochromatic Colors of #F78550
Black with #F78550
Text Example
Text Example
White with #F78550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78550; }
p { color: rgb(247,133,80); }
H1.HeaderClassName
{
color: #F78550;
}
.AnyTagClassName
{
color: #F78550;
}
</style>
background-color css
<style>
a { background-color: #F78550; }
a { background-color: rgb(247,133,80); }
div.DivClassName
{
background-color: #F78550;
}
.BgClassName
{
background-color: #F78550;
}
</style>
border-color css
<style>
span { border-color: #F78550; }
span { border-color: rgb(247,133,80); }
td.TdClassName
{
border-color: #F78550;
}
.TagClassName
{
border-color: #F78550;
}
</style>