Shades of Crusta #F68460
Tints of Crusta #F68460
RGB
CMYK
RGB Variations
Color information
#F68460 (or 0xF68460) is known color: Crusta. HEX triplet: F6, 84 and 60. RGB value is (246,132,96). Sum of RGB (Red+Green+Blue) = 246+132+96=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F68460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68460 is #097B9F. Grayscale: #A2A2A2. Windows color (decimal): -621472 or 6325494. OLE color: 6325494.
HSL color Cylindrical-coordinate representation of color #F68460: hue angle of 14.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F68460 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 96 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.04 |
| HSL | 14.4º | 0.89% | 0.67% | - |
| HSV(B) | 14.4º | 0.61% | 0.96% | - |
| XYZ | 48.37 | 36.94 | 15.65 | - |
| YUV | 161.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 96 | 0 | 0.46 | 0.61 | 0.04 | 14.4 | 0.89 | 0.67 |
| Hex | F6 | 84 | 60 | 0 | 2E | 3D | 4 | E | 59 | 43 |
| Octal | 366 | 204 | 140 | 0 | 56 | 75 | 4 | 16 | 131 | 103 |
| Binary | 11110110 | 10000100 | 1100000 | 0 | 101110 | 111101 | 100 | 1110 | 1011001 | 1000011 |
Color Harmonies of #F68460
Complementary color
Monochromatic Colors of #F68460
Black with #F68460
Text Example
Text Example
White with #F68460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68460; }
p { color: rgb(246,132,96); }
H1.HeaderClassName
{
color: #F68460;
}
.AnyTagClassName
{
color: #F68460;
}
</style>
background-color css
<style>
a { background-color: #F68460; }
a { background-color: rgb(246,132,96); }
div.DivClassName
{
background-color: #F68460;
}
.BgClassName
{
background-color: #F68460;
}
</style>
border-color css
<style>
span { border-color: #F68460; }
span { border-color: rgb(246,132,96); }
td.TdClassName
{
border-color: #F68460;
}
.TagClassName
{
border-color: #F68460;
}
</style>