Shades of Crusta #F68A60
Tints of Crusta #F68A60
RGB
CMYK
RGB Variations
Color information
#F68A60 (or 0xF68A60) is known color: Crusta. HEX triplet: F6, 8A and 60. RGB value is (246,138,96). Sum of RGB (Red+Green+Blue) = 246+138+96=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A60 is #09759F. Grayscale: #A5A5A5. Windows color (decimal): -619936 or 6327030. OLE color: 6327030.
HSL color Cylindrical-coordinate representation of color #F68A60: hue angle of 16.8º 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 #F68A60 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 96 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.04 |
| HSL | 16.8º | 0.89% | 0.67% | - |
| HSV(B) | 16.8º | 0.61% | 0.96% | - |
| XYZ | 49.21 | 38.61 | 15.93 | - |
| YUV | 165.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 96 | 0 | 0.44 | 0.61 | 0.04 | 16.8 | 0.89 | 0.67 |
| Hex | F6 | 8A | 60 | 0 | 2C | 3D | 4 | 11 | 59 | 43 |
| Octal | 366 | 212 | 140 | 0 | 54 | 75 | 4 | 21 | 131 | 103 |
| Binary | 11110110 | 10001010 | 1100000 | 0 | 101100 | 111101 | 100 | 10001 | 1011001 | 1000011 |
Color Harmonies of #F68A60
Complementary color
Monochromatic Colors of #F68A60
Black with #F68A60
Text Example
Text Example
White with #F68A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A60; }
p { color: rgb(246,138,96); }
H1.HeaderClassName
{
color: #F68A60;
}
.AnyTagClassName
{
color: #F68A60;
}
</style>
background-color css
<style>
a { background-color: #F68A60; }
a { background-color: rgb(246,138,96); }
div.DivClassName
{
background-color: #F68A60;
}
.BgClassName
{
background-color: #F68A60;
}
</style>
border-color css
<style>
span { border-color: #F68A60; }
span { border-color: rgb(246,138,96); }
td.TdClassName
{
border-color: #F68A60;
}
.TagClassName
{
border-color: #F68A60;
}
</style>