Shades of Crusta #F6855C
Tints of Crusta #F6855C
RGB
CMYK
RGB Variations
Color information
#F6855C (or 0xF6855C) is known color: Crusta. HEX triplet: F6, 85 and 5C. RGB value is (246,133,92). Sum of RGB (Red+Green+Blue) = 246+133+92=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6855C is #097AA3. Grayscale: #A2A2A2. Windows color (decimal): -621220 or 6063606. OLE color: 6063606.
HSL color Cylindrical-coordinate representation of color #F6855C: hue angle of 15.97º 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 #F6855C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 92 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.04 |
| HSL | 15.97º | 0.9% | 0.66% | - |
| HSV(B) | 15.97º | 0.63% | 0.96% | - |
| XYZ | 48.33 | 37.14 | 14.75 | - |
| YUV | 162.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 92 | 0 | 0.46 | 0.63 | 0.04 | 15.97 | 0.9 | 0.66 |
| Hex | F6 | 85 | 5C | 0 | 2E | 3F | 4 | 10 | 5A | 42 |
| Octal | 366 | 205 | 134 | 0 | 56 | 77 | 4 | 20 | 132 | 102 |
| Binary | 11110110 | 10000101 | 1011100 | 0 | 101110 | 111111 | 100 | 10000 | 1011010 | 1000010 |
Color Harmonies of #F6855C
Complementary color
Monochromatic Colors of #F6855C
Black with #F6855C
Text Example
Text Example
White with #F6855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6855C; }
p { color: rgb(246,133,92); }
H1.HeaderClassName
{
color: #F6855C;
}
.AnyTagClassName
{
color: #F6855C;
}
</style>
background-color css
<style>
a { background-color: #F6855C; }
a { background-color: rgb(246,133,92); }
div.DivClassName
{
background-color: #F6855C;
}
.BgClassName
{
background-color: #F6855C;
}
</style>
border-color css
<style>
span { border-color: #F6855C; }
span { border-color: rgb(246,133,92); }
td.TdClassName
{
border-color: #F6855C;
}
.TagClassName
{
border-color: #F6855C;
}
</style>