Shades of Crusta #F68152
Tints of Crusta #F68152
RGB
CMYK
RGB Variations
Color information
#F68152 (or 0xF68152) is known color: Crusta. HEX triplet: F6, 81 and 52. RGB value is (246,129,82). Sum of RGB (Red+Green+Blue) = 246+129+82=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F68152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68152 is #097EAD. Grayscale: #9E9E9E. Windows color (decimal): -622254 or 5407222. OLE color: 5407222.
HSL color Cylindrical-coordinate representation of color #F68152: hue angle of 17.2º 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 #F68152 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 82 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.04 |
| HSL | 17.2º | 0.9% | 0.64% | - |
| HSV(B) | 17.2º | 0.67% | 0.96% | - |
| XYZ | 47.38 | 35.9 | 12.42 | - |
| YUV | 158.63 | 84.76 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 82 | 0 | 0.48 | 0.67 | 0.04 | 17.2 | 0.9 | 0.64 |
| Hex | F6 | 81 | 52 | 0 | 30 | 43 | 4 | 11 | 5A | 40 |
| Octal | 366 | 201 | 122 | 0 | 60 | 103 | 4 | 21 | 132 | 100 |
| Binary | 11110110 | 10000001 | 1010010 | 0 | 110000 | 1000011 | 100 | 10001 | 1011010 | 1000000 |
Color Harmonies of #F68152
Complementary color
Monochromatic Colors of #F68152
Black with #F68152
Text Example
Text Example
White with #F68152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68152; }
p { color: rgb(246,129,82); }
H1.HeaderClassName
{
color: #F68152;
}
.AnyTagClassName
{
color: #F68152;
}
</style>
background-color css
<style>
a { background-color: #F68152; }
a { background-color: rgb(246,129,82); }
div.DivClassName
{
background-color: #F68152;
}
.BgClassName
{
background-color: #F68152;
}
</style>
border-color css
<style>
span { border-color: #F68152; }
span { border-color: rgb(246,129,82); }
td.TdClassName
{
border-color: #F68152;
}
.TagClassName
{
border-color: #F68152;
}
</style>