Shades of Crusta #F68160
Tints of Crusta #F68160
RGB
CMYK
RGB Variations
Color information
#F68160 (or 0xF68160) is known color: Crusta. HEX triplet: F6, 81 and 60. RGB value is (246,129,96). Sum of RGB (Red+Green+Blue) = 246+129+96=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F68160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68160 is #097E9F. Grayscale: #A0A0A0. Windows color (decimal): -622240 or 6324726. OLE color: 6324726.
HSL color Cylindrical-coordinate representation of color #F68160: hue angle of 13.2º 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 #F68160 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 96 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.04 |
| HSL | 13.2º | 0.89% | 0.67% | - |
| HSV(B) | 13.2º | 0.61% | 0.96% | - |
| XYZ | 47.97 | 36.14 | 15.51 | - |
| YUV | 160.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 96 | 0 | 0.48 | 0.61 | 0.04 | 13.2 | 0.89 | 0.67 |
| Hex | F6 | 81 | 60 | 0 | 30 | 3D | 4 | D | 59 | 43 |
| Octal | 366 | 201 | 140 | 0 | 60 | 75 | 4 | 15 | 131 | 103 |
| Binary | 11110110 | 10000001 | 1100000 | 0 | 110000 | 111101 | 100 | 1101 | 1011001 | 1000011 |
Color Harmonies of #F68160
Complementary color
Monochromatic Colors of #F68160
Black with #F68160
Text Example
Text Example
White with #F68160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68160; }
p { color: rgb(246,129,96); }
H1.HeaderClassName
{
color: #F68160;
}
.AnyTagClassName
{
color: #F68160;
}
</style>
background-color css
<style>
a { background-color: #F68160; }
a { background-color: rgb(246,129,96); }
div.DivClassName
{
background-color: #F68160;
}
.BgClassName
{
background-color: #F68160;
}
</style>
border-color css
<style>
span { border-color: #F68160; }
span { border-color: rgb(246,129,96); }
td.TdClassName
{
border-color: #F68160;
}
.TagClassName
{
border-color: #F68160;
}
</style>