Shades of Crusta #F68F5C
Tints of Crusta #F68F5C
RGB
CMYK
RGB Variations
Color information
#F68F5C (or 0xF68F5C) is known color: Crusta. HEX triplet: F6, 8F and 5C. RGB value is (246,143,92). Sum of RGB (Red+Green+Blue) = 246+143+92=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F5C is #0970A3. Grayscale: #A8A8A8. Windows color (decimal): -618660 or 6066166. OLE color: 6066166.
HSL color Cylindrical-coordinate representation of color #F68F5C: hue angle of 19.87º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F68F5C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.04 |
| HSL | 19.87º | 0.9% | 0.66% | - |
| HSV(B) | 19.87º | 0.63% | 0.96% | - |
| XYZ | 49.76 | 40.01 | 15.23 | - |
| YUV | 167.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 92 | 0 | 0.42 | 0.63 | 0.04 | 19.87 | 0.9 | 0.66 |
| Hex | F6 | 8F | 5C | 0 | 2A | 3F | 4 | 14 | 5A | 42 |
| Octal | 366 | 217 | 134 | 0 | 52 | 77 | 4 | 24 | 132 | 102 |
| Binary | 11110110 | 10001111 | 1011100 | 0 | 101010 | 111111 | 100 | 10100 | 1011010 | 1000010 |
Color Harmonies of #F68F5C
Complementary color
Monochromatic Colors of #F68F5C
Black with #F68F5C
Text Example
Text Example
White with #F68F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F5C; }
p { color: rgb(246,143,92); }
H1.HeaderClassName
{
color: #F68F5C;
}
.AnyTagClassName
{
color: #F68F5C;
}
</style>
background-color css
<style>
a { background-color: #F68F5C; }
a { background-color: rgb(246,143,92); }
div.DivClassName
{
background-color: #F68F5C;
}
.BgClassName
{
background-color: #F68F5C;
}
</style>
border-color css
<style>
span { border-color: #F68F5C; }
span { border-color: rgb(246,143,92); }
td.TdClassName
{
border-color: #F68F5C;
}
.TagClassName
{
border-color: #F68F5C;
}
</style>