Shades of Crusta #F78E5E
Tints of Crusta #F78E5E
RGB
CMYK
RGB Variations
Color information
#F78E5E (or 0xF78E5E) is known color: Crusta. HEX triplet: F7, 8E and 5E. RGB value is (247,142,94). Sum of RGB (Red+Green+Blue) = 247+142+94=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F78E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78E5E is #0871A1. Grayscale: #A8A8A8. Windows color (decimal): -553378 or 6196983. OLE color: 6196983.
HSL color Cylindrical-coordinate representation of color #F78E5E: hue angle of 18.82º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F78E5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 142 | 94 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.03 |
| HSL | 18.82º | 0.91% | 0.67% | - |
| HSV(B) | 18.82º | 0.62% | 0.97% | - |
| XYZ | 50.05 | 39.93 | 15.66 | - |
| YUV | 167.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 142 | 94 | 0 | 0.43 | 0.62 | 0.03 | 18.82 | 0.91 | 0.67 |
| Hex | F7 | 8E | 5E | 0 | 2B | 3E | 3 | 13 | 5B | 43 |
| Octal | 367 | 216 | 136 | 0 | 53 | 76 | 3 | 23 | 133 | 103 |
| Binary | 11110111 | 10001110 | 1011110 | 0 | 101011 | 111110 | 11 | 10011 | 1011011 | 1000011 |
Color Harmonies of #F78E5E
Complementary color
Monochromatic Colors of #F78E5E
Black with #F78E5E
Text Example
Text Example
White with #F78E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78E5E; }
p { color: rgb(247,142,94); }
H1.HeaderClassName
{
color: #F78E5E;
}
.AnyTagClassName
{
color: #F78E5E;
}
</style>
background-color css
<style>
a { background-color: #F78E5E; }
a { background-color: rgb(247,142,94); }
div.DivClassName
{
background-color: #F78E5E;
}
.BgClassName
{
background-color: #F78E5E;
}
</style>
border-color css
<style>
span { border-color: #F78E5E; }
span { border-color: rgb(247,142,94); }
td.TdClassName
{
border-color: #F78E5E;
}
.TagClassName
{
border-color: #F78E5E;
}
</style>