Shades of Crusta #F68965
Tints of Crusta #F68965
RGB
CMYK
RGB Variations
Color information
#F68965 (or 0xF68965) is known color: Crusta. HEX triplet: F6, 89 and 65. RGB value is (246,137,101). Sum of RGB (Red+Green+Blue) = 246+137+101=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F68965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68965 is #09769A. Grayscale: #A5A5A5. Windows color (decimal): -620187 or 6654454. OLE color: 6654454.
HSL color Cylindrical-coordinate representation of color #F68965: hue angle of 14.9º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F68965 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 137 | 101 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.04 |
| HSL | 14.9º | 0.89% | 0.68% | - |
| HSV(B) | 14.9º | 0.59% | 0.96% | - |
| XYZ | 49.3 | 38.42 | 17.13 | - |
| YUV | 165.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 137 | 101 | 0 | 0.44 | 0.59 | 0.04 | 14.9 | 0.89 | 0.68 |
| Hex | F6 | 89 | 65 | 0 | 2C | 3B | 4 | F | 59 | 44 |
| Octal | 366 | 211 | 145 | 0 | 54 | 73 | 4 | 17 | 131 | 104 |
| Binary | 11110110 | 10001001 | 1100101 | 0 | 101100 | 111011 | 100 | 1111 | 1011001 | 1000100 |
Color Harmonies of #F68965
Complementary color
Monochromatic Colors of #F68965
Black with #F68965
Text Example
Text Example
White with #F68965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68965; }
p { color: rgb(246,137,101); }
H1.HeaderClassName
{
color: #F68965;
}
.AnyTagClassName
{
color: #F68965;
}
</style>
background-color css
<style>
a { background-color: #F68965; }
a { background-color: rgb(246,137,101); }
div.DivClassName
{
background-color: #F68965;
}
.BgClassName
{
background-color: #F68965;
}
</style>
border-color css
<style>
span { border-color: #F68965; }
span { border-color: rgb(246,137,101); }
td.TdClassName
{
border-color: #F68965;
}
.TagClassName
{
border-color: #F68965;
}
</style>