Shades of Crusta #F7844B
Tints of Crusta #F7844B
RGB
CMYK
RGB Variations
Color information
#F7844B (or 0xF7844B) is known color: Crusta. HEX triplet: F7, 84 and 4B. RGB value is (247,132,75). Sum of RGB (Red+Green+Blue) = 247+132+75=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7844B is #087BB4. Grayscale: #A0A0A0. Windows color (decimal): -555957 or 4949239. OLE color: 4949239.
HSL color Cylindrical-coordinate representation of color #F7844B: hue angle of 19.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F7844B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 75 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.03 |
| HSL | 19.88º | 0.91% | 0.63% | - |
| HSV(B) | 19.88º | 0.7% | 0.97% | - |
| XYZ | 47.88 | 36.78 | 11.23 | - |
| YUV | 159.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 75 | 0 | 0.47 | 0.70 | 0.03 | 19.88 | 0.91 | 0.63 |
| Hex | F7 | 84 | 4B | 0 | 2F | 46 | 3 | 14 | 5B | 3F |
| Octal | 367 | 204 | 113 | 0 | 57 | 106 | 3 | 24 | 133 | 77 |
| Binary | 11110111 | 10000100 | 1001011 | 0 | 101111 | 1000110 | 11 | 10100 | 1011011 | 111111 |
Color Harmonies of #F7844B
Complementary color
Monochromatic Colors of #F7844B
Black with #F7844B
Text Example
Text Example
White with #F7844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7844B; }
p { color: rgb(247,132,75); }
H1.HeaderClassName
{
color: #F7844B;
}
.AnyTagClassName
{
color: #F7844B;
}
</style>
background-color css
<style>
a { background-color: #F7844B; }
a { background-color: rgb(247,132,75); }
div.DivClassName
{
background-color: #F7844B;
}
.BgClassName
{
background-color: #F7844B;
}
</style>
border-color css
<style>
span { border-color: #F7844B; }
span { border-color: rgb(247,132,75); }
td.TdClassName
{
border-color: #F7844B;
}
.TagClassName
{
border-color: #F7844B;
}
</style>