Shades of Crusta #F68C60
Tints of Crusta #F68C60
RGB
CMYK
RGB Variations
Color information
#F68C60 (or 0xF68C60) is known color: Crusta. HEX triplet: F6, 8C and 60. RGB value is (246,140,96). Sum of RGB (Red+Green+Blue) = 246+140+96=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C60 is #09739F. Grayscale: #A6A6A6. Windows color (decimal): -619424 or 6327542. OLE color: 6327542.
HSL color Cylindrical-coordinate representation of color #F68C60: hue angle of 17.6º 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 #F68C60 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 96 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.04 |
| HSL | 17.6º | 0.89% | 0.67% | - |
| HSV(B) | 17.6º | 0.61% | 0.96% | - |
| XYZ | 49.5 | 39.19 | 16.02 | - |
| YUV | 166.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 96 | 0 | 0.43 | 0.61 | 0.04 | 17.6 | 0.89 | 0.67 |
| Hex | F6 | 8C | 60 | 0 | 2B | 3D | 4 | 12 | 59 | 43 |
| Octal | 366 | 214 | 140 | 0 | 53 | 75 | 4 | 22 | 131 | 103 |
| Binary | 11110110 | 10001100 | 1100000 | 0 | 101011 | 111101 | 100 | 10010 | 1011001 | 1000011 |
Color Harmonies of #F68C60
Complementary color
Monochromatic Colors of #F68C60
Black with #F68C60
Text Example
Text Example
White with #F68C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C60; }
p { color: rgb(246,140,96); }
H1.HeaderClassName
{
color: #F68C60;
}
.AnyTagClassName
{
color: #F68C60;
}
</style>
background-color css
<style>
a { background-color: #F68C60; }
a { background-color: rgb(246,140,96); }
div.DivClassName
{
background-color: #F68C60;
}
.BgClassName
{
background-color: #F68C60;
}
</style>
border-color css
<style>
span { border-color: #F68C60; }
span { border-color: rgb(246,140,96); }
td.TdClassName
{
border-color: #F68C60;
}
.TagClassName
{
border-color: #F68C60;
}
</style>