Shades of Crusta #F2825B
Tints of Crusta #F2825B
RGB
CMYK
RGB Variations
Color information
#F2825B (or 0xF2825B) is known color: Crusta. HEX triplet: F2, 82 and 5B. RGB value is (242,130,91). Sum of RGB (Red+Green+Blue) = 242+130+91=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2825B is #0D7DA4. Grayscale: #9F9F9F. Windows color (decimal): -884133 or 5997298. OLE color: 5997298.
HSL color Cylindrical-coordinate representation of color #F2825B: hue angle of 15.5º 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 #F2825B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.05 |
| HSL | 15.5º | 0.85% | 0.65% | - |
| HSV(B) | 15.5º | 0.62% | 0.95% | - |
| XYZ | 46.49 | 35.6 | 14.32 | - |
| YUV | 159.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 91 | 0 | 0.46 | 0.62 | 0.05 | 15.5 | 0.85 | 0.65 |
| Hex | F2 | 82 | 5B | 0 | 2E | 3E | 5 | F | 55 | 41 |
| Octal | 362 | 202 | 133 | 0 | 56 | 76 | 5 | 17 | 125 | 101 |
| Binary | 11110010 | 10000010 | 1011011 | 0 | 101110 | 111110 | 101 | 1111 | 1010101 | 1000001 |
Color Harmonies of #F2825B
Complementary color
Monochromatic Colors of #F2825B
Black with #F2825B
Text Example
Text Example
White with #F2825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2825B; }
p { color: rgb(242,130,91); }
H1.HeaderClassName
{
color: #F2825B;
}
.AnyTagClassName
{
color: #F2825B;
}
</style>
background-color css
<style>
a { background-color: #F2825B; }
a { background-color: rgb(242,130,91); }
div.DivClassName
{
background-color: #F2825B;
}
.BgClassName
{
background-color: #F2825B;
}
</style>
border-color css
<style>
span { border-color: #F2825B; }
span { border-color: rgb(242,130,91); }
td.TdClassName
{
border-color: #F2825B;
}
.TagClassName
{
border-color: #F2825B;
}
</style>