Shades of Crusta #F2855F
Tints of Crusta #F2855F
RGB
CMYK
RGB Variations
Color information
#F2855F (or 0xF2855F) is known color: Crusta. HEX triplet: F2, 85 and 5F. RGB value is (242,133,95). Sum of RGB (Red+Green+Blue) = 242+133+95=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2855F is #0D7AA0. Grayscale: #A1A1A1. Windows color (decimal): -883361 or 6260210. OLE color: 6260210.
HSL color Cylindrical-coordinate representation of color #F2855F: hue angle of 15.51º 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 #F2855F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 95 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.05 |
| HSL | 15.51º | 0.85% | 0.66% | - |
| HSV(B) | 15.51º | 0.61% | 0.95% | - |
| XYZ | 47.07 | 36.48 | 15.39 | - |
| YUV | 161.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 95 | 0 | 0.45 | 0.61 | 0.05 | 15.51 | 0.85 | 0.66 |
| Hex | F2 | 85 | 5F | 0 | 2D | 3D | 5 | 10 | 55 | 42 |
| Octal | 362 | 205 | 137 | 0 | 55 | 75 | 5 | 20 | 125 | 102 |
| Binary | 11110010 | 10000101 | 1011111 | 0 | 101101 | 111101 | 101 | 10000 | 1010101 | 1000010 |
Color Harmonies of #F2855F
Complementary color
Monochromatic Colors of #F2855F
Black with #F2855F
Text Example
Text Example
White with #F2855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2855F; }
p { color: rgb(242,133,95); }
H1.HeaderClassName
{
color: #F2855F;
}
.AnyTagClassName
{
color: #F2855F;
}
</style>
background-color css
<style>
a { background-color: #F2855F; }
a { background-color: rgb(242,133,95); }
div.DivClassName
{
background-color: #F2855F;
}
.BgClassName
{
background-color: #F2855F;
}
</style>
border-color css
<style>
span { border-color: #F2855F; }
span { border-color: rgb(242,133,95); }
td.TdClassName
{
border-color: #F2855F;
}
.TagClassName
{
border-color: #F2855F;
}
</style>