Shades of Crusta #F68350
Tints of Crusta #F68350
RGB
CMYK
RGB Variations
Color information
#F68350 (or 0xF68350) is known color: Crusta. HEX triplet: F6, 83 and 50. RGB value is (246,131,80). Sum of RGB (Red+Green+Blue) = 246+131+80=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F68350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68350 is #097CAF. Grayscale: #9F9F9F. Windows color (decimal): -621744 or 5276662. OLE color: 5276662.
HSL color Cylindrical-coordinate representation of color #F68350: hue angle of 18.43º 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 #F68350 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 80 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.04 |
| HSL | 18.43º | 0.9% | 0.64% | - |
| HSV(B) | 18.43º | 0.67% | 0.96% | - |
| XYZ | 47.57 | 36.4 | 12.11 | - |
| YUV | 159.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 80 | 0 | 0.47 | 0.67 | 0.04 | 18.43 | 0.9 | 0.64 |
| Hex | F6 | 83 | 50 | 0 | 2F | 43 | 4 | 12 | 5A | 40 |
| Octal | 366 | 203 | 120 | 0 | 57 | 103 | 4 | 22 | 132 | 100 |
| Binary | 11110110 | 10000011 | 1010000 | 0 | 101111 | 1000011 | 100 | 10010 | 1011010 | 1000000 |
Color Harmonies of #F68350
Complementary color
Monochromatic Colors of #F68350
Black with #F68350
Text Example
Text Example
White with #F68350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68350; }
p { color: rgb(246,131,80); }
H1.HeaderClassName
{
color: #F68350;
}
.AnyTagClassName
{
color: #F68350;
}
</style>
background-color css
<style>
a { background-color: #F68350; }
a { background-color: rgb(246,131,80); }
div.DivClassName
{
background-color: #F68350;
}
.BgClassName
{
background-color: #F68350;
}
</style>
border-color css
<style>
span { border-color: #F68350; }
span { border-color: rgb(246,131,80); }
td.TdClassName
{
border-color: #F68350;
}
.TagClassName
{
border-color: #F68350;
}
</style>