Shades of Crusta #F3834D
Tints of Crusta #F3834D
RGB
CMYK
RGB Variations
Color information
#F3834D (or 0xF3834D) is known color: Crusta. HEX triplet: F3, 83 and 4D. RGB value is (243,131,77). Sum of RGB (Red+Green+Blue) = 243+131+77=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3834D is #0C7CB2. Grayscale: #9E9E9E. Windows color (decimal): -818355 or 5080051. OLE color: 5080051.
HSL color Cylindrical-coordinate representation of color #F3834D: hue angle of 19.52º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3834D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.05 |
| HSL | 19.52º | 0.87% | 0.63% | - |
| HSV(B) | 19.52º | 0.68% | 0.95% | - |
| XYZ | 46.42 | 35.82 | 11.49 | - |
| YUV | 158.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 77 | 0 | 0.46 | 0.68 | 0.05 | 19.52 | 0.87 | 0.63 |
| Hex | F3 | 83 | 4D | 0 | 2E | 44 | 5 | 14 | 57 | 3F |
| Octal | 363 | 203 | 115 | 0 | 56 | 104 | 5 | 24 | 127 | 77 |
| Binary | 11110011 | 10000011 | 1001101 | 0 | 101110 | 1000100 | 101 | 10100 | 1010111 | 111111 |
Color Harmonies of #F3834D
Complementary color
Monochromatic Colors of #F3834D
Black with #F3834D
Text Example
Text Example
White with #F3834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3834D; }
p { color: rgb(243,131,77); }
H1.HeaderClassName
{
color: #F3834D;
}
.AnyTagClassName
{
color: #F3834D;
}
</style>
background-color css
<style>
a { background-color: #F3834D; }
a { background-color: rgb(243,131,77); }
div.DivClassName
{
background-color: #F3834D;
}
.BgClassName
{
background-color: #F3834D;
}
</style>
border-color css
<style>
span { border-color: #F3834D; }
span { border-color: rgb(243,131,77); }
td.TdClassName
{
border-color: #F3834D;
}
.TagClassName
{
border-color: #F3834D;
}
</style>