Shades of Crusta #F5895E
Tints of Crusta #F5895E
RGB
CMYK
RGB Variations
Color information
#F5895E (or 0xF5895E) is known color: Crusta. HEX triplet: F5, 89 and 5E. RGB value is (245,137,94). Sum of RGB (Red+Green+Blue) = 245+137+94=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5895E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5895E is #0A76A1. Grayscale: #A4A4A4. Windows color (decimal): -685730 or 6195701. OLE color: 6195701.
HSL color Cylindrical-coordinate representation of color #F5895E: hue angle of 17.09º 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 #F5895E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 94 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.04 |
| HSL | 17.09º | 0.88% | 0.66% | - |
| HSV(B) | 17.09º | 0.62% | 0.96% | - |
| XYZ | 48.62 | 38.11 | 15.38 | - |
| YUV | 164.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 94 | 0 | 0.44 | 0.62 | 0.04 | 17.09 | 0.88 | 0.66 |
| Hex | F5 | 89 | 5E | 0 | 2C | 3E | 4 | 11 | 58 | 42 |
| Octal | 365 | 211 | 136 | 0 | 54 | 76 | 4 | 21 | 130 | 102 |
| Binary | 11110101 | 10001001 | 1011110 | 0 | 101100 | 111110 | 100 | 10001 | 1011000 | 1000010 |
Color Harmonies of #F5895E
Complementary color
Monochromatic Colors of #F5895E
Black with #F5895E
Text Example
Text Example
White with #F5895E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5895E; }
p { color: rgb(245,137,94); }
H1.HeaderClassName
{
color: #F5895E;
}
.AnyTagClassName
{
color: #F5895E;
}
</style>
background-color css
<style>
a { background-color: #F5895E; }
a { background-color: rgb(245,137,94); }
div.DivClassName
{
background-color: #F5895E;
}
.BgClassName
{
background-color: #F5895E;
}
</style>
border-color css
<style>
span { border-color: #F5895E; }
span { border-color: rgb(245,137,94); }
td.TdClassName
{
border-color: #F5895E;
}
.TagClassName
{
border-color: #F5895E;
}
</style>