Shades of Crusta #F68E60
Tints of Crusta #F68E60
RGB
CMYK
RGB Variations
Color information
#F68E60 (or 0xF68E60) is known color: Crusta. HEX triplet: F6, 8E and 60. RGB value is (246,142,96). Sum of RGB (Red+Green+Blue) = 246+142+96=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E60 is #09719F. Grayscale: #A8A8A8. Windows color (decimal): -618912 or 6328054. OLE color: 6328054.
HSL color Cylindrical-coordinate representation of color #F68E60: hue angle of 18.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 #F68E60 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 96 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.04 |
| HSL | 18.4º | 0.89% | 0.67% | - |
| HSV(B) | 18.4º | 0.61% | 0.96% | - |
| XYZ | 49.79 | 39.78 | 16.12 | - |
| YUV | 167.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 96 | 0 | 0.42 | 0.61 | 0.04 | 18.4 | 0.89 | 0.67 |
| Hex | F6 | 8E | 60 | 0 | 2A | 3D | 4 | 12 | 59 | 43 |
| Octal | 366 | 216 | 140 | 0 | 52 | 75 | 4 | 22 | 131 | 103 |
| Binary | 11110110 | 10001110 | 1100000 | 0 | 101010 | 111101 | 100 | 10010 | 1011001 | 1000011 |
Color Harmonies of #F68E60
Complementary color
Monochromatic Colors of #F68E60
Black with #F68E60
Text Example
Text Example
White with #F68E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E60; }
p { color: rgb(246,142,96); }
H1.HeaderClassName
{
color: #F68E60;
}
.AnyTagClassName
{
color: #F68E60;
}
</style>
background-color css
<style>
a { background-color: #F68E60; }
a { background-color: rgb(246,142,96); }
div.DivClassName
{
background-color: #F68E60;
}
.BgClassName
{
background-color: #F68E60;
}
</style>
border-color css
<style>
span { border-color: #F68E60; }
span { border-color: rgb(246,142,96); }
td.TdClassName
{
border-color: #F68E60;
}
.TagClassName
{
border-color: #F68E60;
}
</style>