Shades of Crusta #F68761
Tints of Crusta #F68761
RGB
CMYK
RGB Variations
Color information
#F68761 (or 0xF68761) is known color: Crusta. HEX triplet: F6, 87 and 61. RGB value is (246,135,97). Sum of RGB (Red+Green+Blue) = 246+135+97=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F68761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68761 is #09789E. Grayscale: #A4A4A4. Windows color (decimal): -620703 or 6391798. OLE color: 6391798.
HSL color Cylindrical-coordinate representation of color #F68761: hue angle of 15.3º 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 #F68761 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 97 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.04 |
| HSL | 15.3º | 0.89% | 0.67% | - |
| HSV(B) | 15.3º | 0.61% | 0.96% | - |
| XYZ | 48.83 | 37.78 | 16.03 | - |
| YUV | 163.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 97 | 0 | 0.45 | 0.61 | 0.04 | 15.3 | 0.89 | 0.67 |
| Hex | F6 | 87 | 61 | 0 | 2D | 3D | 4 | F | 59 | 43 |
| Octal | 366 | 207 | 141 | 0 | 55 | 75 | 4 | 17 | 131 | 103 |
| Binary | 11110110 | 10000111 | 1100001 | 0 | 101101 | 111101 | 100 | 1111 | 1011001 | 1000011 |
Color Harmonies of #F68761
Complementary color
Monochromatic Colors of #F68761
Black with #F68761
Text Example
Text Example
White with #F68761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68761; }
p { color: rgb(246,135,97); }
H1.HeaderClassName
{
color: #F68761;
}
.AnyTagClassName
{
color: #F68761;
}
</style>
background-color css
<style>
a { background-color: #F68761; }
a { background-color: rgb(246,135,97); }
div.DivClassName
{
background-color: #F68761;
}
.BgClassName
{
background-color: #F68761;
}
</style>
border-color css
<style>
span { border-color: #F68761; }
span { border-color: rgb(246,135,97); }
td.TdClassName
{
border-color: #F68761;
}
.TagClassName
{
border-color: #F68761;
}
</style>