Shades of Crusta #F2855C
Tints of Crusta #F2855C
RGB
CMYK
RGB Variations
Color information
#F2855C (or 0xF2855C) is known color: Crusta. HEX triplet: F2, 85 and 5C. RGB value is (242,133,92). Sum of RGB (Red+Green+Blue) = 242+133+92=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2855C is #0D7AA3. Grayscale: #A1A1A1. Windows color (decimal): -883364 or 6063602. OLE color: 6063602.
HSL color Cylindrical-coordinate representation of color #F2855C: hue angle of 16.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2855C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 92 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16.4º | 0.85% | 0.65% | - |
| HSV(B) | 16.4º | 0.62% | 0.95% | - |
| XYZ | 46.94 | 36.43 | 14.68 | - |
| YUV | 160.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 92 | 0 | 0.45 | 0.62 | 0.05 | 16.4 | 0.85 | 0.65 |
| Hex | F2 | 85 | 5C | 0 | 2D | 3E | 5 | 10 | 55 | 41 |
| Octal | 362 | 205 | 134 | 0 | 55 | 76 | 5 | 20 | 125 | 101 |
| Binary | 11110010 | 10000101 | 1011100 | 0 | 101101 | 111110 | 101 | 10000 | 1010101 | 1000001 |
Color Harmonies of #F2855C
Complementary color
Monochromatic Colors of #F2855C
Black with #F2855C
Text Example
Text Example
White with #F2855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2855C; }
p { color: rgb(242,133,92); }
H1.HeaderClassName
{
color: #F2855C;
}
.AnyTagClassName
{
color: #F2855C;
}
</style>
background-color css
<style>
a { background-color: #F2855C; }
a { background-color: rgb(242,133,92); }
div.DivClassName
{
background-color: #F2855C;
}
.BgClassName
{
background-color: #F2855C;
}
</style>
border-color css
<style>
span { border-color: #F2855C; }
span { border-color: rgb(242,133,92); }
td.TdClassName
{
border-color: #F2855C;
}
.TagClassName
{
border-color: #F2855C;
}
</style>