Shades of Crusta #F68856
Tints of Crusta #F68856
RGB
CMYK
RGB Variations
Color information
#F68856 (or 0xF68856) is known color: Crusta. HEX triplet: F6, 88 and 56. RGB value is (246,136,86). Sum of RGB (Red+Green+Blue) = 246+136+86=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F68856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68856 is #0977A9. Grayscale: #A3A3A3. Windows color (decimal): -620458 or 5671158. OLE color: 5671158.
HSL color Cylindrical-coordinate representation of color #F68856: hue angle of 18.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F68856 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 86 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.04 |
| HSL | 18.75º | 0.9% | 0.65% | - |
| HSV(B) | 18.75º | 0.65% | 0.96% | - |
| XYZ | 48.49 | 37.87 | 13.56 | - |
| YUV | 163.19 | 84.44 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 86 | 0 | 0.45 | 0.65 | 0.04 | 18.75 | 0.9 | 0.65 |
| Hex | F6 | 88 | 56 | 0 | 2D | 41 | 4 | 13 | 5A | 41 |
| Octal | 366 | 210 | 126 | 0 | 55 | 101 | 4 | 23 | 132 | 101 |
| Binary | 11110110 | 10001000 | 1010110 | 0 | 101101 | 1000001 | 100 | 10011 | 1011010 | 1000001 |
Color Harmonies of #F68856
Complementary color
Monochromatic Colors of #F68856
Black with #F68856
Text Example
Text Example
White with #F68856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68856; }
p { color: rgb(246,136,86); }
H1.HeaderClassName
{
color: #F68856;
}
.AnyTagClassName
{
color: #F68856;
}
</style>
background-color css
<style>
a { background-color: #F68856; }
a { background-color: rgb(246,136,86); }
div.DivClassName
{
background-color: #F68856;
}
.BgClassName
{
background-color: #F68856;
}
</style>
border-color css
<style>
span { border-color: #F68856; }
span { border-color: rgb(246,136,86); }
td.TdClassName
{
border-color: #F68856;
}
.TagClassName
{
border-color: #F68856;
}
</style>