Shades of Crusta #F7864F
Tints of Crusta #F7864F
RGB
CMYK
RGB Variations
Color information
#F7864F (or 0xF7864F) is known color: Crusta. HEX triplet: F7, 86 and 4F. RGB value is (247,134,79). Sum of RGB (Red+Green+Blue) = 247+134+79=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7864F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7864F is #0879B0. Grayscale: #A1A1A1. Windows color (decimal): -555441 or 5211895. OLE color: 5211895.
HSL color Cylindrical-coordinate representation of color #F7864F: hue angle of 19.64º 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 #F7864F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 79 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.03 |
| HSL | 19.64º | 0.91% | 0.64% | - |
| HSV(B) | 19.64º | 0.68% | 0.97% | - |
| XYZ | 48.29 | 37.39 | 12.07 | - |
| YUV | 161.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 79 | 0 | 0.46 | 0.68 | 0.03 | 19.64 | 0.91 | 0.64 |
| Hex | F7 | 86 | 4F | 0 | 2E | 44 | 3 | 14 | 5B | 40 |
| Octal | 367 | 206 | 117 | 0 | 56 | 104 | 3 | 24 | 133 | 100 |
| Binary | 11110111 | 10000110 | 1001111 | 0 | 101110 | 1000100 | 11 | 10100 | 1011011 | 1000000 |
Color Harmonies of #F7864F
Complementary color
Monochromatic Colors of #F7864F
Black with #F7864F
Text Example
Text Example
White with #F7864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7864F; }
p { color: rgb(247,134,79); }
H1.HeaderClassName
{
color: #F7864F;
}
.AnyTagClassName
{
color: #F7864F;
}
</style>
background-color css
<style>
a { background-color: #F7864F; }
a { background-color: rgb(247,134,79); }
div.DivClassName
{
background-color: #F7864F;
}
.BgClassName
{
background-color: #F7864F;
}
</style>
border-color css
<style>
span { border-color: #F7864F; }
span { border-color: rgb(247,134,79); }
td.TdClassName
{
border-color: #F7864F;
}
.TagClassName
{
border-color: #F7864F;
}
</style>