Shades of Crusta #F47C5D
Tints of Crusta #F47C5D
RGB
CMYK
RGB Variations
Color information
#F47C5D (or 0xF47C5D) is known color: Crusta. HEX triplet: F4, 7C and 5D. RGB value is (244,124,93). Sum of RGB (Red+Green+Blue) = 244+124+93=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C5D is #0B83A2. Grayscale: #9C9C9C. Windows color (decimal): -754595 or 6126836. OLE color: 6126836.
HSL color Cylindrical-coordinate representation of color #F47C5D: hue angle of 12.32º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F47C5D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 93 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.04 |
| HSL | 12.32º | 0.87% | 0.66% | - |
| HSV(B) | 12.32º | 0.62% | 0.96% | - |
| XYZ | 46.49 | 34.44 | 14.55 | - |
| YUV | 156.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 93 | 0 | 0.49 | 0.62 | 0.04 | 12.32 | 0.87 | 0.66 |
| Hex | F4 | 7C | 5D | 0 | 31 | 3E | 4 | C | 57 | 42 |
| Octal | 364 | 174 | 135 | 0 | 61 | 76 | 4 | 14 | 127 | 102 |
| Binary | 11110100 | 1111100 | 1011101 | 0 | 110001 | 111110 | 100 | 1100 | 1010111 | 1000010 |
Color Harmonies of #F47C5D
Complementary color
Monochromatic Colors of #F47C5D
Black with #F47C5D
Text Example
Text Example
White with #F47C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47C5D; }
p { color: rgb(244,124,93); }
H1.HeaderClassName
{
color: #F47C5D;
}
.AnyTagClassName
{
color: #F47C5D;
}
</style>
background-color css
<style>
a { background-color: #F47C5D; }
a { background-color: rgb(244,124,93); }
div.DivClassName
{
background-color: #F47C5D;
}
.BgClassName
{
background-color: #F47C5D;
}
</style>
border-color css
<style>
span { border-color: #F47C5D; }
span { border-color: rgb(244,124,93); }
td.TdClassName
{
border-color: #F47C5D;
}
.TagClassName
{
border-color: #F47C5D;
}
</style>