Shades of Crusta #F2835C
Tints of Crusta #F2835C
RGB
CMYK
RGB Variations
Color information
#F2835C (or 0xF2835C) is known color: Crusta. HEX triplet: F2, 83 and 5C. RGB value is (242,131,92). Sum of RGB (Red+Green+Blue) = 242+131+92=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2835C is #0D7CA3. Grayscale: #A0A0A0. Windows color (decimal): -883876 or 6063090. OLE color: 6063090.
HSL color Cylindrical-coordinate representation of color #F2835C: hue angle of 15.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2835C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 92 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.05 |
| HSL | 15.6º | 0.85% | 0.65% | - |
| HSV(B) | 15.6º | 0.62% | 0.95% | - |
| XYZ | 46.67 | 35.88 | 14.59 | - |
| YUV | 159.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 92 | 0 | 0.46 | 0.62 | 0.05 | 15.6 | 0.85 | 0.65 |
| Hex | F2 | 83 | 5C | 0 | 2E | 3E | 5 | 10 | 55 | 41 |
| Octal | 362 | 203 | 134 | 0 | 56 | 76 | 5 | 20 | 125 | 101 |
| Binary | 11110010 | 10000011 | 1011100 | 0 | 101110 | 111110 | 101 | 10000 | 1010101 | 1000001 |
Color Harmonies of #F2835C
Complementary color
Monochromatic Colors of #F2835C
Black with #F2835C
Text Example
Text Example
White with #F2835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2835C; }
p { color: rgb(242,131,92); }
H1.HeaderClassName
{
color: #F2835C;
}
.AnyTagClassName
{
color: #F2835C;
}
</style>
background-color css
<style>
a { background-color: #F2835C; }
a { background-color: rgb(242,131,92); }
div.DivClassName
{
background-color: #F2835C;
}
.BgClassName
{
background-color: #F2835C;
}
</style>
border-color css
<style>
span { border-color: #F2835C; }
span { border-color: rgb(242,131,92); }
td.TdClassName
{
border-color: #F2835C;
}
.TagClassName
{
border-color: #F2835C;
}
</style>