Shades of Crusta #F6845A
Tints of Crusta #F6845A
RGB
CMYK
RGB Variations
Color information
#F6845A (or 0xF6845A) is known color: Crusta. HEX triplet: F6, 84 and 5A. RGB value is (246,132,90). Sum of RGB (Red+Green+Blue) = 246+132+90=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6845A is #097BA5. Grayscale: #A1A1A1. Windows color (decimal): -621478 or 5932278. OLE color: 5932278.
HSL color Cylindrical-coordinate representation of color #F6845A: hue angle of 16.15º 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 #F6845A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 132 | 90 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.04 |
| HSL | 16.15º | 0.9% | 0.66% | - |
| HSV(B) | 16.15º | 0.63% | 0.96% | - |
| XYZ | 48.1 | 36.83 | 14.25 | - |
| YUV | 161.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 132 | 90 | 0 | 0.46 | 0.63 | 0.04 | 16.15 | 0.9 | 0.66 |
| Hex | F6 | 84 | 5A | 0 | 2E | 3F | 4 | 10 | 5A | 42 |
| Octal | 366 | 204 | 132 | 0 | 56 | 77 | 4 | 20 | 132 | 102 |
| Binary | 11110110 | 10000100 | 1011010 | 0 | 101110 | 111111 | 100 | 10000 | 1011010 | 1000010 |
Color Harmonies of #F6845A
Complementary color
Monochromatic Colors of #F6845A
Black with #F6845A
Text Example
Text Example
White with #F6845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6845A; }
p { color: rgb(246,132,90); }
H1.HeaderClassName
{
color: #F6845A;
}
.AnyTagClassName
{
color: #F6845A;
}
</style>
background-color css
<style>
a { background-color: #F6845A; }
a { background-color: rgb(246,132,90); }
div.DivClassName
{
background-color: #F6845A;
}
.BgClassName
{
background-color: #F6845A;
}
</style>
border-color css
<style>
span { border-color: #F6845A; }
span { border-color: rgb(246,132,90); }
td.TdClassName
{
border-color: #F6845A;
}
.TagClassName
{
border-color: #F6845A;
}
</style>