Shades of Crusta #F38D5D
Tints of Crusta #F38D5D
RGB
CMYK
RGB Variations
Color information
#F38D5D (or 0xF38D5D) is known color: Crusta. HEX triplet: F3, 8D and 5D. RGB value is (243,141,93). Sum of RGB (Red+Green+Blue) = 243+141+93=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D5D is #0C72A2. Grayscale: #A6A6A6. Windows color (decimal): -815779 or 6131187. OLE color: 6131187.
HSL color Cylindrical-coordinate representation of color #F38D5D: hue angle of 19.2º 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 #F38D5D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 93 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.05 |
| HSL | 19.2º | 0.86% | 0.66% | - |
| HSV(B) | 19.2º | 0.62% | 0.95% | - |
| XYZ | 48.46 | 38.89 | 15.31 | - |
| YUV | 166.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 93 | 0 | 0.42 | 0.62 | 0.05 | 19.2 | 0.86 | 0.66 |
| Hex | F3 | 8D | 5D | 0 | 2A | 3E | 5 | 13 | 56 | 42 |
| Octal | 363 | 215 | 135 | 0 | 52 | 76 | 5 | 23 | 126 | 102 |
| Binary | 11110011 | 10001101 | 1011101 | 0 | 101010 | 111110 | 101 | 10011 | 1010110 | 1000010 |
Color Harmonies of #F38D5D
Complementary color
Monochromatic Colors of #F38D5D
Black with #F38D5D
Text Example
Text Example
White with #F38D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D5D; }
p { color: rgb(243,141,93); }
H1.HeaderClassName
{
color: #F38D5D;
}
.AnyTagClassName
{
color: #F38D5D;
}
</style>
background-color css
<style>
a { background-color: #F38D5D; }
a { background-color: rgb(243,141,93); }
div.DivClassName
{
background-color: #F38D5D;
}
.BgClassName
{
background-color: #F38D5D;
}
</style>
border-color css
<style>
span { border-color: #F38D5D; }
span { border-color: rgb(243,141,93); }
td.TdClassName
{
border-color: #F38D5D;
}
.TagClassName
{
border-color: #F38D5D;
}
</style>