Shades of Crusta #F68361
Tints of Crusta #F68361
RGB
CMYK
RGB Variations
Color information
#F68361 (or 0xF68361) is known color: Crusta. HEX triplet: F6, 83 and 61. RGB value is (246,131,97). Sum of RGB (Red+Green+Blue) = 246+131+97=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F68361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68361 is #097C9E. Grayscale: #A1A1A1. Windows color (decimal): -621727 or 6390774. OLE color: 6390774.
HSL color Cylindrical-coordinate representation of color #F68361: hue angle of 13.69º 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 #F68361 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 97 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.04 |
| HSL | 13.69º | 0.89% | 0.67% | - |
| HSV(B) | 13.69º | 0.61% | 0.96% | - |
| XYZ | 48.28 | 36.69 | 15.85 | - |
| YUV | 161.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 97 | 0 | 0.47 | 0.61 | 0.04 | 13.69 | 0.89 | 0.67 |
| Hex | F6 | 83 | 61 | 0 | 2F | 3D | 4 | E | 59 | 43 |
| Octal | 366 | 203 | 141 | 0 | 57 | 75 | 4 | 16 | 131 | 103 |
| Binary | 11110110 | 10000011 | 1100001 | 0 | 101111 | 111101 | 100 | 1110 | 1011001 | 1000011 |
Color Harmonies of #F68361
Complementary color
Monochromatic Colors of #F68361
Black with #F68361
Text Example
Text Example
White with #F68361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68361; }
p { color: rgb(246,131,97); }
H1.HeaderClassName
{
color: #F68361;
}
.AnyTagClassName
{
color: #F68361;
}
</style>
background-color css
<style>
a { background-color: #F68361; }
a { background-color: rgb(246,131,97); }
div.DivClassName
{
background-color: #F68361;
}
.BgClassName
{
background-color: #F68361;
}
</style>
border-color css
<style>
span { border-color: #F68361; }
span { border-color: rgb(246,131,97); }
td.TdClassName
{
border-color: #F68361;
}
.TagClassName
{
border-color: #F68361;
}
</style>