Shades of Crusta #F6854F
Tints of Crusta #F6854F
RGB
CMYK
RGB Variations
Color information
#F6854F (or 0xF6854F) is known color: Crusta. HEX triplet: F6, 85 and 4F. RGB value is (246,133,79). Sum of RGB (Red+Green+Blue) = 246+133+79=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6854F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6854F is #097AB0. Grayscale: #A0A0A0. Windows color (decimal): -621233 or 5211638. OLE color: 5211638.
HSL color Cylindrical-coordinate representation of color #F6854F: hue angle of 19.4º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F6854F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 79 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.04 |
| HSL | 19.4º | 0.9% | 0.64% | - |
| HSV(B) | 19.4º | 0.68% | 0.96% | - |
| XYZ | 47.8 | 36.93 | 12.01 | - |
| YUV | 160.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 79 | 0 | 0.46 | 0.68 | 0.04 | 19.4 | 0.9 | 0.64 |
| Hex | F6 | 85 | 4F | 0 | 2E | 44 | 4 | 13 | 5A | 40 |
| Octal | 366 | 205 | 117 | 0 | 56 | 104 | 4 | 23 | 132 | 100 |
| Binary | 11110110 | 10000101 | 1001111 | 0 | 101110 | 1000100 | 100 | 10011 | 1011010 | 1000000 |
Color Harmonies of #F6854F
Complementary color
Monochromatic Colors of #F6854F
Black with #F6854F
Text Example
Text Example
White with #F6854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6854F; }
p { color: rgb(246,133,79); }
H1.HeaderClassName
{
color: #F6854F;
}
.AnyTagClassName
{
color: #F6854F;
}
</style>
background-color css
<style>
a { background-color: #F6854F; }
a { background-color: rgb(246,133,79); }
div.DivClassName
{
background-color: #F6854F;
}
.BgClassName
{
background-color: #F6854F;
}
</style>
border-color css
<style>
span { border-color: #F6854F; }
span { border-color: rgb(246,133,79); }
td.TdClassName
{
border-color: #F6854F;
}
.TagClassName
{
border-color: #F6854F;
}
</style>