Shades of Crusta #F68151
Tints of Crusta #F68151
RGB
CMYK
RGB Variations
Color information
#F68151 (or 0xF68151) is known color: Crusta. HEX triplet: F6, 81 and 51. RGB value is (246,129,81). Sum of RGB (Red+Green+Blue) = 246+129+81=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F68151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68151 is #097EAE. Grayscale: #9E9E9E. Windows color (decimal): -622255 or 5341686. OLE color: 5341686.
HSL color Cylindrical-coordinate representation of color #F68151: hue angle of 17.45º 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 #F68151 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 81 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.04 |
| HSL | 17.45º | 0.9% | 0.64% | - |
| HSV(B) | 17.45º | 0.67% | 0.96% | - |
| XYZ | 47.34 | 35.89 | 12.22 | - |
| YUV | 158.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 81 | 0 | 0.48 | 0.67 | 0.04 | 17.45 | 0.9 | 0.64 |
| Hex | F6 | 81 | 51 | 0 | 30 | 43 | 4 | 11 | 5A | 40 |
| Octal | 366 | 201 | 121 | 0 | 60 | 103 | 4 | 21 | 132 | 100 |
| Binary | 11110110 | 10000001 | 1010001 | 0 | 110000 | 1000011 | 100 | 10001 | 1011010 | 1000000 |
Color Harmonies of #F68151
Complementary color
Monochromatic Colors of #F68151
Black with #F68151
Text Example
Text Example
White with #F68151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68151; }
p { color: rgb(246,129,81); }
H1.HeaderClassName
{
color: #F68151;
}
.AnyTagClassName
{
color: #F68151;
}
</style>
background-color css
<style>
a { background-color: #F68151; }
a { background-color: rgb(246,129,81); }
div.DivClassName
{
background-color: #F68151;
}
.BgClassName
{
background-color: #F68151;
}
</style>
border-color css
<style>
span { border-color: #F68151; }
span { border-color: rgb(246,129,81); }
td.TdClassName
{
border-color: #F68151;
}
.TagClassName
{
border-color: #F68151;
}
</style>