Shades of Crusta #F67E5E
Tints of Crusta #F67E5E
RGB
CMYK
RGB Variations
Color information
#F67E5E (or 0xF67E5E) is known color: Crusta. HEX triplet: F6, 7E and 5E. RGB value is (246,126,94). Sum of RGB (Red+Green+Blue) = 246+126+94=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E5E is #0981A1. Grayscale: #9E9E9E. Windows color (decimal): -623010 or 6192886. OLE color: 6192886.
HSL color Cylindrical-coordinate representation of color #F67E5E: hue angle of 12.63º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F67E5E is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 94 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 12.63º | 0.89% | 0.67% | - |
| HSV(B) | 12.63º | 0.62% | 0.96% | - |
| XYZ | 47.49 | 35.32 | 14.9 | - |
| YUV | 158.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 94 | 0 | 0.49 | 0.62 | 0.04 | 12.63 | 0.89 | 0.67 |
| Hex | F6 | 7E | 5E | 0 | 31 | 3E | 4 | D | 59 | 43 |
| Octal | 366 | 176 | 136 | 0 | 61 | 76 | 4 | 15 | 131 | 103 |
| Binary | 11110110 | 1111110 | 1011110 | 0 | 110001 | 111110 | 100 | 1101 | 1011001 | 1000011 |
Color Harmonies of #F67E5E
Complementary color
Monochromatic Colors of #F67E5E
Black with #F67E5E
Text Example
Text Example
White with #F67E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E5E; }
p { color: rgb(246,126,94); }
H1.HeaderClassName
{
color: #F67E5E;
}
.AnyTagClassName
{
color: #F67E5E;
}
</style>
background-color css
<style>
a { background-color: #F67E5E; }
a { background-color: rgb(246,126,94); }
div.DivClassName
{
background-color: #F67E5E;
}
.BgClassName
{
background-color: #F67E5E;
}
</style>
border-color css
<style>
span { border-color: #F67E5E; }
span { border-color: rgb(246,126,94); }
td.TdClassName
{
border-color: #F67E5E;
}
.TagClassName
{
border-color: #F67E5E;
}
</style>