Shades of Crusta #F2885F
Tints of Crusta #F2885F
RGB
CMYK
RGB Variations
Color information
#F2885F (or 0xF2885F) is known color: Crusta. HEX triplet: F2, 88 and 5F. RGB value is (242,136,95). Sum of RGB (Red+Green+Blue) = 242+136+95=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2885F is #0D77A0. Grayscale: #A3A3A3. Windows color (decimal): -882593 or 6260978. OLE color: 6260978.
HSL color Cylindrical-coordinate representation of color #F2885F: hue angle of 16.73º 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 #F2885F is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 95 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.05 |
| HSL | 16.73º | 0.85% | 0.66% | - |
| HSV(B) | 16.73º | 0.61% | 0.95% | - |
| XYZ | 47.49 | 37.31 | 15.53 | - |
| YUV | 163.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 95 | 0 | 0.44 | 0.61 | 0.05 | 16.73 | 0.85 | 0.66 |
| Hex | F2 | 88 | 5F | 0 | 2C | 3D | 5 | 11 | 55 | 42 |
| Octal | 362 | 210 | 137 | 0 | 54 | 75 | 5 | 21 | 125 | 102 |
| Binary | 11110010 | 10001000 | 1011111 | 0 | 101100 | 111101 | 101 | 10001 | 1010101 | 1000010 |
Color Harmonies of #F2885F
Complementary color
Monochromatic Colors of #F2885F
Black with #F2885F
Text Example
Text Example
White with #F2885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2885F; }
p { color: rgb(242,136,95); }
H1.HeaderClassName
{
color: #F2885F;
}
.AnyTagClassName
{
color: #F2885F;
}
</style>
background-color css
<style>
a { background-color: #F2885F; }
a { background-color: rgb(242,136,95); }
div.DivClassName
{
background-color: #F2885F;
}
.BgClassName
{
background-color: #F2885F;
}
</style>
border-color css
<style>
span { border-color: #F2885F; }
span { border-color: rgb(242,136,95); }
td.TdClassName
{
border-color: #F2885F;
}
.TagClassName
{
border-color: #F2885F;
}
</style>