Shades of Crusta #F37C49
Tints of Crusta #F37C49
RGB
CMYK
RGB Variations
Color information
#F37C49 (or 0xF37C49) is known color: Crusta. HEX triplet: F3, 7C and 49. RGB value is (243,124,73). Sum of RGB (Red+Green+Blue) = 243+124+73=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F37C49 is #0C83B6. Grayscale: #9A9A9A. Windows color (decimal): -820151 or 4816115. OLE color: 4816115.
HSL color Cylindrical-coordinate representation of color #F37C49: hue angle of 18º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F37C49 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 73 | - |
| CMYK | 0 | 0.49 | 0.70 | 0.05 |
| HSL | 18º | 0.88% | 0.62% | - |
| HSV(B) | 18º | 0.7% | 0.95% | - |
| XYZ | 45.37 | 33.95 | 10.47 | - |
| YUV | 153.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 73 | 0 | 0.49 | 0.70 | 0.05 | 18 | 0.88 | 0.62 |
| Hex | F3 | 7C | 49 | 0 | 31 | 46 | 5 | 12 | 58 | 3E |
| Octal | 363 | 174 | 111 | 0 | 61 | 106 | 5 | 22 | 130 | 76 |
| Binary | 11110011 | 1111100 | 1001001 | 0 | 110001 | 1000110 | 101 | 10010 | 1011000 | 111110 |
Color Harmonies of #F37C49
Complementary color
Monochromatic Colors of #F37C49
Black with #F37C49
Text Example
Text Example
White with #F37C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C49; }
p { color: rgb(243,124,73); }
H1.HeaderClassName
{
color: #F37C49;
}
.AnyTagClassName
{
color: #F37C49;
}
</style>
background-color css
<style>
a { background-color: #F37C49; }
a { background-color: rgb(243,124,73); }
div.DivClassName
{
background-color: #F37C49;
}
.BgClassName
{
background-color: #F37C49;
}
</style>
border-color css
<style>
span { border-color: #F37C49; }
span { border-color: rgb(243,124,73); }
td.TdClassName
{
border-color: #F37C49;
}
.TagClassName
{
border-color: #F37C49;
}
</style>