Shades of Crusta #F67F5E
Tints of Crusta #F67F5E
RGB
CMYK
RGB Variations
Color information
#F67F5E (or 0xF67F5E) is known color: Crusta. HEX triplet: F6, 7F and 5E. RGB value is (246,127,94). Sum of RGB (Red+Green+Blue) = 246+127+94=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67F5E is #0980A1. Grayscale: #9F9F9F. Windows color (decimal): -622754 or 6193142. OLE color: 6193142.
HSL color Cylindrical-coordinate representation of color #F67F5E: hue angle of 13.03º 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 #F67F5E is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 94 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.04 |
| HSL | 13.03º | 0.89% | 0.67% | - |
| HSV(B) | 13.03º | 0.62% | 0.96% | - |
| XYZ | 47.62 | 35.58 | 14.95 | - |
| YUV | 158.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 94 | 0 | 0.48 | 0.62 | 0.04 | 13.03 | 0.89 | 0.67 |
| Hex | F6 | 7F | 5E | 0 | 30 | 3E | 4 | D | 59 | 43 |
| Octal | 366 | 177 | 136 | 0 | 60 | 76 | 4 | 15 | 131 | 103 |
| Binary | 11110110 | 1111111 | 1011110 | 0 | 110000 | 111110 | 100 | 1101 | 1011001 | 1000011 |
Color Harmonies of #F67F5E
Complementary color
Monochromatic Colors of #F67F5E
Black with #F67F5E
Text Example
Text Example
White with #F67F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67F5E; }
p { color: rgb(246,127,94); }
H1.HeaderClassName
{
color: #F67F5E;
}
.AnyTagClassName
{
color: #F67F5E;
}
</style>
background-color css
<style>
a { background-color: #F67F5E; }
a { background-color: rgb(246,127,94); }
div.DivClassName
{
background-color: #F67F5E;
}
.BgClassName
{
background-color: #F67F5E;
}
</style>
border-color css
<style>
span { border-color: #F67F5E; }
span { border-color: rgb(246,127,94); }
td.TdClassName
{
border-color: #F67F5E;
}
.TagClassName
{
border-color: #F67F5E;
}
</style>