Shades of Crusta #F5865D
Tints of Crusta #F5865D
RGB
CMYK
RGB Variations
Color information
#F5865D (or 0xF5865D) is known color: Crusta. HEX triplet: F5, 86 and 5D. RGB value is (245,134,93). Sum of RGB (Red+Green+Blue) = 245+134+93=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5865D is #0A79A2. Grayscale: #A2A2A2. Windows color (decimal): -686499 or 6129397. OLE color: 6129397.
HSL color Cylindrical-coordinate representation of color #F5865D: hue angle of 16.18º 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 #F5865D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 93 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.04 |
| HSL | 16.18º | 0.88% | 0.66% | - |
| HSV(B) | 16.18º | 0.62% | 0.96% | - |
| XYZ | 48.16 | 37.25 | 15.01 | - |
| YUV | 162.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 93 | 0 | 0.45 | 0.62 | 0.04 | 16.18 | 0.88 | 0.66 |
| Hex | F5 | 86 | 5D | 0 | 2D | 3E | 4 | 10 | 58 | 42 |
| Octal | 365 | 206 | 135 | 0 | 55 | 76 | 4 | 20 | 130 | 102 |
| Binary | 11110101 | 10000110 | 1011101 | 0 | 101101 | 111110 | 100 | 10000 | 1011000 | 1000010 |
Color Harmonies of #F5865D
Complementary color
Monochromatic Colors of #F5865D
Black with #F5865D
Text Example
Text Example
White with #F5865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5865D; }
p { color: rgb(245,134,93); }
H1.HeaderClassName
{
color: #F5865D;
}
.AnyTagClassName
{
color: #F5865D;
}
</style>
background-color css
<style>
a { background-color: #F5865D; }
a { background-color: rgb(245,134,93); }
div.DivClassName
{
background-color: #F5865D;
}
.BgClassName
{
background-color: #F5865D;
}
</style>
border-color css
<style>
span { border-color: #F5865D; }
span { border-color: rgb(245,134,93); }
td.TdClassName
{
border-color: #F5865D;
}
.TagClassName
{
border-color: #F5865D;
}
</style>