Shades of Crusta #F37C5D
Tints of Crusta #F37C5D
RGB
CMYK
RGB Variations
Color information
#F37C5D (or 0xF37C5D) is known color: Crusta. HEX triplet: F3, 7C and 5D. RGB value is (243,124,93). Sum of RGB (Red+Green+Blue) = 243+124+93=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C5D is #0C83A2. Grayscale: #9C9C9C. Windows color (decimal): -820131 or 6126835. OLE color: 6126835.
HSL color Cylindrical-coordinate representation of color #F37C5D: hue angle of 12.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F37C5D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 93 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.05 |
| HSL | 12.4º | 0.86% | 0.66% | - |
| HSV(B) | 12.4º | 0.62% | 0.95% | - |
| XYZ | 46.15 | 34.26 | 14.54 | - |
| YUV | 156.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 93 | 0 | 0.49 | 0.62 | 0.05 | 12.4 | 0.86 | 0.66 |
| Hex | F3 | 7C | 5D | 0 | 31 | 3E | 5 | C | 56 | 42 |
| Octal | 363 | 174 | 135 | 0 | 61 | 76 | 5 | 14 | 126 | 102 |
| Binary | 11110011 | 1111100 | 1011101 | 0 | 110001 | 111110 | 101 | 1100 | 1010110 | 1000010 |
Color Harmonies of #F37C5D
Complementary color
Monochromatic Colors of #F37C5D
Black with #F37C5D
Text Example
Text Example
White with #F37C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C5D; }
p { color: rgb(243,124,93); }
H1.HeaderClassName
{
color: #F37C5D;
}
.AnyTagClassName
{
color: #F37C5D;
}
</style>
background-color css
<style>
a { background-color: #F37C5D; }
a { background-color: rgb(243,124,93); }
div.DivClassName
{
background-color: #F37C5D;
}
.BgClassName
{
background-color: #F37C5D;
}
</style>
border-color css
<style>
span { border-color: #F37C5D; }
span { border-color: rgb(243,124,93); }
td.TdClassName
{
border-color: #F37C5D;
}
.TagClassName
{
border-color: #F37C5D;
}
</style>