Shades of Crusta #F19255
Tints of Crusta #F19255
RGB
CMYK
RGB Variations
Color information
#F19255 (or 0xF19255) is known color: Crusta. HEX triplet: F1, 92 and 55. RGB value is (241,146,85). Sum of RGB (Red+Green+Blue) = 241+146+85=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F19255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19255 is #0E6DAA. Grayscale: #A7A7A7. Windows color (decimal): -945579 or 5608177. OLE color: 5608177.
HSL color Cylindrical-coordinate representation of color #F19255: hue angle of 23.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F19255 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 85 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.05 |
| HSL | 23.46º | 0.85% | 0.64% | - |
| HSV(B) | 23.46º | 0.65% | 0.95% | - |
| XYZ | 48.19 | 39.91 | 13.76 | - |
| YUV | 167.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 85 | 0 | 0.39 | 0.65 | 0.05 | 23.46 | 0.85 | 0.64 |
| Hex | F1 | 92 | 55 | 0 | 27 | 41 | 5 | 17 | 55 | 40 |
| Octal | 361 | 222 | 125 | 0 | 47 | 101 | 5 | 27 | 125 | 100 |
| Binary | 11110001 | 10010010 | 1010101 | 0 | 100111 | 1000001 | 101 | 10111 | 1010101 | 1000000 |
Color Harmonies of #F19255
Complementary color
Monochromatic Colors of #F19255
Black with #F19255
Text Example
Text Example
White with #F19255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19255; }
p { color: rgb(241,146,85); }
H1.HeaderClassName
{
color: #F19255;
}
.AnyTagClassName
{
color: #F19255;
}
</style>
background-color css
<style>
a { background-color: #F19255; }
a { background-color: rgb(241,146,85); }
div.DivClassName
{
background-color: #F19255;
}
.BgClassName
{
background-color: #F19255;
}
</style>
border-color css
<style>
span { border-color: #F19255; }
span { border-color: rgb(241,146,85); }
td.TdClassName
{
border-color: #F19255;
}
.TagClassName
{
border-color: #F19255;
}
</style>