Shades of Crusta #F49052
Tints of Crusta #F49052
RGB
CMYK
RGB Variations
Color information
#F49052 (or 0xF49052) is known color: Crusta. HEX triplet: F4, 90 and 52. RGB value is (244,144,82). Sum of RGB (Red+Green+Blue) = 244+144+82=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F49052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49052 is #0B6FAD. Grayscale: #A7A7A7. Windows color (decimal): -749486 or 5411060. OLE color: 5411060.
HSL color Cylindrical-coordinate representation of color #F49052: hue angle of 22.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F49052 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 82 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.04 |
| HSL | 22.96º | 0.88% | 0.64% | - |
| HSV(B) | 22.96º | 0.66% | 0.96% | - |
| XYZ | 48.8 | 39.79 | 13.09 | - |
| YUV | 166.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 82 | 0 | 0.41 | 0.66 | 0.04 | 22.96 | 0.88 | 0.64 |
| Hex | F4 | 90 | 52 | 0 | 29 | 42 | 4 | 17 | 58 | 40 |
| Octal | 364 | 220 | 122 | 0 | 51 | 102 | 4 | 27 | 130 | 100 |
| Binary | 11110100 | 10010000 | 1010010 | 0 | 101001 | 1000010 | 100 | 10111 | 1011000 | 1000000 |
Color Harmonies of #F49052
Complementary color
Monochromatic Colors of #F49052
Black with #F49052
Text Example
Text Example
White with #F49052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49052; }
p { color: rgb(244,144,82); }
H1.HeaderClassName
{
color: #F49052;
}
.AnyTagClassName
{
color: #F49052;
}
</style>
background-color css
<style>
a { background-color: #F49052; }
a { background-color: rgb(244,144,82); }
div.DivClassName
{
background-color: #F49052;
}
.BgClassName
{
background-color: #F49052;
}
</style>
border-color css
<style>
span { border-color: #F49052; }
span { border-color: rgb(244,144,82); }
td.TdClassName
{
border-color: #F49052;
}
.TagClassName
{
border-color: #F49052;
}
</style>