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