Shades of Crusta #F58965
Tints of Crusta #F58965
RGB
CMYK
RGB Variations
Color information
#F58965 (or 0xF58965) is known color: Crusta. HEX triplet: F5, 89 and 65. RGB value is (245,137,101). Sum of RGB (Red+Green+Blue) = 245+137+101=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58965 is #0A769A. Grayscale: #A5A5A5. Windows color (decimal): -685723 or 6654453. OLE color: 6654453.
HSL color Cylindrical-coordinate representation of color #F58965: hue angle of 15º 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 #F58965 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 101 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.04 |
| HSL | 15º | 0.88% | 0.68% | - |
| HSV(B) | 15º | 0.59% | 0.96% | - |
| XYZ | 48.95 | 38.24 | 17.11 | - |
| YUV | 165.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 101 | 0 | 0.44 | 0.59 | 0.04 | 15 | 0.88 | 0.68 |
| Hex | F5 | 89 | 65 | 0 | 2C | 3B | 4 | F | 58 | 44 |
| Octal | 365 | 211 | 145 | 0 | 54 | 73 | 4 | 17 | 130 | 104 |
| Binary | 11110101 | 10001001 | 1100101 | 0 | 101100 | 111011 | 100 | 1111 | 1011000 | 1000100 |
Color Harmonies of #F58965
Complementary color
Monochromatic Colors of #F58965
Black with #F58965
Text Example
Text Example
White with #F58965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58965; }
p { color: rgb(245,137,101); }
H1.HeaderClassName
{
color: #F58965;
}
.AnyTagClassName
{
color: #F58965;
}
</style>
background-color css
<style>
a { background-color: #F58965; }
a { background-color: rgb(245,137,101); }
div.DivClassName
{
background-color: #F58965;
}
.BgClassName
{
background-color: #F58965;
}
</style>
border-color css
<style>
span { border-color: #F58965; }
span { border-color: rgb(245,137,101); }
td.TdClassName
{
border-color: #F58965;
}
.TagClassName
{
border-color: #F58965;
}
</style>