Shades of Crusta #F67E56
Tints of Crusta #F67E56
RGB
CMYK
RGB Variations
Color information
#F67E56 (or 0xF67E56) is known color: Crusta. HEX triplet: F6, 7E and 56. RGB value is (246,126,86). Sum of RGB (Red+Green+Blue) = 246+126+86=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E56 is #0981A9. Grayscale: #9D9D9D. Windows color (decimal): -623018 or 5668598. OLE color: 5668598.
HSL color Cylindrical-coordinate representation of color #F67E56: hue angle of 15º 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 #F67E56 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 86 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.04 |
| HSL | 15º | 0.9% | 0.65% | - |
| HSV(B) | 15º | 0.65% | 0.96% | - |
| XYZ | 47.15 | 35.19 | 13.11 | - |
| YUV | 157.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 86 | 0 | 0.49 | 0.65 | 0.04 | 15 | 0.9 | 0.65 |
| Hex | F6 | 7E | 56 | 0 | 31 | 41 | 4 | F | 5A | 41 |
| Octal | 366 | 176 | 126 | 0 | 61 | 101 | 4 | 17 | 132 | 101 |
| Binary | 11110110 | 1111110 | 1010110 | 0 | 110001 | 1000001 | 100 | 1111 | 1011010 | 1000001 |
Color Harmonies of #F67E56
Complementary color
Monochromatic Colors of #F67E56
Black with #F67E56
Text Example
Text Example
White with #F67E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E56; }
p { color: rgb(246,126,86); }
H1.HeaderClassName
{
color: #F67E56;
}
.AnyTagClassName
{
color: #F67E56;
}
</style>
background-color css
<style>
a { background-color: #F67E56; }
a { background-color: rgb(246,126,86); }
div.DivClassName
{
background-color: #F67E56;
}
.BgClassName
{
background-color: #F67E56;
}
</style>
border-color css
<style>
span { border-color: #F67E56; }
span { border-color: rgb(246,126,86); }
td.TdClassName
{
border-color: #F67E56;
}
.TagClassName
{
border-color: #F67E56;
}
</style>