Shades of Crusta #F49255
Tints of Crusta #F49255
RGB
CMYK
RGB Variations
Color information
#F49255 (or 0xF49255) is known color: Crusta. HEX triplet: F4, 92 and 55. RGB value is (244,146,85). Sum of RGB (Red+Green+Blue) = 244+146+85=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F49255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49255 is #0B6DAA. Grayscale: #A8A8A8. Windows color (decimal): -748971 or 5608180. OLE color: 5608180.
HSL color Cylindrical-coordinate representation of color #F49255: hue angle of 23.02º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F49255 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 85 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.04 |
| HSL | 23.02º | 0.88% | 0.65% | - |
| HSV(B) | 23.02º | 0.65% | 0.96% | - |
| XYZ | 49.23 | 40.45 | 13.81 | - |
| YUV | 168.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 85 | 0 | 0.40 | 0.65 | 0.04 | 23.02 | 0.88 | 0.65 |
| Hex | F4 | 92 | 55 | 0 | 28 | 41 | 4 | 17 | 58 | 41 |
| Octal | 364 | 222 | 125 | 0 | 50 | 101 | 4 | 27 | 130 | 101 |
| Binary | 11110100 | 10010010 | 1010101 | 0 | 101000 | 1000001 | 100 | 10111 | 1011000 | 1000001 |
Color Harmonies of #F49255
Complementary color
Monochromatic Colors of #F49255
Black with #F49255
Text Example
Text Example
White with #F49255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49255; }
p { color: rgb(244,146,85); }
H1.HeaderClassName
{
color: #F49255;
}
.AnyTagClassName
{
color: #F49255;
}
</style>
background-color css
<style>
a { background-color: #F49255; }
a { background-color: rgb(244,146,85); }
div.DivClassName
{
background-color: #F49255;
}
.BgClassName
{
background-color: #F49255;
}
</style>
border-color css
<style>
span { border-color: #F49255; }
span { border-color: rgb(244,146,85); }
td.TdClassName
{
border-color: #F49255;
}
.TagClassName
{
border-color: #F49255;
}
</style>