Shades of Crusta #F2884C
Tints of Crusta #F2884C
RGB
CMYK
RGB Variations
Color information
#F2884C (or 0xF2884C) is known color: Crusta. HEX triplet: F2, 88 and 4C. RGB value is (242,136,76). Sum of RGB (Red+Green+Blue) = 242+136+76=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2884C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2884C is #0D77B3. Grayscale: #A1A1A1. Windows color (decimal): -882612 or 5015794. OLE color: 5015794.
HSL color Cylindrical-coordinate representation of color #F2884C: hue angle of 21.69º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2884C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 76 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.05 |
| HSL | 21.69º | 0.86% | 0.62% | - |
| HSV(B) | 21.69º | 0.69% | 0.95% | - |
| XYZ | 46.73 | 37.01 | 11.52 | - |
| YUV | 160.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 76 | 0 | 0.44 | 0.69 | 0.05 | 21.69 | 0.86 | 0.62 |
| Hex | F2 | 88 | 4C | 0 | 2C | 45 | 5 | 16 | 56 | 3E |
| Octal | 362 | 210 | 114 | 0 | 54 | 105 | 5 | 26 | 126 | 76 |
| Binary | 11110010 | 10001000 | 1001100 | 0 | 101100 | 1000101 | 101 | 10110 | 1010110 | 111110 |
Color Harmonies of #F2884C
Complementary color
Monochromatic Colors of #F2884C
Black with #F2884C
Text Example
Text Example
White with #F2884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2884C; }
p { color: rgb(242,136,76); }
H1.HeaderClassName
{
color: #F2884C;
}
.AnyTagClassName
{
color: #F2884C;
}
</style>
background-color css
<style>
a { background-color: #F2884C; }
a { background-color: rgb(242,136,76); }
div.DivClassName
{
background-color: #F2884C;
}
.BgClassName
{
background-color: #F2884C;
}
</style>
border-color css
<style>
span { border-color: #F2884C; }
span { border-color: rgb(242,136,76); }
td.TdClassName
{
border-color: #F2884C;
}
.TagClassName
{
border-color: #F2884C;
}
</style>