Shades of Crusta #F68F51
Tints of Crusta #F68F51
RGB
CMYK
RGB Variations
Color information
#F68F51 (or 0xF68F51) is known color: Crusta. HEX triplet: F6, 8F and 51. RGB value is (246,143,81). Sum of RGB (Red+Green+Blue) = 246+143+81=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F51 is #0970AE. Grayscale: #A7A7A7. Windows color (decimal): -618671 or 5345270. OLE color: 5345270.
HSL color Cylindrical-coordinate representation of color #F68F51: hue angle of 22.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F68F51 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 81 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.04 |
| HSL | 22.55º | 0.9% | 0.64% | - |
| HSV(B) | 22.55º | 0.67% | 0.96% | - |
| XYZ | 49.31 | 39.83 | 12.87 | - |
| YUV | 166.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 81 | 0 | 0.42 | 0.67 | 0.04 | 22.55 | 0.9 | 0.64 |
| Hex | F6 | 8F | 51 | 0 | 2A | 43 | 4 | 17 | 5A | 40 |
| Octal | 366 | 217 | 121 | 0 | 52 | 103 | 4 | 27 | 132 | 100 |
| Binary | 11110110 | 10001111 | 1010001 | 0 | 101010 | 1000011 | 100 | 10111 | 1011010 | 1000000 |
Color Harmonies of #F68F51
Complementary color
Monochromatic Colors of #F68F51
Black with #F68F51
Text Example
Text Example
White with #F68F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F51; }
p { color: rgb(246,143,81); }
H1.HeaderClassName
{
color: #F68F51;
}
.AnyTagClassName
{
color: #F68F51;
}
</style>
background-color css
<style>
a { background-color: #F68F51; }
a { background-color: rgb(246,143,81); }
div.DivClassName
{
background-color: #F68F51;
}
.BgClassName
{
background-color: #F68F51;
}
</style>
border-color css
<style>
span { border-color: #F68F51; }
span { border-color: rgb(246,143,81); }
td.TdClassName
{
border-color: #F68F51;
}
.TagClassName
{
border-color: #F68F51;
}
</style>