Shades of Crusta #F7844D
Tints of Crusta #F7844D
RGB
CMYK
RGB Variations
Color information
#F7844D (or 0xF7844D) is known color: Crusta. HEX triplet: F7, 84 and 4D. RGB value is (247,132,77). Sum of RGB (Red+Green+Blue) = 247+132+77=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7844D is #087BB2. Grayscale: #A0A0A0. Windows color (decimal): -555955 or 5080311. OLE color: 5080311.
HSL color Cylindrical-coordinate representation of color #F7844D: hue angle of 19.41º 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 #F7844D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.03 |
| HSL | 19.41º | 0.91% | 0.64% | - |
| HSV(B) | 19.41º | 0.69% | 0.97% | - |
| XYZ | 47.95 | 36.81 | 11.6 | - |
| YUV | 160.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 77 | 0 | 0.47 | 0.69 | 0.03 | 19.41 | 0.91 | 0.64 |
| Hex | F7 | 84 | 4D | 0 | 2F | 45 | 3 | 13 | 5B | 40 |
| Octal | 367 | 204 | 115 | 0 | 57 | 105 | 3 | 23 | 133 | 100 |
| Binary | 11110111 | 10000100 | 1001101 | 0 | 101111 | 1000101 | 11 | 10011 | 1011011 | 1000000 |
Color Harmonies of #F7844D
Complementary color
Monochromatic Colors of #F7844D
Black with #F7844D
Text Example
Text Example
White with #F7844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7844D; }
p { color: rgb(247,132,77); }
H1.HeaderClassName
{
color: #F7844D;
}
.AnyTagClassName
{
color: #F7844D;
}
</style>
background-color css
<style>
a { background-color: #F7844D; }
a { background-color: rgb(247,132,77); }
div.DivClassName
{
background-color: #F7844D;
}
.BgClassName
{
background-color: #F7844D;
}
</style>
border-color css
<style>
span { border-color: #F7844D; }
span { border-color: rgb(247,132,77); }
td.TdClassName
{
border-color: #F7844D;
}
.TagClassName
{
border-color: #F7844D;
}
</style>