Shades of Crusta #F7864E
Tints of Crusta #F7864E
RGB
CMYK
RGB Variations
Color information
#F7864E (or 0xF7864E) is known color: Crusta. HEX triplet: F7, 86 and 4E. RGB value is (247,134,78). Sum of RGB (Red+Green+Blue) = 247+134+78=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7864E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7864E is #0879B1. Grayscale: #A1A1A1. Windows color (decimal): -555442 or 5146359. OLE color: 5146359.
HSL color Cylindrical-coordinate representation of color #F7864E: hue angle of 19.88º 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 #F7864E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 78 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.03 |
| HSL | 19.88º | 0.91% | 0.64% | - |
| HSV(B) | 19.88º | 0.68% | 0.97% | - |
| XYZ | 48.26 | 37.37 | 11.88 | - |
| YUV | 161.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 78 | 0 | 0.46 | 0.68 | 0.03 | 19.88 | 0.91 | 0.64 |
| Hex | F7 | 86 | 4E | 0 | 2E | 44 | 3 | 14 | 5B | 40 |
| Octal | 367 | 206 | 116 | 0 | 56 | 104 | 3 | 24 | 133 | 100 |
| Binary | 11110111 | 10000110 | 1001110 | 0 | 101110 | 1000100 | 11 | 10100 | 1011011 | 1000000 |
Color Harmonies of #F7864E
Complementary color
Monochromatic Colors of #F7864E
Black with #F7864E
Text Example
Text Example
White with #F7864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7864E; }
p { color: rgb(247,134,78); }
H1.HeaderClassName
{
color: #F7864E;
}
.AnyTagClassName
{
color: #F7864E;
}
</style>
background-color css
<style>
a { background-color: #F7864E; }
a { background-color: rgb(247,134,78); }
div.DivClassName
{
background-color: #F7864E;
}
.BgClassName
{
background-color: #F7864E;
}
</style>
border-color css
<style>
span { border-color: #F7864E; }
span { border-color: rgb(247,134,78); }
td.TdClassName
{
border-color: #F7864E;
}
.TagClassName
{
border-color: #F7864E;
}
</style>