Shades of Crusta #F68358
Tints of Crusta #F68358
RGB
CMYK
RGB Variations
Color information
#F68358 (or 0xF68358) is known color: Crusta. HEX triplet: F6, 83 and 58. RGB value is (246,131,88). Sum of RGB (Red+Green+Blue) = 246+131+88=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F68358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68358 is #097CA7. Grayscale: #A0A0A0. Windows color (decimal): -621736 or 5800950. OLE color: 5800950.
HSL color Cylindrical-coordinate representation of color #F68358: hue angle of 16.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F68358 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 88 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.04 |
| HSL | 16.33º | 0.9% | 0.65% | - |
| HSV(B) | 16.33º | 0.64% | 0.96% | - |
| XYZ | 47.88 | 36.53 | 13.76 | - |
| YUV | 160.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 88 | 0 | 0.47 | 0.64 | 0.04 | 16.33 | 0.9 | 0.65 |
| Hex | F6 | 83 | 58 | 0 | 2F | 40 | 4 | 10 | 5A | 41 |
| Octal | 366 | 203 | 130 | 0 | 57 | 100 | 4 | 20 | 132 | 101 |
| Binary | 11110110 | 10000011 | 1011000 | 0 | 101111 | 1000000 | 100 | 10000 | 1011010 | 1000001 |
Color Harmonies of #F68358
Complementary color
Monochromatic Colors of #F68358
Black with #F68358
Text Example
Text Example
White with #F68358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68358; }
p { color: rgb(246,131,88); }
H1.HeaderClassName
{
color: #F68358;
}
.AnyTagClassName
{
color: #F68358;
}
</style>
background-color css
<style>
a { background-color: #F68358; }
a { background-color: rgb(246,131,88); }
div.DivClassName
{
background-color: #F68358;
}
.BgClassName
{
background-color: #F68358;
}
</style>
border-color css
<style>
span { border-color: #F68358; }
span { border-color: rgb(246,131,88); }
td.TdClassName
{
border-color: #F68358;
}
.TagClassName
{
border-color: #F68358;
}
</style>