Shades of Crusta #F1825C
Tints of Crusta #F1825C
RGB
CMYK
RGB Variations
Color information
#F1825C (or 0xF1825C) is known color: Crusta. HEX triplet: F1, 82 and 5C. RGB value is (241,130,92). Sum of RGB (Red+Green+Blue) = 241+130+92=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1825C is #0E7DA3. Grayscale: #9F9F9F. Windows color (decimal): -949668 or 6062833. OLE color: 6062833.
HSL color Cylindrical-coordinate representation of color #F1825C: hue angle of 15.3º 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 #F1825C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 92 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.05 |
| HSL | 15.3º | 0.84% | 0.65% | - |
| HSV(B) | 15.3º | 0.62% | 0.95% | - |
| XYZ | 46.19 | 35.44 | 14.53 | - |
| YUV | 158.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 92 | 0 | 0.46 | 0.62 | 0.05 | 15.3 | 0.84 | 0.65 |
| Hex | F1 | 82 | 5C | 0 | 2E | 3E | 5 | F | 54 | 41 |
| Octal | 361 | 202 | 134 | 0 | 56 | 76 | 5 | 17 | 124 | 101 |
| Binary | 11110001 | 10000010 | 1011100 | 0 | 101110 | 111110 | 101 | 1111 | 1010100 | 1000001 |
Color Harmonies of #F1825C
Complementary color
Monochromatic Colors of #F1825C
Black with #F1825C
Text Example
Text Example
White with #F1825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1825C; }
p { color: rgb(241,130,92); }
H1.HeaderClassName
{
color: #F1825C;
}
.AnyTagClassName
{
color: #F1825C;
}
</style>
background-color css
<style>
a { background-color: #F1825C; }
a { background-color: rgb(241,130,92); }
div.DivClassName
{
background-color: #F1825C;
}
.BgClassName
{
background-color: #F1825C;
}
</style>
border-color css
<style>
span { border-color: #F1825C; }
span { border-color: rgb(241,130,92); }
td.TdClassName
{
border-color: #F1825C;
}
.TagClassName
{
border-color: #F1825C;
}
</style>