Shades of Crusta #F2884D
Tints of Crusta #F2884D
RGB
CMYK
RGB Variations
Color information
#F2884D (or 0xF2884D) is known color: Crusta. HEX triplet: F2, 88 and 4D. RGB value is (242,136,77). Sum of RGB (Red+Green+Blue) = 242+136+77=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2884D is #0D77B2. Grayscale: #A1A1A1. Windows color (decimal): -882611 or 5081330. OLE color: 5081330.
HSL color Cylindrical-coordinate representation of color #F2884D: hue angle of 21.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2884D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 77 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.05 |
| HSL | 21.45º | 0.86% | 0.63% | - |
| HSV(B) | 21.45º | 0.68% | 0.95% | - |
| XYZ | 46.76 | 37.02 | 11.7 | - |
| YUV | 160.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 77 | 0 | 0.44 | 0.68 | 0.05 | 21.45 | 0.86 | 0.63 |
| Hex | F2 | 88 | 4D | 0 | 2C | 44 | 5 | 15 | 56 | 3F |
| Octal | 362 | 210 | 115 | 0 | 54 | 104 | 5 | 25 | 126 | 77 |
| Binary | 11110010 | 10001000 | 1001101 | 0 | 101100 | 1000100 | 101 | 10101 | 1010110 | 111111 |
Color Harmonies of #F2884D
Complementary color
Monochromatic Colors of #F2884D
Black with #F2884D
Text Example
Text Example
White with #F2884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2884D; }
p { color: rgb(242,136,77); }
H1.HeaderClassName
{
color: #F2884D;
}
.AnyTagClassName
{
color: #F2884D;
}
</style>
background-color css
<style>
a { background-color: #F2884D; }
a { background-color: rgb(242,136,77); }
div.DivClassName
{
background-color: #F2884D;
}
.BgClassName
{
background-color: #F2884D;
}
</style>
border-color css
<style>
span { border-color: #F2884D; }
span { border-color: rgb(242,136,77); }
td.TdClassName
{
border-color: #F2884D;
}
.TagClassName
{
border-color: #F2884D;
}
</style>