Shades of Crusta #F2845F
Tints of Crusta #F2845F
RGB
CMYK
RGB Variations
Color information
#F2845F (or 0xF2845F) is known color: Crusta. HEX triplet: F2, 84 and 5F. RGB value is (242,132,95). Sum of RGB (Red+Green+Blue) = 242+132+95=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F2845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2845F is #0D7BA0. Grayscale: #A0A0A0. Windows color (decimal): -883617 or 6259954. OLE color: 6259954.
HSL color Cylindrical-coordinate representation of color #F2845F: hue angle of 15.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2845F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 95 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.05 |
| HSL | 15.1º | 0.85% | 0.66% | - |
| HSV(B) | 15.1º | 0.61% | 0.95% | - |
| XYZ | 46.93 | 36.21 | 15.34 | - |
| YUV | 160.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 95 | 0 | 0.45 | 0.61 | 0.05 | 15.1 | 0.85 | 0.66 |
| Hex | F2 | 84 | 5F | 0 | 2D | 3D | 5 | F | 55 | 42 |
| Octal | 362 | 204 | 137 | 0 | 55 | 75 | 5 | 17 | 125 | 102 |
| Binary | 11110010 | 10000100 | 1011111 | 0 | 101101 | 111101 | 101 | 1111 | 1010101 | 1000010 |
Color Harmonies of #F2845F
Complementary color
Monochromatic Colors of #F2845F
Black with #F2845F
Text Example
Text Example
White with #F2845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2845F; }
p { color: rgb(242,132,95); }
H1.HeaderClassName
{
color: #F2845F;
}
.AnyTagClassName
{
color: #F2845F;
}
</style>
background-color css
<style>
a { background-color: #F2845F; }
a { background-color: rgb(242,132,95); }
div.DivClassName
{
background-color: #F2845F;
}
.BgClassName
{
background-color: #F2845F;
}
</style>
border-color css
<style>
span { border-color: #F2845F; }
span { border-color: rgb(242,132,95); }
td.TdClassName
{
border-color: #F2845F;
}
.TagClassName
{
border-color: #F2845F;
}
</style>