Shades of Crusta #F2885A
Tints of Crusta #F2885A
RGB
CMYK
RGB Variations
Color information
#F2885A (or 0xF2885A) is known color: Crusta. HEX triplet: F2, 88 and 5A. RGB value is (242,136,90). Sum of RGB (Red+Green+Blue) = 242+136+90=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2885A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2885A is #0D77A5. Grayscale: #A2A2A2. Windows color (decimal): -882598 or 5933298. OLE color: 5933298.
HSL color Cylindrical-coordinate representation of color #F2885A: hue angle of 18.16º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2885A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 90 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.05 |
| HSL | 18.16º | 0.85% | 0.65% | - |
| HSV(B) | 18.16º | 0.63% | 0.95% | - |
| XYZ | 47.27 | 37.22 | 14.37 | - |
| YUV | 162.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 90 | 0 | 0.44 | 0.63 | 0.05 | 18.16 | 0.85 | 0.65 |
| Hex | F2 | 88 | 5A | 0 | 2C | 3F | 5 | 12 | 55 | 41 |
| Octal | 362 | 210 | 132 | 0 | 54 | 77 | 5 | 22 | 125 | 101 |
| Binary | 11110010 | 10001000 | 1011010 | 0 | 101100 | 111111 | 101 | 10010 | 1010101 | 1000001 |
Color Harmonies of #F2885A
Complementary color
Monochromatic Colors of #F2885A
Black with #F2885A
Text Example
Text Example
White with #F2885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2885A; }
p { color: rgb(242,136,90); }
H1.HeaderClassName
{
color: #F2885A;
}
.AnyTagClassName
{
color: #F2885A;
}
</style>
background-color css
<style>
a { background-color: #F2885A; }
a { background-color: rgb(242,136,90); }
div.DivClassName
{
background-color: #F2885A;
}
.BgClassName
{
background-color: #F2885A;
}
</style>
border-color css
<style>
span { border-color: #F2885A; }
span { border-color: rgb(242,136,90); }
td.TdClassName
{
border-color: #F2885A;
}
.TagClassName
{
border-color: #F2885A;
}
</style>