Shades of Crusta #F78356
Tints of Crusta #F78356
RGB
CMYK
RGB Variations
Color information
#F78356 (or 0xF78356) is known color: Crusta. HEX triplet: F7, 83 and 56. RGB value is (247,131,86). Sum of RGB (Red+Green+Blue) = 247+131+86=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F78356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78356 is #087CA9. Grayscale: #A0A0A0. Windows color (decimal): -556202 or 5669879. OLE color: 5669879.
HSL color Cylindrical-coordinate representation of color #F78356: hue angle of 16.77º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F78356 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 131 | 86 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.03 |
| HSL | 16.77º | 0.91% | 0.65% | - |
| HSV(B) | 16.77º | 0.65% | 0.97% | - |
| XYZ | 48.15 | 36.68 | 13.35 | - |
| YUV | 160.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 131 | 86 | 0 | 0.47 | 0.65 | 0.03 | 16.77 | 0.91 | 0.65 |
| Hex | F7 | 83 | 56 | 0 | 2F | 41 | 3 | 11 | 5B | 41 |
| Octal | 367 | 203 | 126 | 0 | 57 | 101 | 3 | 21 | 133 | 101 |
| Binary | 11110111 | 10000011 | 1010110 | 0 | 101111 | 1000001 | 11 | 10001 | 1011011 | 1000001 |
Color Harmonies of #F78356
Complementary color
Monochromatic Colors of #F78356
Black with #F78356
Text Example
Text Example
White with #F78356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78356; }
p { color: rgb(247,131,86); }
H1.HeaderClassName
{
color: #F78356;
}
.AnyTagClassName
{
color: #F78356;
}
</style>
background-color css
<style>
a { background-color: #F78356; }
a { background-color: rgb(247,131,86); }
div.DivClassName
{
background-color: #F78356;
}
.BgClassName
{
background-color: #F78356;
}
</style>
border-color css
<style>
span { border-color: #F78356; }
span { border-color: rgb(247,131,86); }
td.TdClassName
{
border-color: #F78356;
}
.TagClassName
{
border-color: #F78356;
}
</style>