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