Shades of Crusta #F68D4D
Tints of Crusta #F68D4D
RGB
CMYK
RGB Variations
Color information
#F68D4D (or 0xF68D4D) is known color: Crusta. HEX triplet: F6, 8D and 4D. RGB value is (246,141,77). Sum of RGB (Red+Green+Blue) = 246+141+77=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D4D is #0972B2. Grayscale: #A5A5A5. Windows color (decimal): -619187 or 5082614. OLE color: 5082614.
HSL color Cylindrical-coordinate representation of color #F68D4D: hue angle of 22.72º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F68D4D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 77 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.04 |
| HSL | 22.72º | 0.9% | 0.63% | - |
| HSV(B) | 22.72º | 0.69% | 0.96% | - |
| XYZ | 48.87 | 39.18 | 12.01 | - |
| YUV | 165.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 77 | 0 | 0.43 | 0.69 | 0.04 | 22.72 | 0.9 | 0.63 |
| Hex | F6 | 8D | 4D | 0 | 2B | 45 | 4 | 17 | 5A | 3F |
| Octal | 366 | 215 | 115 | 0 | 53 | 105 | 4 | 27 | 132 | 77 |
| Binary | 11110110 | 10001101 | 1001101 | 0 | 101011 | 1000101 | 100 | 10111 | 1011010 | 111111 |
Color Harmonies of #F68D4D
Complementary color
Monochromatic Colors of #F68D4D
Black with #F68D4D
Text Example
Text Example
White with #F68D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D4D; }
p { color: rgb(246,141,77); }
H1.HeaderClassName
{
color: #F68D4D;
}
.AnyTagClassName
{
color: #F68D4D;
}
</style>
background-color css
<style>
a { background-color: #F68D4D; }
a { background-color: rgb(246,141,77); }
div.DivClassName
{
background-color: #F68D4D;
}
.BgClassName
{
background-color: #F68D4D;
}
</style>
border-color css
<style>
span { border-color: #F68D4D; }
span { border-color: rgb(246,141,77); }
td.TdClassName
{
border-color: #F68D4D;
}
.TagClassName
{
border-color: #F68D4D;
}
</style>