Shades of Crusta #F68D61
Tints of Crusta #F68D61
RGB
CMYK
RGB Variations
Color information
#F68D61 (or 0xF68D61) is known color: Crusta. HEX triplet: F6, 8D and 61. RGB value is (246,141,97). Sum of RGB (Red+Green+Blue) = 246+141+97=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D61 is #09729E. Grayscale: #A7A7A7. Windows color (decimal): -619167 or 6393334. OLE color: 6393334.
HSL color Cylindrical-coordinate representation of color #F68D61: hue angle of 17.72º 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 #F68D61 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 97 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.04 |
| HSL | 17.72º | 0.89% | 0.67% | - |
| HSV(B) | 17.72º | 0.61% | 0.96% | - |
| XYZ | 49.69 | 39.51 | 16.32 | - |
| YUV | 167.38 | 88.29 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 97 | 0 | 0.43 | 0.61 | 0.04 | 17.72 | 0.89 | 0.67 |
| Hex | F6 | 8D | 61 | 0 | 2B | 3D | 4 | 12 | 59 | 43 |
| Octal | 366 | 215 | 141 | 0 | 53 | 75 | 4 | 22 | 131 | 103 |
| Binary | 11110110 | 10001101 | 1100001 | 0 | 101011 | 111101 | 100 | 10010 | 1011001 | 1000011 |
Color Harmonies of #F68D61
Complementary color
Monochromatic Colors of #F68D61
Black with #F68D61
Text Example
Text Example
White with #F68D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D61; }
p { color: rgb(246,141,97); }
H1.HeaderClassName
{
color: #F68D61;
}
.AnyTagClassName
{
color: #F68D61;
}
</style>
background-color css
<style>
a { background-color: #F68D61; }
a { background-color: rgb(246,141,97); }
div.DivClassName
{
background-color: #F68D61;
}
.BgClassName
{
background-color: #F68D61;
}
</style>
border-color css
<style>
span { border-color: #F68D61; }
span { border-color: rgb(246,141,97); }
td.TdClassName
{
border-color: #F68D61;
}
.TagClassName
{
border-color: #F68D61;
}
</style>