Shades of Crusta #F6865B
Tints of Crusta #F6865B
RGB
CMYK
RGB Variations
Color information
#F6865B (or 0xF6865B) is known color: Crusta. HEX triplet: F6, 86 and 5B. RGB value is (246,134,91). Sum of RGB (Red+Green+Blue) = 246+134+91=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6865B is #0979A4. Grayscale: #A2A2A2. Windows color (decimal): -620965 or 5998326. OLE color: 5998326.
HSL color Cylindrical-coordinate representation of color #F6865B: hue angle of 16.65º 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 #F6865B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 91 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.04 |
| HSL | 16.65º | 0.9% | 0.66% | - |
| HSV(B) | 16.65º | 0.63% | 0.96% | - |
| XYZ | 48.42 | 37.4 | 14.56 | - |
| YUV | 162.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 91 | 0 | 0.46 | 0.63 | 0.04 | 16.65 | 0.9 | 0.66 |
| Hex | F6 | 86 | 5B | 0 | 2E | 3F | 4 | 11 | 5A | 42 |
| Octal | 366 | 206 | 133 | 0 | 56 | 77 | 4 | 21 | 132 | 102 |
| Binary | 11110110 | 10000110 | 1011011 | 0 | 101110 | 111111 | 100 | 10001 | 1011010 | 1000010 |
Color Harmonies of #F6865B
Complementary color
Monochromatic Colors of #F6865B
Black with #F6865B
Text Example
Text Example
White with #F6865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6865B; }
p { color: rgb(246,134,91); }
H1.HeaderClassName
{
color: #F6865B;
}
.AnyTagClassName
{
color: #F6865B;
}
</style>
background-color css
<style>
a { background-color: #F6865B; }
a { background-color: rgb(246,134,91); }
div.DivClassName
{
background-color: #F6865B;
}
.BgClassName
{
background-color: #F6865B;
}
</style>
border-color css
<style>
span { border-color: #F6865B; }
span { border-color: rgb(246,134,91); }
td.TdClassName
{
border-color: #F6865B;
}
.TagClassName
{
border-color: #F6865B;
}
</style>