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