Shades of Crusta #F68D55
Tints of Crusta #F68D55
RGB
CMYK
RGB Variations
Color information
#F68D55 (or 0xF68D55) is known color: Crusta. HEX triplet: F6, 8D and 55. RGB value is (246,141,85). Sum of RGB (Red+Green+Blue) = 246+141+85=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D55 is #0972AA. Grayscale: #A6A6A6. Windows color (decimal): -619179 or 5606902. OLE color: 5606902.
HSL color Cylindrical-coordinate representation of color #F68D55: hue angle of 20.87º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F68D55 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 85 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.04 |
| HSL | 20.87º | 0.9% | 0.65% | - |
| HSV(B) | 20.87º | 0.65% | 0.96% | - |
| XYZ | 49.17 | 39.3 | 13.59 | - |
| YUV | 166.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 85 | 0 | 0.43 | 0.65 | 0.04 | 20.87 | 0.9 | 0.65 |
| Hex | F6 | 8D | 55 | 0 | 2B | 41 | 4 | 15 | 5A | 41 |
| Octal | 366 | 215 | 125 | 0 | 53 | 101 | 4 | 25 | 132 | 101 |
| Binary | 11110110 | 10001101 | 1010101 | 0 | 101011 | 1000001 | 100 | 10101 | 1011010 | 1000001 |
Color Harmonies of #F68D55
Complementary color
Monochromatic Colors of #F68D55
Black with #F68D55
Text Example
Text Example
White with #F68D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D55; }
p { color: rgb(246,141,85); }
H1.HeaderClassName
{
color: #F68D55;
}
.AnyTagClassName
{
color: #F68D55;
}
</style>
background-color css
<style>
a { background-color: #F68D55; }
a { background-color: rgb(246,141,85); }
div.DivClassName
{
background-color: #F68D55;
}
.BgClassName
{
background-color: #F68D55;
}
</style>
border-color css
<style>
span { border-color: #F68D55; }
span { border-color: rgb(246,141,85); }
td.TdClassName
{
border-color: #F68D55;
}
.TagClassName
{
border-color: #F68D55;
}
</style>