Shades of Crusta #F5845D
Tints of Crusta #F5845D
RGB
CMYK
RGB Variations
Color information
#F5845D (or 0xF5845D) is known color: Crusta. HEX triplet: F5, 84 and 5D. RGB value is (245,132,93). Sum of RGB (Red+Green+Blue) = 245+132+93=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5845D is #0A7BA2. Grayscale: #A1A1A1. Windows color (decimal): -687011 or 6128885. OLE color: 6128885.
HSL color Cylindrical-coordinate representation of color #F5845D: hue angle of 15.39º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5845D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.04 |
| HSL | 15.39º | 0.88% | 0.66% | - |
| HSV(B) | 15.39º | 0.62% | 0.96% | - |
| XYZ | 47.88 | 36.71 | 14.92 | - |
| YUV | 161.34 | 89.44 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 93 | 0 | 0.46 | 0.62 | 0.04 | 15.39 | 0.88 | 0.66 |
| Hex | F5 | 84 | 5D | 0 | 2E | 3E | 4 | F | 58 | 42 |
| Octal | 365 | 204 | 135 | 0 | 56 | 76 | 4 | 17 | 130 | 102 |
| Binary | 11110101 | 10000100 | 1011101 | 0 | 101110 | 111110 | 100 | 1111 | 1011000 | 1000010 |
Color Harmonies of #F5845D
Complementary color
Monochromatic Colors of #F5845D
Black with #F5845D
Text Example
Text Example
White with #F5845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5845D; }
p { color: rgb(245,132,93); }
H1.HeaderClassName
{
color: #F5845D;
}
.AnyTagClassName
{
color: #F5845D;
}
</style>
background-color css
<style>
a { background-color: #F5845D; }
a { background-color: rgb(245,132,93); }
div.DivClassName
{
background-color: #F5845D;
}
.BgClassName
{
background-color: #F5845D;
}
</style>
border-color css
<style>
span { border-color: #F5845D; }
span { border-color: rgb(245,132,93); }
td.TdClassName
{
border-color: #F5845D;
}
.TagClassName
{
border-color: #F5845D;
}
</style>