Shades of Crusta #F68851
Tints of Crusta #F68851
RGB
CMYK
RGB Variations
Color information
#F68851 (or 0xF68851) is known color: Crusta. HEX triplet: F6, 88 and 51. RGB value is (246,136,81). Sum of RGB (Red+Green+Blue) = 246+136+81=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F68851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68851 is #0977AE. Grayscale: #A2A2A2. Windows color (decimal): -620463 or 5343478. OLE color: 5343478.
HSL color Cylindrical-coordinate representation of color #F68851: hue angle of 20º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F68851 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 81 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.04 |
| HSL | 20º | 0.9% | 0.64% | - |
| HSV(B) | 20º | 0.67% | 0.96% | - |
| XYZ | 48.3 | 37.8 | 12.53 | - |
| YUV | 162.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 81 | 0 | 0.45 | 0.67 | 0.04 | 20 | 0.9 | 0.64 |
| Hex | F6 | 88 | 51 | 0 | 2D | 43 | 4 | 14 | 5A | 40 |
| Octal | 366 | 210 | 121 | 0 | 55 | 103 | 4 | 24 | 132 | 100 |
| Binary | 11110110 | 10001000 | 1010001 | 0 | 101101 | 1000011 | 100 | 10100 | 1011010 | 1000000 |
Color Harmonies of #F68851
Complementary color
Monochromatic Colors of #F68851
Black with #F68851
Text Example
Text Example
White with #F68851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68851; }
p { color: rgb(246,136,81); }
H1.HeaderClassName
{
color: #F68851;
}
.AnyTagClassName
{
color: #F68851;
}
</style>
background-color css
<style>
a { background-color: #F68851; }
a { background-color: rgb(246,136,81); }
div.DivClassName
{
background-color: #F68851;
}
.BgClassName
{
background-color: #F68851;
}
</style>
border-color css
<style>
span { border-color: #F68851; }
span { border-color: rgb(246,136,81); }
td.TdClassName
{
border-color: #F68851;
}
.TagClassName
{
border-color: #F68851;
}
</style>