Shades of Crusta #F58564
Tints of Crusta #F58564
RGB
CMYK
RGB Variations
Color information
#F58564 (or 0xF58564) is known color: Crusta. HEX triplet: F5, 85 and 64. RGB value is (245,133,100). Sum of RGB (Red+Green+Blue) = 245+133+100=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F58564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58564 is #0A7A9B. Grayscale: #A2A2A2. Windows color (decimal): -686748 or 6587893. OLE color: 6587893.
HSL color Cylindrical-coordinate representation of color #F58564: hue angle of 13.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58564 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 100 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.04 |
| HSL | 13.66º | 0.88% | 0.68% | - |
| HSV(B) | 13.66º | 0.59% | 0.96% | - |
| XYZ | 48.34 | 37.11 | 16.67 | - |
| YUV | 162.73 | 92.61 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 100 | 0 | 0.46 | 0.59 | 0.04 | 13.66 | 0.88 | 0.68 |
| Hex | F5 | 85 | 64 | 0 | 2E | 3B | 4 | E | 58 | 44 |
| Octal | 365 | 205 | 144 | 0 | 56 | 73 | 4 | 16 | 130 | 104 |
| Binary | 11110101 | 10000101 | 1100100 | 0 | 101110 | 111011 | 100 | 1110 | 1011000 | 1000100 |
Color Harmonies of #F58564
Complementary color
Monochromatic Colors of #F58564
Black with #F58564
Text Example
Text Example
White with #F58564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58564; }
p { color: rgb(245,133,100); }
H1.HeaderClassName
{
color: #F58564;
}
.AnyTagClassName
{
color: #F58564;
}
</style>
background-color css
<style>
a { background-color: #F58564; }
a { background-color: rgb(245,133,100); }
div.DivClassName
{
background-color: #F58564;
}
.BgClassName
{
background-color: #F58564;
}
</style>
border-color css
<style>
span { border-color: #F58564; }
span { border-color: rgb(245,133,100); }
td.TdClassName
{
border-color: #F58564;
}
.TagClassName
{
border-color: #F58564;
}
</style>