Shades of Crusta #F68F4E
Tints of Crusta #F68F4E
RGB
CMYK
RGB Variations
Color information
#F68F4E (or 0xF68F4E) is known color: Crusta. HEX triplet: F6, 8F and 4E. RGB value is (246,143,78). Sum of RGB (Red+Green+Blue) = 246+143+78=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F4E is #0970B1. Grayscale: #A6A6A6. Windows color (decimal): -618674 or 5148662. OLE color: 5148662.
HSL color Cylindrical-coordinate representation of color #F68F4E: hue angle of 23.21º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F68F4E is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 78 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.04 |
| HSL | 23.21º | 0.9% | 0.64% | - |
| HSV(B) | 23.21º | 0.68% | 0.96% | - |
| XYZ | 49.2 | 39.79 | 12.29 | - |
| YUV | 166.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 78 | 0 | 0.42 | 0.68 | 0.04 | 23.21 | 0.9 | 0.64 |
| Hex | F6 | 8F | 4E | 0 | 2A | 44 | 4 | 17 | 5A | 40 |
| Octal | 366 | 217 | 116 | 0 | 52 | 104 | 4 | 27 | 132 | 100 |
| Binary | 11110110 | 10001111 | 1001110 | 0 | 101010 | 1000100 | 100 | 10111 | 1011010 | 1000000 |
Color Harmonies of #F68F4E
Complementary color
Monochromatic Colors of #F68F4E
Black with #F68F4E
Text Example
Text Example
White with #F68F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68F4E; }
p { color: rgb(246,143,78); }
H1.HeaderClassName
{
color: #F68F4E;
}
.AnyTagClassName
{
color: #F68F4E;
}
</style>
background-color css
<style>
a { background-color: #F68F4E; }
a { background-color: rgb(246,143,78); }
div.DivClassName
{
background-color: #F68F4E;
}
.BgClassName
{
background-color: #F68F4E;
}
</style>
border-color css
<style>
span { border-color: #F68F4E; }
span { border-color: rgb(246,143,78); }
td.TdClassName
{
border-color: #F68F4E;
}
.TagClassName
{
border-color: #F68F4E;
}
</style>