Shades of Crusta #F68B5E
Tints of Crusta #F68B5E
RGB
CMYK
RGB Variations
Color information
#F68B5E (or 0xF68B5E) is known color: Crusta. HEX triplet: F6, 8B and 5E. RGB value is (246,139,94). Sum of RGB (Red+Green+Blue) = 246+139+94=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68B5E is #0974A1. Grayscale: #A6A6A6. Windows color (decimal): -619682 or 6196214. OLE color: 6196214.
HSL color Cylindrical-coordinate representation of color #F68B5E: hue angle of 17.76º 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 #F68B5E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 94 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.04 |
| HSL | 17.76º | 0.89% | 0.67% | - |
| HSV(B) | 17.76º | 0.62% | 0.96% | - |
| XYZ | 49.26 | 38.87 | 15.5 | - |
| YUV | 165.86 | 87.45 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 94 | 0 | 0.43 | 0.62 | 0.04 | 17.76 | 0.89 | 0.67 |
| Hex | F6 | 8B | 5E | 0 | 2B | 3E | 4 | 12 | 59 | 43 |
| Octal | 366 | 213 | 136 | 0 | 53 | 76 | 4 | 22 | 131 | 103 |
| Binary | 11110110 | 10001011 | 1011110 | 0 | 101011 | 111110 | 100 | 10010 | 1011001 | 1000011 |
Color Harmonies of #F68B5E
Complementary color
Monochromatic Colors of #F68B5E
Black with #F68B5E
Text Example
Text Example
White with #F68B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68B5E; }
p { color: rgb(246,139,94); }
H1.HeaderClassName
{
color: #F68B5E;
}
.AnyTagClassName
{
color: #F68B5E;
}
</style>
background-color css
<style>
a { background-color: #F68B5E; }
a { background-color: rgb(246,139,94); }
div.DivClassName
{
background-color: #F68B5E;
}
.BgClassName
{
background-color: #F68B5E;
}
</style>
border-color css
<style>
span { border-color: #F68B5E; }
span { border-color: rgb(246,139,94); }
td.TdClassName
{
border-color: #F68B5E;
}
.TagClassName
{
border-color: #F68B5E;
}
</style>