Shades of Crusta #F7864D
Tints of Crusta #F7864D
RGB
CMYK
RGB Variations
Color information
#F7864D (or 0xF7864D) is known color: Crusta. HEX triplet: F7, 86 and 4D. RGB value is (247,134,77). Sum of RGB (Red+Green+Blue) = 247+134+77=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7864D is #0879B2. Grayscale: #A1A1A1. Windows color (decimal): -555443 or 5080823. OLE color: 5080823.
HSL color Cylindrical-coordinate representation of color #F7864D: hue angle of 20.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7864D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 77 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.03 |
| HSL | 20.12º | 0.91% | 0.64% | - |
| HSV(B) | 20.12º | 0.69% | 0.97% | - |
| XYZ | 48.22 | 37.36 | 11.69 | - |
| YUV | 161.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 77 | 0 | 0.46 | 0.69 | 0.03 | 20.12 | 0.91 | 0.64 |
| Hex | F7 | 86 | 4D | 0 | 2E | 45 | 3 | 14 | 5B | 40 |
| Octal | 367 | 206 | 115 | 0 | 56 | 105 | 3 | 24 | 133 | 100 |
| Binary | 11110111 | 10000110 | 1001101 | 0 | 101110 | 1000101 | 11 | 10100 | 1011011 | 1000000 |
Color Harmonies of #F7864D
Complementary color
Monochromatic Colors of #F7864D
Black with #F7864D
Text Example
Text Example
White with #F7864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7864D; }
p { color: rgb(247,134,77); }
H1.HeaderClassName
{
color: #F7864D;
}
.AnyTagClassName
{
color: #F7864D;
}
</style>
background-color css
<style>
a { background-color: #F7864D; }
a { background-color: rgb(247,134,77); }
div.DivClassName
{
background-color: #F7864D;
}
.BgClassName
{
background-color: #F7864D;
}
</style>
border-color css
<style>
span { border-color: #F7864D; }
span { border-color: rgb(247,134,77); }
td.TdClassName
{
border-color: #F7864D;
}
.TagClassName
{
border-color: #F7864D;
}
</style>