Shades of Crusta #F3845D
Tints of Crusta #F3845D
RGB
CMYK
RGB Variations
Color information
#F3845D (or 0xF3845D) is known color: Crusta. HEX triplet: F3, 84 and 5D. RGB value is (243,132,93). Sum of RGB (Red+Green+Blue) = 243+132+93=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3845D is #0C7BA2. Grayscale: #A1A1A1. Windows color (decimal): -818083 or 6128883. OLE color: 6128883.
HSL color Cylindrical-coordinate representation of color #F3845D: hue angle of 15.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 #F3845D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.05 |
| HSL | 15.6º | 0.86% | 0.66% | - |
| HSV(B) | 15.6º | 0.62% | 0.95% | - |
| XYZ | 47.19 | 36.35 | 14.88 | - |
| YUV | 160.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 93 | 0 | 0.46 | 0.62 | 0.05 | 15.6 | 0.86 | 0.66 |
| Hex | F3 | 84 | 5D | 0 | 2E | 3E | 5 | 10 | 56 | 42 |
| Octal | 363 | 204 | 135 | 0 | 56 | 76 | 5 | 20 | 126 | 102 |
| Binary | 11110011 | 10000100 | 1011101 | 0 | 101110 | 111110 | 101 | 10000 | 1010110 | 1000010 |
Color Harmonies of #F3845D
Complementary color
Monochromatic Colors of #F3845D
Black with #F3845D
Text Example
Text Example
White with #F3845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3845D; }
p { color: rgb(243,132,93); }
H1.HeaderClassName
{
color: #F3845D;
}
.AnyTagClassName
{
color: #F3845D;
}
</style>
background-color css
<style>
a { background-color: #F3845D; }
a { background-color: rgb(243,132,93); }
div.DivClassName
{
background-color: #F3845D;
}
.BgClassName
{
background-color: #F3845D;
}
</style>
border-color css
<style>
span { border-color: #F3845D; }
span { border-color: rgb(243,132,93); }
td.TdClassName
{
border-color: #F3845D;
}
.TagClassName
{
border-color: #F3845D;
}
</style>