Shades of Crusta #F19259
Tints of Crusta #F19259
RGB
CMYK
RGB Variations
Color information
#F19259 (or 0xF19259) is known color: Crusta. HEX triplet: F1, 92 and 59. RGB value is (241,146,89). Sum of RGB (Red+Green+Blue) = 241+146+89=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F19259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19259 is #0E6DA6. Grayscale: #A8A8A8. Windows color (decimal): -945575 or 5870321. OLE color: 5870321.
HSL color Cylindrical-coordinate representation of color #F19259: hue angle of 22.5º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F19259 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 89 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.05 |
| HSL | 22.5º | 0.84% | 0.65% | - |
| HSV(B) | 22.5º | 0.63% | 0.95% | - |
| XYZ | 48.36 | 39.98 | 14.62 | - |
| YUV | 167.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 89 | 0 | 0.39 | 0.63 | 0.05 | 22.5 | 0.84 | 0.65 |
| Hex | F1 | 92 | 59 | 0 | 27 | 3F | 5 | 16 | 54 | 41 |
| Octal | 361 | 222 | 131 | 0 | 47 | 77 | 5 | 26 | 124 | 101 |
| Binary | 11110001 | 10010010 | 1011001 | 0 | 100111 | 111111 | 101 | 10110 | 1010100 | 1000001 |
Color Harmonies of #F19259
Complementary color
Monochromatic Colors of #F19259
Black with #F19259
Text Example
Text Example
White with #F19259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19259; }
p { color: rgb(241,146,89); }
H1.HeaderClassName
{
color: #F19259;
}
.AnyTagClassName
{
color: #F19259;
}
</style>
background-color css
<style>
a { background-color: #F19259; }
a { background-color: rgb(241,146,89); }
div.DivClassName
{
background-color: #F19259;
}
.BgClassName
{
background-color: #F19259;
}
</style>
border-color css
<style>
span { border-color: #F19259; }
span { border-color: rgb(241,146,89); }
td.TdClassName
{
border-color: #F19259;
}
.TagClassName
{
border-color: #F19259;
}
</style>