Shades of Crusta #F78C49
Tints of Crusta #F78C49
RGB
CMYK
RGB Variations
Color information
#F78C49 (or 0xF78C49) is known color: Crusta. HEX triplet: F7, 8C and 49. RGB value is (247,140,73). Sum of RGB (Red+Green+Blue) = 247+140+73=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F78C49 is #0873B6. Grayscale: #A4A4A4. Windows color (decimal): -553911 or 4820215. OLE color: 4820215.
HSL color Cylindrical-coordinate representation of color #F78C49: hue angle of 23.1º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F78C49 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 73 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.03 |
| HSL | 23.1º | 0.92% | 0.63% | - |
| HSV(B) | 23.1º | 0.7% | 0.97% | - |
| XYZ | 48.94 | 39.01 | 11.25 | - |
| YUV | 164.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 73 | 0 | 0.43 | 0.70 | 0.03 | 23.1 | 0.92 | 0.63 |
| Hex | F7 | 8C | 49 | 0 | 2B | 46 | 3 | 17 | 5C | 3F |
| Octal | 367 | 214 | 111 | 0 | 53 | 106 | 3 | 27 | 134 | 77 |
| Binary | 11110111 | 10001100 | 1001001 | 0 | 101011 | 1000110 | 11 | 10111 | 1011100 | 111111 |
Color Harmonies of #F78C49
Complementary color
Monochromatic Colors of #F78C49
Black with #F78C49
Text Example
Text Example
White with #F78C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C49; }
p { color: rgb(247,140,73); }
H1.HeaderClassName
{
color: #F78C49;
}
.AnyTagClassName
{
color: #F78C49;
}
</style>
background-color css
<style>
a { background-color: #F78C49; }
a { background-color: rgb(247,140,73); }
div.DivClassName
{
background-color: #F78C49;
}
.BgClassName
{
background-color: #F78C49;
}
</style>
border-color css
<style>
span { border-color: #F78C49; }
span { border-color: rgb(247,140,73); }
td.TdClassName
{
border-color: #F78C49;
}
.TagClassName
{
border-color: #F78C49;
}
</style>