Shades of Crusta #F68F50
Tints of Crusta #F68F50
RGB
CMYK
RGB Variations
Color information
#F68F50 (or 0xF68F50) is known color: Crusta. HEX triplet: F6, 8F and 50. RGB value is (246,143,80). Sum of RGB (Red+Green+Blue) = 246+143+80=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F50 is #0970AF. Grayscale: #A6A6A6. Windows color (decimal): -618672 or 5279734. OLE color: 5279734.
HSL color Cylindrical-coordinate representation of color #F68F50: hue angle of 22.77º 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 #F68F50 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 80 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.04 |
| HSL | 22.77º | 0.9% | 0.64% | - |
| HSV(B) | 22.77º | 0.67% | 0.96% | - |
| XYZ | 49.28 | 39.82 | 12.68 | - |
| YUV | 166.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 80 | 0 | 0.42 | 0.67 | 0.04 | 22.77 | 0.9 | 0.64 |
| Hex | F6 | 8F | 50 | 0 | 2A | 43 | 4 | 17 | 5A | 40 |
| Octal | 366 | 217 | 120 | 0 | 52 | 103 | 4 | 27 | 132 | 100 |
| Binary | 11110110 | 10001111 | 1010000 | 0 | 101010 | 1000011 | 100 | 10111 | 1011010 | 1000000 |
Color Harmonies of #F68F50
Complementary color
Monochromatic Colors of #F68F50
Black with #F68F50
Text Example
Text Example
White with #F68F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F50; }
p { color: rgb(246,143,80); }
H1.HeaderClassName
{
color: #F68F50;
}
.AnyTagClassName
{
color: #F68F50;
}
</style>
background-color css
<style>
a { background-color: #F68F50; }
a { background-color: rgb(246,143,80); }
div.DivClassName
{
background-color: #F68F50;
}
.BgClassName
{
background-color: #F68F50;
}
</style>
border-color css
<style>
span { border-color: #F68F50; }
span { border-color: rgb(246,143,80); }
td.TdClassName
{
border-color: #F68F50;
}
.TagClassName
{
border-color: #F68F50;
}
</style>