Shades of Crusta #F67E5C
Tints of Crusta #F67E5C
RGB
CMYK
RGB Variations
Color information
#F67E5C (or 0xF67E5C) is known color: Crusta. HEX triplet: F6, 7E and 5C. RGB value is (246,126,92). Sum of RGB (Red+Green+Blue) = 246+126+92=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E5C is #0981A3. Grayscale: #9E9E9E. Windows color (decimal): -623012 or 6061814. OLE color: 6061814.
HSL color Cylindrical-coordinate representation of color #F67E5C: hue angle of 13.25º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F67E5C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 92 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.04 |
| HSL | 13.25º | 0.9% | 0.66% | - |
| HSV(B) | 13.25º | 0.63% | 0.96% | - |
| XYZ | 47.4 | 35.29 | 14.44 | - |
| YUV | 158 | 90.76 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 92 | 0 | 0.49 | 0.63 | 0.04 | 13.25 | 0.9 | 0.66 |
| Hex | F6 | 7E | 5C | 0 | 31 | 3F | 4 | D | 5A | 42 |
| Octal | 366 | 176 | 134 | 0 | 61 | 77 | 4 | 15 | 132 | 102 |
| Binary | 11110110 | 1111110 | 1011100 | 0 | 110001 | 111111 | 100 | 1101 | 1011010 | 1000010 |
Color Harmonies of #F67E5C
Complementary color
Monochromatic Colors of #F67E5C
Black with #F67E5C
Text Example
Text Example
White with #F67E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E5C; }
p { color: rgb(246,126,92); }
H1.HeaderClassName
{
color: #F67E5C;
}
.AnyTagClassName
{
color: #F67E5C;
}
</style>
background-color css
<style>
a { background-color: #F67E5C; }
a { background-color: rgb(246,126,92); }
div.DivClassName
{
background-color: #F67E5C;
}
.BgClassName
{
background-color: #F67E5C;
}
</style>
border-color css
<style>
span { border-color: #F67E5C; }
span { border-color: rgb(246,126,92); }
td.TdClassName
{
border-color: #F67E5C;
}
.TagClassName
{
border-color: #F67E5C;
}
</style>