Shades of Crusta #F68E5C
Tints of Crusta #F68E5C
RGB
CMYK
RGB Variations
Color information
#F68E5C (or 0xF68E5C) is known color: Crusta. HEX triplet: F6, 8E and 5C. RGB value is (246,142,92). Sum of RGB (Red+Green+Blue) = 246+142+92=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E5C is #0971A3. Grayscale: #A7A7A7. Windows color (decimal): -618916 or 6065910. OLE color: 6065910.
HSL color Cylindrical-coordinate representation of color #F68E5C: hue angle of 19.48º 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 #F68E5C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.04 |
| HSL | 19.48º | 0.9% | 0.66% | - |
| HSV(B) | 19.48º | 0.63% | 0.96% | - |
| XYZ | 49.61 | 39.71 | 15.18 | - |
| YUV | 167.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 92 | 0 | 0.42 | 0.63 | 0.04 | 19.48 | 0.9 | 0.66 |
| Hex | F6 | 8E | 5C | 0 | 2A | 3F | 4 | 13 | 5A | 42 |
| Octal | 366 | 216 | 134 | 0 | 52 | 77 | 4 | 23 | 132 | 102 |
| Binary | 11110110 | 10001110 | 1011100 | 0 | 101010 | 111111 | 100 | 10011 | 1011010 | 1000010 |
Color Harmonies of #F68E5C
Complementary color
Monochromatic Colors of #F68E5C
Black with #F68E5C
Text Example
Text Example
White with #F68E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E5C; }
p { color: rgb(246,142,92); }
H1.HeaderClassName
{
color: #F68E5C;
}
.AnyTagClassName
{
color: #F68E5C;
}
</style>
background-color css
<style>
a { background-color: #F68E5C; }
a { background-color: rgb(246,142,92); }
div.DivClassName
{
background-color: #F68E5C;
}
.BgClassName
{
background-color: #F68E5C;
}
</style>
border-color css
<style>
span { border-color: #F68E5C; }
span { border-color: rgb(246,142,92); }
td.TdClassName
{
border-color: #F68E5C;
}
.TagClassName
{
border-color: #F68E5C;
}
</style>