Shades of Crusta #F2844A
Tints of Crusta #F2844A
RGB
CMYK
RGB Variations
Color information
#F2844A (or 0xF2844A) is known color: Crusta. HEX triplet: F2, 84 and 4A. RGB value is (242,132,74). Sum of RGB (Red+Green+Blue) = 242+132+74=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2844A is #0D7BB5. Grayscale: #9E9E9E. Windows color (decimal): -883638 or 4883698. OLE color: 4883698.
HSL color Cylindrical-coordinate representation of color #F2844A: hue angle of 20.71º degrees, saturation: 0.87, 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 #F2844A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 74 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.05 |
| HSL | 20.71º | 0.87% | 0.62% | - |
| HSV(B) | 20.71º | 0.69% | 0.95% | - |
| XYZ | 46.11 | 35.87 | 10.97 | - |
| YUV | 158.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 74 | 0 | 0.45 | 0.69 | 0.05 | 20.71 | 0.87 | 0.62 |
| Hex | F2 | 84 | 4A | 0 | 2D | 45 | 5 | 15 | 57 | 3E |
| Octal | 362 | 204 | 112 | 0 | 55 | 105 | 5 | 25 | 127 | 76 |
| Binary | 11110010 | 10000100 | 1001010 | 0 | 101101 | 1000101 | 101 | 10101 | 1010111 | 111110 |
Color Harmonies of #F2844A
Complementary color
Monochromatic Colors of #F2844A
Black with #F2844A
Text Example
Text Example
White with #F2844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2844A; }
p { color: rgb(242,132,74); }
H1.HeaderClassName
{
color: #F2844A;
}
.AnyTagClassName
{
color: #F2844A;
}
</style>
background-color css
<style>
a { background-color: #F2844A; }
a { background-color: rgb(242,132,74); }
div.DivClassName
{
background-color: #F2844A;
}
.BgClassName
{
background-color: #F2844A;
}
</style>
border-color css
<style>
span { border-color: #F2844A; }
span { border-color: rgb(242,132,74); }
td.TdClassName
{
border-color: #F2844A;
}
.TagClassName
{
border-color: #F2844A;
}
</style>