Shades of Crusta #F2865F
Tints of Crusta #F2865F
RGB
CMYK
RGB Variations
Color information
#F2865F (or 0xF2865F) is known color: Crusta. HEX triplet: F2, 86 and 5F. RGB value is (242,134,95). Sum of RGB (Red+Green+Blue) = 242+134+95=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2865F is #0D79A0. Grayscale: #A2A2A2. Windows color (decimal): -883105 or 6260466. OLE color: 6260466.
HSL color Cylindrical-coordinate representation of color #F2865F: hue angle of 15.92º 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 #F2865F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 95 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.05 |
| HSL | 15.92º | 0.85% | 0.66% | - |
| HSV(B) | 15.92º | 0.61% | 0.95% | - |
| XYZ | 47.21 | 36.75 | 15.43 | - |
| YUV | 161.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 95 | 0 | 0.45 | 0.61 | 0.05 | 15.92 | 0.85 | 0.66 |
| Hex | F2 | 86 | 5F | 0 | 2D | 3D | 5 | 10 | 55 | 42 |
| Octal | 362 | 206 | 137 | 0 | 55 | 75 | 5 | 20 | 125 | 102 |
| Binary | 11110010 | 10000110 | 1011111 | 0 | 101101 | 111101 | 101 | 10000 | 1010101 | 1000010 |
Color Harmonies of #F2865F
Complementary color
Monochromatic Colors of #F2865F
Black with #F2865F
Text Example
Text Example
White with #F2865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2865F; }
p { color: rgb(242,134,95); }
H1.HeaderClassName
{
color: #F2865F;
}
.AnyTagClassName
{
color: #F2865F;
}
</style>
background-color css
<style>
a { background-color: #F2865F; }
a { background-color: rgb(242,134,95); }
div.DivClassName
{
background-color: #F2865F;
}
.BgClassName
{
background-color: #F2865F;
}
</style>
border-color css
<style>
span { border-color: #F2865F; }
span { border-color: rgb(242,134,95); }
td.TdClassName
{
border-color: #F2865F;
}
.TagClassName
{
border-color: #F2865F;
}
</style>