Shades of Crusta #F78A50
Tints of Crusta #F78A50
RGB
CMYK
RGB Variations
Color information
#F78A50 (or 0xF78A50) is known color: Crusta. HEX triplet: F7, 8A and 50. RGB value is (247,138,80). Sum of RGB (Red+Green+Blue) = 247+138+80=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A50 is #0875AF. Grayscale: #A4A4A4. Windows color (decimal): -554416 or 5278455. OLE color: 5278455.
HSL color Cylindrical-coordinate representation of color #F78A50: hue angle of 20.84º 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 #F78A50 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 80 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.03 |
| HSL | 20.84º | 0.91% | 0.64% | - |
| HSV(B) | 20.84º | 0.68% | 0.97% | - |
| XYZ | 48.89 | 38.53 | 12.45 | - |
| YUV | 163.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 80 | 0 | 0.44 | 0.68 | 0.03 | 20.84 | 0.91 | 0.64 |
| Hex | F7 | 8A | 50 | 0 | 2C | 44 | 3 | 15 | 5B | 40 |
| Octal | 367 | 212 | 120 | 0 | 54 | 104 | 3 | 25 | 133 | 100 |
| Binary | 11110111 | 10001010 | 1010000 | 0 | 101100 | 1000100 | 11 | 10101 | 1011011 | 1000000 |
Color Harmonies of #F78A50
Complementary color
Monochromatic Colors of #F78A50
Black with #F78A50
Text Example
Text Example
White with #F78A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A50; }
p { color: rgb(247,138,80); }
H1.HeaderClassName
{
color: #F78A50;
}
.AnyTagClassName
{
color: #F78A50;
}
</style>
background-color css
<style>
a { background-color: #F78A50; }
a { background-color: rgb(247,138,80); }
div.DivClassName
{
background-color: #F78A50;
}
.BgClassName
{
background-color: #F78A50;
}
</style>
border-color css
<style>
span { border-color: #F78A50; }
span { border-color: rgb(247,138,80); }
td.TdClassName
{
border-color: #F78A50;
}
.TagClassName
{
border-color: #F78A50;
}
</style>