Shades of Crusta #F3865D
Tints of Crusta #F3865D
RGB
CMYK
RGB Variations
Color information
#F3865D (or 0xF3865D) is known color: Crusta. HEX triplet: F3, 86 and 5D. RGB value is (243,134,93). Sum of RGB (Red+Green+Blue) = 243+134+93=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3865D is #0C79A2. Grayscale: #A2A2A2. Windows color (decimal): -817571 or 6129395. OLE color: 6129395.
HSL color Cylindrical-coordinate representation of color #F3865D: hue angle of 16.4º 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 #F3865D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 93 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16.4º | 0.86% | 0.66% | - |
| HSV(B) | 16.4º | 0.62% | 0.95% | - |
| XYZ | 47.46 | 36.9 | 14.98 | - |
| YUV | 161.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 93 | 0 | 0.45 | 0.62 | 0.05 | 16.4 | 0.86 | 0.66 |
| Hex | F3 | 86 | 5D | 0 | 2D | 3E | 5 | 10 | 56 | 42 |
| Octal | 363 | 206 | 135 | 0 | 55 | 76 | 5 | 20 | 126 | 102 |
| Binary | 11110011 | 10000110 | 1011101 | 0 | 101101 | 111110 | 101 | 10000 | 1010110 | 1000010 |
Color Harmonies of #F3865D
Complementary color
Monochromatic Colors of #F3865D
Black with #F3865D
Text Example
Text Example
White with #F3865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3865D; }
p { color: rgb(243,134,93); }
H1.HeaderClassName
{
color: #F3865D;
}
.AnyTagClassName
{
color: #F3865D;
}
</style>
background-color css
<style>
a { background-color: #F3865D; }
a { background-color: rgb(243,134,93); }
div.DivClassName
{
background-color: #F3865D;
}
.BgClassName
{
background-color: #F3865D;
}
</style>
border-color css
<style>
span { border-color: #F3865D; }
span { border-color: rgb(243,134,93); }
td.TdClassName
{
border-color: #F3865D;
}
.TagClassName
{
border-color: #F3865D;
}
</style>