Shades of Crusta #F6845D
Tints of Crusta #F6845D
RGB
CMYK
RGB Variations
Color information
#F6845D (or 0xF6845D) is known color: Crusta. HEX triplet: F6, 84 and 5D. RGB value is (246,132,93). Sum of RGB (Red+Green+Blue) = 246+132+93=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6845D is #097BA2. Grayscale: #A1A1A1. Windows color (decimal): -621475 or 6128886. OLE color: 6128886.
HSL color Cylindrical-coordinate representation of color #F6845D: hue angle of 15.29º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6845D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.04 |
| HSL | 15.29º | 0.89% | 0.66% | - |
| HSV(B) | 15.29º | 0.62% | 0.96% | - |
| XYZ | 48.23 | 36.89 | 14.93 | - |
| YUV | 161.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 93 | 0 | 0.46 | 0.62 | 0.04 | 15.29 | 0.89 | 0.66 |
| Hex | F6 | 84 | 5D | 0 | 2E | 3E | 4 | F | 59 | 42 |
| Octal | 366 | 204 | 135 | 0 | 56 | 76 | 4 | 17 | 131 | 102 |
| Binary | 11110110 | 10000100 | 1011101 | 0 | 101110 | 111110 | 100 | 1111 | 1011001 | 1000010 |
Color Harmonies of #F6845D
Complementary color
Monochromatic Colors of #F6845D
Black with #F6845D
Text Example
Text Example
White with #F6845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6845D; }
p { color: rgb(246,132,93); }
H1.HeaderClassName
{
color: #F6845D;
}
.AnyTagClassName
{
color: #F6845D;
}
</style>
background-color css
<style>
a { background-color: #F6845D; }
a { background-color: rgb(246,132,93); }
div.DivClassName
{
background-color: #F6845D;
}
.BgClassName
{
background-color: #F6845D;
}
</style>
border-color css
<style>
span { border-color: #F6845D; }
span { border-color: rgb(246,132,93); }
td.TdClassName
{
border-color: #F6845D;
}
.TagClassName
{
border-color: #F6845D;
}
</style>