Shades of Crusta #F6854C
Tints of Crusta #F6854C
RGB
CMYK
RGB Variations
Color information
#F6854C (or 0xF6854C) is known color: Crusta. HEX triplet: F6, 85 and 4C. RGB value is (246,133,76). Sum of RGB (Red+Green+Blue) = 246+133+76=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F6854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6854C is #097AB3. Grayscale: #A0A0A0. Windows color (decimal): -621236 or 5015030. OLE color: 5015030.
HSL color Cylindrical-coordinate representation of color #F6854C: hue angle of 20.12º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6854C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.04 |
| HSL | 20.12º | 0.9% | 0.63% | - |
| HSV(B) | 20.12º | 0.69% | 0.96% | - |
| XYZ | 47.7 | 36.89 | 11.44 | - |
| YUV | 160.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 76 | 0 | 0.46 | 0.69 | 0.04 | 20.12 | 0.9 | 0.63 |
| Hex | F6 | 85 | 4C | 0 | 2E | 45 | 4 | 14 | 5A | 3F |
| Octal | 366 | 205 | 114 | 0 | 56 | 105 | 4 | 24 | 132 | 77 |
| Binary | 11110110 | 10000101 | 1001100 | 0 | 101110 | 1000101 | 100 | 10100 | 1011010 | 111111 |
Color Harmonies of #F6854C
Complementary color
Monochromatic Colors of #F6854C
Black with #F6854C
Text Example
Text Example
White with #F6854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6854C; }
p { color: rgb(246,133,76); }
H1.HeaderClassName
{
color: #F6854C;
}
.AnyTagClassName
{
color: #F6854C;
}
</style>
background-color css
<style>
a { background-color: #F6854C; }
a { background-color: rgb(246,133,76); }
div.DivClassName
{
background-color: #F6854C;
}
.BgClassName
{
background-color: #F6854C;
}
</style>
border-color css
<style>
span { border-color: #F6854C; }
span { border-color: rgb(246,133,76); }
td.TdClassName
{
border-color: #F6854C;
}
.TagClassName
{
border-color: #F6854C;
}
</style>