Shades of Crusta #F1945C
Tints of Crusta #F1945C
RGB
CMYK
RGB Variations
Color information
#F1945C (or 0xF1945C) is known color: Crusta. HEX triplet: F1, 94 and 5C. RGB value is (241,148,92). Sum of RGB (Red+Green+Blue) = 241+148+92=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F1945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1945C is #0E6BA3. Grayscale: #A9A9A9. Windows color (decimal): -945060 or 6067441. OLE color: 6067441.
HSL color Cylindrical-coordinate representation of color #F1945C: hue angle of 22.55º degrees, saturation: 0.84, 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 #F1945C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 92 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 22.55º | 0.84% | 0.65% | - |
| HSV(B) | 22.55º | 0.62% | 0.95% | - |
| XYZ | 48.8 | 40.65 | 15.4 | - |
| YUV | 169.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 92 | 0 | 0.39 | 0.62 | 0.05 | 22.55 | 0.84 | 0.65 |
| Hex | F1 | 94 | 5C | 0 | 27 | 3E | 5 | 17 | 54 | 41 |
| Octal | 361 | 224 | 134 | 0 | 47 | 76 | 5 | 27 | 124 | 101 |
| Binary | 11110001 | 10010100 | 1011100 | 0 | 100111 | 111110 | 101 | 10111 | 1010100 | 1000001 |
Color Harmonies of #F1945C
Complementary color
Monochromatic Colors of #F1945C
Black with #F1945C
Text Example
Text Example
White with #F1945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1945C; }
p { color: rgb(241,148,92); }
H1.HeaderClassName
{
color: #F1945C;
}
.AnyTagClassName
{
color: #F1945C;
}
</style>
background-color css
<style>
a { background-color: #F1945C; }
a { background-color: rgb(241,148,92); }
div.DivClassName
{
background-color: #F1945C;
}
.BgClassName
{
background-color: #F1945C;
}
</style>
border-color css
<style>
span { border-color: #F1945C; }
span { border-color: rgb(241,148,92); }
td.TdClassName
{
border-color: #F1945C;
}
.TagClassName
{
border-color: #F1945C;
}
</style>