Shades of Crusta #F7844F
Tints of Crusta #F7844F
RGB
CMYK
RGB Variations
Color information
#F7844F (or 0xF7844F) is known color: Crusta. HEX triplet: F7, 84 and 4F. RGB value is (247,132,79). Sum of RGB (Red+Green+Blue) = 247+132+79=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7844F is #087BB0. Grayscale: #A0A0A0. Windows color (decimal): -555953 or 5211383. OLE color: 5211383.
HSL color Cylindrical-coordinate representation of color #F7844F: hue angle of 18.93º 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 #F7844F is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 79 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.03 |
| HSL | 18.93º | 0.91% | 0.64% | - |
| HSV(B) | 18.93º | 0.68% | 0.97% | - |
| XYZ | 48.02 | 36.84 | 11.98 | - |
| YUV | 160.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 79 | 0 | 0.47 | 0.68 | 0.03 | 18.93 | 0.91 | 0.64 |
| Hex | F7 | 84 | 4F | 0 | 2F | 44 | 3 | 13 | 5B | 40 |
| Octal | 367 | 204 | 117 | 0 | 57 | 104 | 3 | 23 | 133 | 100 |
| Binary | 11110111 | 10000100 | 1001111 | 0 | 101111 | 1000100 | 11 | 10011 | 1011011 | 1000000 |
Color Harmonies of #F7844F
Complementary color
Monochromatic Colors of #F7844F
Black with #F7844F
Text Example
Text Example
White with #F7844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7844F; }
p { color: rgb(247,132,79); }
H1.HeaderClassName
{
color: #F7844F;
}
.AnyTagClassName
{
color: #F7844F;
}
</style>
background-color css
<style>
a { background-color: #F7844F; }
a { background-color: rgb(247,132,79); }
div.DivClassName
{
background-color: #F7844F;
}
.BgClassName
{
background-color: #F7844F;
}
</style>
border-color css
<style>
span { border-color: #F7844F; }
span { border-color: rgb(247,132,79); }
td.TdClassName
{
border-color: #F7844F;
}
.TagClassName
{
border-color: #F7844F;
}
</style>