Shades of Crusta #F5885F
Tints of Crusta #F5885F
RGB
CMYK
RGB Variations
Color information
#F5885F (or 0xF5885F) is known color: Crusta. HEX triplet: F5, 88 and 5F. RGB value is (245,136,95). Sum of RGB (Red+Green+Blue) = 245+136+95=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5885F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5885F is #0A77A0. Grayscale: #A4A4A4. Windows color (decimal): -685985 or 6260981. OLE color: 6260981.
HSL color Cylindrical-coordinate representation of color #F5885F: hue angle of 16.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5885F is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 95 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.04 |
| HSL | 16.4º | 0.88% | 0.67% | - |
| HSV(B) | 16.4º | 0.61% | 0.96% | - |
| XYZ | 48.53 | 37.85 | 15.57 | - |
| YUV | 163.92 | 89.11 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 95 | 0 | 0.44 | 0.61 | 0.04 | 16.4 | 0.88 | 0.67 |
| Hex | F5 | 88 | 5F | 0 | 2C | 3D | 4 | 10 | 58 | 43 |
| Octal | 365 | 210 | 137 | 0 | 54 | 75 | 4 | 20 | 130 | 103 |
| Binary | 11110101 | 10001000 | 1011111 | 0 | 101100 | 111101 | 100 | 10000 | 1011000 | 1000011 |
Color Harmonies of #F5885F
Complementary color
Monochromatic Colors of #F5885F
Black with #F5885F
Text Example
Text Example
White with #F5885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5885F; }
p { color: rgb(245,136,95); }
H1.HeaderClassName
{
color: #F5885F;
}
.AnyTagClassName
{
color: #F5885F;
}
</style>
background-color css
<style>
a { background-color: #F5885F; }
a { background-color: rgb(245,136,95); }
div.DivClassName
{
background-color: #F5885F;
}
.BgClassName
{
background-color: #F5885F;
}
</style>
border-color css
<style>
span { border-color: #F5885F; }
span { border-color: rgb(245,136,95); }
td.TdClassName
{
border-color: #F5885F;
}
.TagClassName
{
border-color: #F5885F;
}
</style>