Shades of Crusta #F2824F
Tints of Crusta #F2824F
RGB
CMYK
RGB Variations
Color information
#F2824F (or 0xF2824F) is known color: Crusta. HEX triplet: F2, 82 and 4F. RGB value is (242,130,79). Sum of RGB (Red+Green+Blue) = 242+130+79=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2824F is #0D7DB0. Grayscale: #9D9D9D. Windows color (decimal): -884145 or 5210866. OLE color: 5210866.
HSL color Cylindrical-coordinate representation of color #F2824F: hue angle of 18.77º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2824F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 79 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.05 |
| HSL | 18.77º | 0.86% | 0.63% | - |
| HSV(B) | 18.77º | 0.67% | 0.95% | - |
| XYZ | 46.01 | 35.41 | 11.81 | - |
| YUV | 157.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 79 | 0 | 0.46 | 0.67 | 0.05 | 18.77 | 0.86 | 0.63 |
| Hex | F2 | 82 | 4F | 0 | 2E | 43 | 5 | 13 | 56 | 3F |
| Octal | 362 | 202 | 117 | 0 | 56 | 103 | 5 | 23 | 126 | 77 |
| Binary | 11110010 | 10000010 | 1001111 | 0 | 101110 | 1000011 | 101 | 10011 | 1010110 | 111111 |
Color Harmonies of #F2824F
Complementary color
Monochromatic Colors of #F2824F
Black with #F2824F
Text Example
Text Example
White with #F2824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2824F; }
p { color: rgb(242,130,79); }
H1.HeaderClassName
{
color: #F2824F;
}
.AnyTagClassName
{
color: #F2824F;
}
</style>
background-color css
<style>
a { background-color: #F2824F; }
a { background-color: rgb(242,130,79); }
div.DivClassName
{
background-color: #F2824F;
}
.BgClassName
{
background-color: #F2824F;
}
</style>
border-color css
<style>
span { border-color: #F2824F; }
span { border-color: rgb(242,130,79); }
td.TdClassName
{
border-color: #F2824F;
}
.TagClassName
{
border-color: #F2824F;
}
</style>