Shades of Crusta #F67E5D
Tints of Crusta #F67E5D
RGB
CMYK
RGB Variations
Color information
#F67E5D (or 0xF67E5D) is known color: Crusta. HEX triplet: F6, 7E and 5D. RGB value is (246,126,93). Sum of RGB (Red+Green+Blue) = 246+126+93=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E5D is #0981A2. Grayscale: #9E9E9E. Windows color (decimal): -623011 or 6127350. OLE color: 6127350.
HSL color Cylindrical-coordinate representation of color #F67E5D: hue angle of 12.94º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F67E5D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 93 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 12.94º | 0.89% | 0.66% | - |
| HSV(B) | 12.94º | 0.62% | 0.96% | - |
| XYZ | 47.44 | 35.3 | 14.67 | - |
| YUV | 158.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 93 | 0 | 0.49 | 0.62 | 0.04 | 12.94 | 0.89 | 0.66 |
| Hex | F6 | 7E | 5D | 0 | 31 | 3E | 4 | D | 59 | 42 |
| Octal | 366 | 176 | 135 | 0 | 61 | 76 | 4 | 15 | 131 | 102 |
| Binary | 11110110 | 1111110 | 1011101 | 0 | 110001 | 111110 | 100 | 1101 | 1011001 | 1000010 |
Color Harmonies of #F67E5D
Complementary color
Monochromatic Colors of #F67E5D
Black with #F67E5D
Text Example
Text Example
White with #F67E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67E5D; }
p { color: rgb(246,126,93); }
H1.HeaderClassName
{
color: #F67E5D;
}
.AnyTagClassName
{
color: #F67E5D;
}
</style>
background-color css
<style>
a { background-color: #F67E5D; }
a { background-color: rgb(246,126,93); }
div.DivClassName
{
background-color: #F67E5D;
}
.BgClassName
{
background-color: #F67E5D;
}
</style>
border-color css
<style>
span { border-color: #F67E5D; }
span { border-color: rgb(246,126,93); }
td.TdClassName
{
border-color: #F67E5D;
}
.TagClassName
{
border-color: #F67E5D;
}
</style>