Shades of Crusta #F68764
Tints of Crusta #F68764
RGB
CMYK
RGB Variations
Color information
#F68764 (or 0xF68764) is known color: Crusta. HEX triplet: F6, 87 and 64. RGB value is (246,135,100). Sum of RGB (Red+Green+Blue) = 246+135+100=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68764 is #09789B. Grayscale: #A4A4A4. Windows color (decimal): -620700 or 6588406. OLE color: 6588406.
HSL color Cylindrical-coordinate representation of color #F68764: hue angle of 14.38º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68764 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 100 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.04 |
| HSL | 14.38º | 0.89% | 0.68% | - |
| HSV(B) | 14.38º | 0.59% | 0.96% | - |
| XYZ | 48.97 | 37.84 | 16.78 | - |
| YUV | 164.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 100 | 0 | 0.45 | 0.59 | 0.04 | 14.38 | 0.89 | 0.68 |
| Hex | F6 | 87 | 64 | 0 | 2D | 3B | 4 | E | 59 | 44 |
| Octal | 366 | 207 | 144 | 0 | 55 | 73 | 4 | 16 | 131 | 104 |
| Binary | 11110110 | 10000111 | 1100100 | 0 | 101101 | 111011 | 100 | 1110 | 1011001 | 1000100 |
Color Harmonies of #F68764
Complementary color
Monochromatic Colors of #F68764
Black with #F68764
Text Example
Text Example
White with #F68764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68764; }
p { color: rgb(246,135,100); }
H1.HeaderClassName
{
color: #F68764;
}
.AnyTagClassName
{
color: #F68764;
}
</style>
background-color css
<style>
a { background-color: #F68764; }
a { background-color: rgb(246,135,100); }
div.DivClassName
{
background-color: #F68764;
}
.BgClassName
{
background-color: #F68764;
}
</style>
border-color css
<style>
span { border-color: #F68764; }
span { border-color: rgb(246,135,100); }
td.TdClassName
{
border-color: #F68764;
}
.TagClassName
{
border-color: #F68764;
}
</style>