Shades of Crusta #F7845C
Tints of Crusta #F7845C
RGB
CMYK
RGB Variations
Color information
#F7845C (or 0xF7845C) is known color: Crusta. HEX triplet: F7, 84 and 5C. RGB value is (247,132,92). Sum of RGB (Red+Green+Blue) = 247+132+92=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7845C is #087BA3. Grayscale: #A2A2A2. Windows color (decimal): -555940 or 6063351. OLE color: 6063351.
HSL color Cylindrical-coordinate representation of color #F7845C: hue angle of 15.48º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7845C is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 92 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.03 |
| HSL | 15.48º | 0.91% | 0.66% | - |
| HSV(B) | 15.48º | 0.63% | 0.97% | - |
| XYZ | 48.54 | 37.05 | 14.72 | - |
| YUV | 161.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 92 | 0 | 0.47 | 0.63 | 0.03 | 15.48 | 0.91 | 0.66 |
| Hex | F7 | 84 | 5C | 0 | 2F | 3F | 3 | F | 5B | 42 |
| Octal | 367 | 204 | 134 | 0 | 57 | 77 | 3 | 17 | 133 | 102 |
| Binary | 11110111 | 10000100 | 1011100 | 0 | 101111 | 111111 | 11 | 1111 | 1011011 | 1000010 |
Color Harmonies of #F7845C
Complementary color
Monochromatic Colors of #F7845C
Black with #F7845C
Text Example
Text Example
White with #F7845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7845C; }
p { color: rgb(247,132,92); }
H1.HeaderClassName
{
color: #F7845C;
}
.AnyTagClassName
{
color: #F7845C;
}
</style>
background-color css
<style>
a { background-color: #F7845C; }
a { background-color: rgb(247,132,92); }
div.DivClassName
{
background-color: #F7845C;
}
.BgClassName
{
background-color: #F7845C;
}
</style>
border-color css
<style>
span { border-color: #F7845C; }
span { border-color: rgb(247,132,92); }
td.TdClassName
{
border-color: #F7845C;
}
.TagClassName
{
border-color: #F7845C;
}
</style>