Shades of Crusta #F68D5E
Tints of Crusta #F68D5E
RGB
CMYK
RGB Variations
Color information
#F68D5E (or 0xF68D5E) is known color: Crusta. HEX triplet: F6, 8D and 5E. RGB value is (246,141,94). Sum of RGB (Red+Green+Blue) = 246+141+94=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D5E is #0972A1. Grayscale: #A7A7A7. Windows color (decimal): -619170 or 6196726. OLE color: 6196726.
HSL color Cylindrical-coordinate representation of color #F68D5E: hue angle of 18.55º 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 #F68D5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 94 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.04 |
| HSL | 18.55º | 0.89% | 0.67% | - |
| HSV(B) | 18.55º | 0.62% | 0.96% | - |
| XYZ | 49.55 | 39.45 | 15.59 | - |
| YUV | 167.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 94 | 0 | 0.43 | 0.62 | 0.04 | 18.55 | 0.89 | 0.67 |
| Hex | F6 | 8D | 5E | 0 | 2B | 3E | 4 | 13 | 59 | 43 |
| Octal | 366 | 215 | 136 | 0 | 53 | 76 | 4 | 23 | 131 | 103 |
| Binary | 11110110 | 10001101 | 1011110 | 0 | 101011 | 111110 | 100 | 10011 | 1011001 | 1000011 |
Color Harmonies of #F68D5E
Complementary color
Monochromatic Colors of #F68D5E
Black with #F68D5E
Text Example
Text Example
White with #F68D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D5E; }
p { color: rgb(246,141,94); }
H1.HeaderClassName
{
color: #F68D5E;
}
.AnyTagClassName
{
color: #F68D5E;
}
</style>
background-color css
<style>
a { background-color: #F68D5E; }
a { background-color: rgb(246,141,94); }
div.DivClassName
{
background-color: #F68D5E;
}
.BgClassName
{
background-color: #F68D5E;
}
</style>
border-color css
<style>
span { border-color: #F68D5E; }
span { border-color: rgb(246,141,94); }
td.TdClassName
{
border-color: #F68D5E;
}
.TagClassName
{
border-color: #F68D5E;
}
</style>