Shades of Crusta #F6845C
Tints of Crusta #F6845C
RGB
CMYK
RGB Variations
Color information
#F6845C (or 0xF6845C) is known color: Crusta. HEX triplet: F6, 84 and 5C. RGB value is (246,132,92). Sum of RGB (Red+Green+Blue) = 246+132+92=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6845C is #097BA3. Grayscale: #A1A1A1. Windows color (decimal): -621476 or 6063350. OLE color: 6063350.
HSL color Cylindrical-coordinate representation of color #F6845C: hue angle of 15.58º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6845C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 92 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.04 |
| HSL | 15.58º | 0.9% | 0.66% | - |
| HSV(B) | 15.58º | 0.63% | 0.96% | - |
| XYZ | 48.19 | 36.87 | 14.7 | - |
| YUV | 161.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 92 | 0 | 0.46 | 0.63 | 0.04 | 15.58 | 0.9 | 0.66 |
| Hex | F6 | 84 | 5C | 0 | 2E | 3F | 4 | 10 | 5A | 42 |
| Octal | 366 | 204 | 134 | 0 | 56 | 77 | 4 | 20 | 132 | 102 |
| Binary | 11110110 | 10000100 | 1011100 | 0 | 101110 | 111111 | 100 | 10000 | 1011010 | 1000010 |
Color Harmonies of #F6845C
Complementary color
Monochromatic Colors of #F6845C
Black with #F6845C
Text Example
Text Example
White with #F6845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6845C; }
p { color: rgb(246,132,92); }
H1.HeaderClassName
{
color: #F6845C;
}
.AnyTagClassName
{
color: #F6845C;
}
</style>
background-color css
<style>
a { background-color: #F6845C; }
a { background-color: rgb(246,132,92); }
div.DivClassName
{
background-color: #F6845C;
}
.BgClassName
{
background-color: #F6845C;
}
</style>
border-color css
<style>
span { border-color: #F6845C; }
span { border-color: rgb(246,132,92); }
td.TdClassName
{
border-color: #F6845C;
}
.TagClassName
{
border-color: #F6845C;
}
</style>