Shades of Crusta #F68A5E
Tints of Crusta #F68A5E
RGB
CMYK
RGB Variations
Color information
#F68A5E (or 0xF68A5E) is known color: Crusta. HEX triplet: F6, 8A and 5E. RGB value is (246,138,94). Sum of RGB (Red+Green+Blue) = 246+138+94=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A5E is #0975A1. Grayscale: #A5A5A5. Windows color (decimal): -619938 or 6195958. OLE color: 6195958.
HSL color Cylindrical-coordinate representation of color #F68A5E: hue angle of 17.37º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F68A5E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 94 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.04 |
| HSL | 17.37º | 0.89% | 0.67% | - |
| HSV(B) | 17.37º | 0.62% | 0.96% | - |
| XYZ | 49.11 | 38.58 | 15.45 | - |
| YUV | 165.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 94 | 0 | 0.44 | 0.62 | 0.04 | 17.37 | 0.89 | 0.67 |
| Hex | F6 | 8A | 5E | 0 | 2C | 3E | 4 | 11 | 59 | 43 |
| Octal | 366 | 212 | 136 | 0 | 54 | 76 | 4 | 21 | 131 | 103 |
| Binary | 11110110 | 10001010 | 1011110 | 0 | 101100 | 111110 | 100 | 10001 | 1011001 | 1000011 |
Color Harmonies of #F68A5E
Complementary color
Monochromatic Colors of #F68A5E
Black with #F68A5E
Text Example
Text Example
White with #F68A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68A5E; }
p { color: rgb(246,138,94); }
H1.HeaderClassName
{
color: #F68A5E;
}
.AnyTagClassName
{
color: #F68A5E;
}
</style>
background-color css
<style>
a { background-color: #F68A5E; }
a { background-color: rgb(246,138,94); }
div.DivClassName
{
background-color: #F68A5E;
}
.BgClassName
{
background-color: #F68A5E;
}
</style>
border-color css
<style>
span { border-color: #F68A5E; }
span { border-color: rgb(246,138,94); }
td.TdClassName
{
border-color: #F68A5E;
}
.TagClassName
{
border-color: #F68A5E;
}
</style>