Shades of Crusta #F38E5D
Tints of Crusta #F38E5D
RGB
CMYK
RGB Variations
Color information
#F38E5D (or 0xF38E5D) is known color: Crusta. HEX triplet: F3, 8E and 5D. RGB value is (243,142,93). Sum of RGB (Red+Green+Blue) = 243+142+93=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E5D is #0C71A2. Grayscale: #A6A6A6. Windows color (decimal): -815523 or 6131443. OLE color: 6131443.
HSL color Cylindrical-coordinate representation of color #F38E5D: hue angle of 19.6º 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 #F38E5D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 93 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.05 |
| HSL | 19.6º | 0.86% | 0.66% | - |
| HSV(B) | 19.6º | 0.62% | 0.95% | - |
| XYZ | 48.61 | 39.19 | 15.36 | - |
| YUV | 166.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 93 | 0 | 0.42 | 0.62 | 0.05 | 19.6 | 0.86 | 0.66 |
| Hex | F3 | 8E | 5D | 0 | 2A | 3E | 5 | 14 | 56 | 42 |
| Octal | 363 | 216 | 135 | 0 | 52 | 76 | 5 | 24 | 126 | 102 |
| Binary | 11110011 | 10001110 | 1011101 | 0 | 101010 | 111110 | 101 | 10100 | 1010110 | 1000010 |
Color Harmonies of #F38E5D
Complementary color
Monochromatic Colors of #F38E5D
Black with #F38E5D
Text Example
Text Example
White with #F38E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E5D; }
p { color: rgb(243,142,93); }
H1.HeaderClassName
{
color: #F38E5D;
}
.AnyTagClassName
{
color: #F38E5D;
}
</style>
background-color css
<style>
a { background-color: #F38E5D; }
a { background-color: rgb(243,142,93); }
div.DivClassName
{
background-color: #F38E5D;
}
.BgClassName
{
background-color: #F38E5D;
}
</style>
border-color css
<style>
span { border-color: #F38E5D; }
span { border-color: rgb(243,142,93); }
td.TdClassName
{
border-color: #F38E5D;
}
.TagClassName
{
border-color: #F38E5D;
}
</style>