Shades of Crusta #F6885A
Tints of Crusta #F6885A
RGB
CMYK
RGB Variations
Color information
#F6885A (or 0xF6885A) is known color: Crusta. HEX triplet: F6, 88 and 5A. RGB value is (246,136,90). Sum of RGB (Red+Green+Blue) = 246+136+90=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6885A is #0977A5. Grayscale: #A3A3A3. Windows color (decimal): -620454 or 5933302. OLE color: 5933302.
HSL color Cylindrical-coordinate representation of color #F6885A: hue angle of 17.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6885A is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 90 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.04 |
| HSL | 17.69º | 0.9% | 0.66% | - |
| HSV(B) | 17.69º | 0.63% | 0.96% | - |
| XYZ | 48.66 | 37.94 | 14.43 | - |
| YUV | 163.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 90 | 0 | 0.45 | 0.63 | 0.04 | 17.69 | 0.9 | 0.66 |
| Hex | F6 | 88 | 5A | 0 | 2D | 3F | 4 | 12 | 5A | 42 |
| Octal | 366 | 210 | 132 | 0 | 55 | 77 | 4 | 22 | 132 | 102 |
| Binary | 11110110 | 10001000 | 1011010 | 0 | 101101 | 111111 | 100 | 10010 | 1011010 | 1000010 |
Color Harmonies of #F6885A
Complementary color
Monochromatic Colors of #F6885A
Black with #F6885A
Text Example
Text Example
White with #F6885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6885A; }
p { color: rgb(246,136,90); }
H1.HeaderClassName
{
color: #F6885A;
}
.AnyTagClassName
{
color: #F6885A;
}
</style>
background-color css
<style>
a { background-color: #F6885A; }
a { background-color: rgb(246,136,90); }
div.DivClassName
{
background-color: #F6885A;
}
.BgClassName
{
background-color: #F6885A;
}
</style>
border-color css
<style>
span { border-color: #F6885A; }
span { border-color: rgb(246,136,90); }
td.TdClassName
{
border-color: #F6885A;
}
.TagClassName
{
border-color: #F6885A;
}
</style>