Shades of Crusta #F2945B
Tints of Crusta #F2945B
RGB
CMYK
RGB Variations
Color information
#F2945B (or 0xF2945B) is known color: Crusta. HEX triplet: F2, 94 and 5B. RGB value is (242,148,91). Sum of RGB (Red+Green+Blue) = 242+148+91=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2945B is #0D6BA4. Grayscale: #A9A9A9. Windows color (decimal): -879525 or 6001906. OLE color: 6001906.
HSL color Cylindrical-coordinate representation of color #F2945B: hue angle of 22.65º 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 #F2945B is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 91 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 22.65º | 0.85% | 0.65% | - |
| HSV(B) | 22.65º | 0.62% | 0.95% | - |
| XYZ | 49.1 | 40.81 | 15.19 | - |
| YUV | 169.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 91 | 0 | 0.39 | 0.62 | 0.05 | 22.65 | 0.85 | 0.65 |
| Hex | F2 | 94 | 5B | 0 | 27 | 3E | 5 | 17 | 55 | 41 |
| Octal | 362 | 224 | 133 | 0 | 47 | 76 | 5 | 27 | 125 | 101 |
| Binary | 11110010 | 10010100 | 1011011 | 0 | 100111 | 111110 | 101 | 10111 | 1010101 | 1000001 |
Color Harmonies of #F2945B
Complementary color
Monochromatic Colors of #F2945B
Black with #F2945B
Text Example
Text Example
White with #F2945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2945B; }
p { color: rgb(242,148,91); }
H1.HeaderClassName
{
color: #F2945B;
}
.AnyTagClassName
{
color: #F2945B;
}
</style>
background-color css
<style>
a { background-color: #F2945B; }
a { background-color: rgb(242,148,91); }
div.DivClassName
{
background-color: #F2945B;
}
.BgClassName
{
background-color: #F2945B;
}
</style>
border-color css
<style>
span { border-color: #F2945B; }
span { border-color: rgb(242,148,91); }
td.TdClassName
{
border-color: #F2945B;
}
.TagClassName
{
border-color: #F2945B;
}
</style>