Shades of Crusta #F2865C
Tints of Crusta #F2865C
RGB
CMYK
RGB Variations
Color information
#F2865C (or 0xF2865C) is known color: Crusta. HEX triplet: F2, 86 and 5C. RGB value is (242,134,92). Sum of RGB (Red+Green+Blue) = 242+134+92=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2865C is #0D79A3. Grayscale: #A1A1A1. Windows color (decimal): -883108 or 6063858. OLE color: 6063858.
HSL color Cylindrical-coordinate representation of color #F2865C: hue angle of 16.8º 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 #F2865C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 92 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16.8º | 0.85% | 0.65% | - |
| HSV(B) | 16.8º | 0.62% | 0.95% | - |
| XYZ | 47.07 | 36.7 | 14.73 | - |
| YUV | 161.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 92 | 0 | 0.45 | 0.62 | 0.05 | 16.8 | 0.85 | 0.65 |
| Hex | F2 | 86 | 5C | 0 | 2D | 3E | 5 | 11 | 55 | 41 |
| Octal | 362 | 206 | 134 | 0 | 55 | 76 | 5 | 21 | 125 | 101 |
| Binary | 11110010 | 10000110 | 1011100 | 0 | 101101 | 111110 | 101 | 10001 | 1010101 | 1000001 |
Color Harmonies of #F2865C
Complementary color
Monochromatic Colors of #F2865C
Black with #F2865C
Text Example
Text Example
White with #F2865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2865C; }
p { color: rgb(242,134,92); }
H1.HeaderClassName
{
color: #F2865C;
}
.AnyTagClassName
{
color: #F2865C;
}
</style>
background-color css
<style>
a { background-color: #F2865C; }
a { background-color: rgb(242,134,92); }
div.DivClassName
{
background-color: #F2865C;
}
.BgClassName
{
background-color: #F2865C;
}
</style>
border-color css
<style>
span { border-color: #F2865C; }
span { border-color: rgb(242,134,92); }
td.TdClassName
{
border-color: #F2865C;
}
.TagClassName
{
border-color: #F2865C;
}
</style>