Shades of Crusta #F68051
Tints of Crusta #F68051
RGB
CMYK
RGB Variations
Color information
#F68051 (or 0xF68051) is known color: Crusta. HEX triplet: F6, 80 and 51. RGB value is (246,128,81). Sum of RGB (Red+Green+Blue) = 246+128+81=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F68051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68051 is #097FAE. Grayscale: #9E9E9E. Windows color (decimal): -622511 or 5341430. OLE color: 5341430.
HSL color Cylindrical-coordinate representation of color #F68051: hue angle of 17.09º 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 #F68051 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 81 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.04 |
| HSL | 17.09º | 0.9% | 0.64% | - |
| HSV(B) | 17.09º | 0.67% | 0.96% | - |
| XYZ | 47.21 | 35.63 | 12.17 | - |
| YUV | 157.92 | 84.59 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 81 | 0 | 0.48 | 0.67 | 0.04 | 17.09 | 0.9 | 0.64 |
| Hex | F6 | 80 | 51 | 0 | 30 | 43 | 4 | 11 | 5A | 40 |
| Octal | 366 | 200 | 121 | 0 | 60 | 103 | 4 | 21 | 132 | 100 |
| Binary | 11110110 | 10000000 | 1010001 | 0 | 110000 | 1000011 | 100 | 10001 | 1011010 | 1000000 |
Color Harmonies of #F68051
Complementary color
Monochromatic Colors of #F68051
Black with #F68051
Text Example
Text Example
White with #F68051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68051; }
p { color: rgb(246,128,81); }
H1.HeaderClassName
{
color: #F68051;
}
.AnyTagClassName
{
color: #F68051;
}
</style>
background-color css
<style>
a { background-color: #F68051; }
a { background-color: rgb(246,128,81); }
div.DivClassName
{
background-color: #F68051;
}
.BgClassName
{
background-color: #F68051;
}
</style>
border-color css
<style>
span { border-color: #F68051; }
span { border-color: rgb(246,128,81); }
td.TdClassName
{
border-color: #F68051;
}
.TagClassName
{
border-color: #F68051;
}
</style>