Shades of Crusta #F68451
Tints of Crusta #F68451
RGB
CMYK
RGB Variations
Color information
#F68451 (or 0xF68451) is known color: Crusta. HEX triplet: F6, 84 and 51. RGB value is (246,132,81). Sum of RGB (Red+Green+Blue) = 246+132+81=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F68451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68451 is #097BAE. Grayscale: #A0A0A0. Windows color (decimal): -621487 or 5342454. OLE color: 5342454.
HSL color Cylindrical-coordinate representation of color #F68451: hue angle of 18.55º 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 #F68451 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 81 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.04 |
| HSL | 18.55º | 0.9% | 0.64% | - |
| HSV(B) | 18.55º | 0.67% | 0.96% | - |
| XYZ | 47.74 | 36.69 | 12.35 | - |
| YUV | 160.27 | 83.27 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 81 | 0 | 0.46 | 0.67 | 0.04 | 18.55 | 0.9 | 0.64 |
| Hex | F6 | 84 | 51 | 0 | 2E | 43 | 4 | 13 | 5A | 40 |
| Octal | 366 | 204 | 121 | 0 | 56 | 103 | 4 | 23 | 132 | 100 |
| Binary | 11110110 | 10000100 | 1010001 | 0 | 101110 | 1000011 | 100 | 10011 | 1011010 | 1000000 |
Color Harmonies of #F68451
Complementary color
Monochromatic Colors of #F68451
Black with #F68451
Text Example
Text Example
White with #F68451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68451; }
p { color: rgb(246,132,81); }
H1.HeaderClassName
{
color: #F68451;
}
.AnyTagClassName
{
color: #F68451;
}
</style>
background-color css
<style>
a { background-color: #F68451; }
a { background-color: rgb(246,132,81); }
div.DivClassName
{
background-color: #F68451;
}
.BgClassName
{
background-color: #F68451;
}
</style>
border-color css
<style>
span { border-color: #F68451; }
span { border-color: rgb(246,132,81); }
td.TdClassName
{
border-color: #F68451;
}
.TagClassName
{
border-color: #F68451;
}
</style>