Shades of Crusta #F68F53
Tints of Crusta #F68F53
RGB
CMYK
RGB Variations
Color information
#F68F53 (or 0xF68F53) is known color: Crusta. HEX triplet: F6, 8F and 53. RGB value is (246,143,83). Sum of RGB (Red+Green+Blue) = 246+143+83=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F53 is #0970AC. Grayscale: #A7A7A7. Windows color (decimal): -618669 or 5476342. OLE color: 5476342.
HSL color Cylindrical-coordinate representation of color #F68F53: hue angle of 22.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F68F53 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 83 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.04 |
| HSL | 22.09º | 0.9% | 0.65% | - |
| HSV(B) | 22.09º | 0.66% | 0.96% | - |
| XYZ | 49.39 | 39.86 | 13.27 | - |
| YUV | 166.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 83 | 0 | 0.42 | 0.66 | 0.04 | 22.09 | 0.9 | 0.65 |
| Hex | F6 | 8F | 53 | 0 | 2A | 42 | 4 | 16 | 5A | 41 |
| Octal | 366 | 217 | 123 | 0 | 52 | 102 | 4 | 26 | 132 | 101 |
| Binary | 11110110 | 10001111 | 1010011 | 0 | 101010 | 1000010 | 100 | 10110 | 1011010 | 1000001 |
Color Harmonies of #F68F53
Complementary color
Monochromatic Colors of #F68F53
Black with #F68F53
Text Example
Text Example
White with #F68F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F53; }
p { color: rgb(246,143,83); }
H1.HeaderClassName
{
color: #F68F53;
}
.AnyTagClassName
{
color: #F68F53;
}
</style>
background-color css
<style>
a { background-color: #F68F53; }
a { background-color: rgb(246,143,83); }
div.DivClassName
{
background-color: #F68F53;
}
.BgClassName
{
background-color: #F68F53;
}
</style>
border-color css
<style>
span { border-color: #F68F53; }
span { border-color: rgb(246,143,83); }
td.TdClassName
{
border-color: #F68F53;
}
.TagClassName
{
border-color: #F68F53;
}
</style>