Shades of Crusta #F5895C
Tints of Crusta #F5895C
RGB
CMYK
RGB Variations
Color information
#F5895C (or 0xF5895C) is known color: Crusta. HEX triplet: F5, 89 and 5C. RGB value is (245,137,92). Sum of RGB (Red+Green+Blue) = 245+137+92=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5895C is #0A76A3. Grayscale: #A4A4A4. Windows color (decimal): -685732 or 6064629. OLE color: 6064629.
HSL color Cylindrical-coordinate representation of color #F5895C: hue angle of 17.65º 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 #F5895C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 137 | 92 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.04 |
| HSL | 17.65º | 0.88% | 0.66% | - |
| HSV(B) | 17.65º | 0.62% | 0.96% | - |
| XYZ | 48.53 | 38.08 | 14.92 | - |
| YUV | 164.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 137 | 92 | 0 | 0.44 | 0.62 | 0.04 | 17.65 | 0.88 | 0.66 |
| Hex | F5 | 89 | 5C | 0 | 2C | 3E | 4 | 12 | 58 | 42 |
| Octal | 365 | 211 | 134 | 0 | 54 | 76 | 4 | 22 | 130 | 102 |
| Binary | 11110101 | 10001001 | 1011100 | 0 | 101100 | 111110 | 100 | 10010 | 1011000 | 1000010 |
Color Harmonies of #F5895C
Complementary color
Monochromatic Colors of #F5895C
Black with #F5895C
Text Example
Text Example
White with #F5895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5895C; }
p { color: rgb(245,137,92); }
H1.HeaderClassName
{
color: #F5895C;
}
.AnyTagClassName
{
color: #F5895C;
}
</style>
background-color css
<style>
a { background-color: #F5895C; }
a { background-color: rgb(245,137,92); }
div.DivClassName
{
background-color: #F5895C;
}
.BgClassName
{
background-color: #F5895C;
}
</style>
border-color css
<style>
span { border-color: #F5895C; }
span { border-color: rgb(245,137,92); }
td.TdClassName
{
border-color: #F5895C;
}
.TagClassName
{
border-color: #F5895C;
}
</style>