Shades of Crusta #F59259
Tints of Crusta #F59259
RGB
CMYK
RGB Variations
Color information
#F59259 (or 0xF59259) is known color: Crusta. HEX triplet: F5, 92 and 59. RGB value is (245,146,89). Sum of RGB (Red+Green+Blue) = 245+146+89=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F59259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59259 is #0A6DA6. Grayscale: #A9A9A9. Windows color (decimal): -683431 or 5870325. OLE color: 5870325.
HSL color Cylindrical-coordinate representation of color #F59259: hue angle of 21.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F59259 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 89 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.04 |
| HSL | 21.92º | 0.89% | 0.65% | - |
| HSV(B) | 21.92º | 0.64% | 0.96% | - |
| XYZ | 49.74 | 40.69 | 14.68 | - |
| YUV | 169.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 89 | 0 | 0.40 | 0.64 | 0.04 | 21.92 | 0.89 | 0.65 |
| Hex | F5 | 92 | 59 | 0 | 28 | 40 | 4 | 16 | 59 | 41 |
| Octal | 365 | 222 | 131 | 0 | 50 | 100 | 4 | 26 | 131 | 101 |
| Binary | 11110101 | 10010010 | 1011001 | 0 | 101000 | 1000000 | 100 | 10110 | 1011001 | 1000001 |
Color Harmonies of #F59259
Complementary color
Monochromatic Colors of #F59259
Black with #F59259
Text Example
Text Example
White with #F59259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59259; }
p { color: rgb(245,146,89); }
H1.HeaderClassName
{
color: #F59259;
}
.AnyTagClassName
{
color: #F59259;
}
</style>
background-color css
<style>
a { background-color: #F59259; }
a { background-color: rgb(245,146,89); }
div.DivClassName
{
background-color: #F59259;
}
.BgClassName
{
background-color: #F59259;
}
</style>
border-color css
<style>
span { border-color: #F59259; }
span { border-color: rgb(245,146,89); }
td.TdClassName
{
border-color: #F59259;
}
.TagClassName
{
border-color: #F59259;
}
</style>