Shades of Crusta #F19256
Tints of Crusta #F19256
RGB
CMYK
RGB Variations
Color information
#F19256 (or 0xF19256) is known color: Crusta. HEX triplet: F1, 92 and 56. RGB value is (241,146,86). Sum of RGB (Red+Green+Blue) = 241+146+86=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F19256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19256 is #0E6DA9. Grayscale: #A7A7A7. Windows color (decimal): -945578 or 5673713. OLE color: 5673713.
HSL color Cylindrical-coordinate representation of color #F19256: hue angle of 23.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F19256 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.05 |
| HSL | 23.23º | 0.85% | 0.64% | - |
| HSV(B) | 23.23º | 0.64% | 0.95% | - |
| XYZ | 48.23 | 39.93 | 13.97 | - |
| YUV | 167.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 86 | 0 | 0.39 | 0.64 | 0.05 | 23.23 | 0.85 | 0.64 |
| Hex | F1 | 92 | 56 | 0 | 27 | 40 | 5 | 17 | 55 | 40 |
| Octal | 361 | 222 | 126 | 0 | 47 | 100 | 5 | 27 | 125 | 100 |
| Binary | 11110001 | 10010010 | 1010110 | 0 | 100111 | 1000000 | 101 | 10111 | 1010101 | 1000000 |
Color Harmonies of #F19256
Complementary color
Monochromatic Colors of #F19256
Black with #F19256
Text Example
Text Example
White with #F19256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19256; }
p { color: rgb(241,146,86); }
H1.HeaderClassName
{
color: #F19256;
}
.AnyTagClassName
{
color: #F19256;
}
</style>
background-color css
<style>
a { background-color: #F19256; }
a { background-color: rgb(241,146,86); }
div.DivClassName
{
background-color: #F19256;
}
.BgClassName
{
background-color: #F19256;
}
</style>
border-color css
<style>
span { border-color: #F19256; }
span { border-color: rgb(241,146,86); }
td.TdClassName
{
border-color: #F19256;
}
.TagClassName
{
border-color: #F19256;
}
</style>