Shades of Crusta #F5854D
Tints of Crusta #F5854D
RGB
CMYK
RGB Variations
Color information
#F5854D (or 0xF5854D) is known color: Crusta. HEX triplet: F5, 85 and 4D. RGB value is (245,133,77). Sum of RGB (Red+Green+Blue) = 245+133+77=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5854D is #0A7AB2. Grayscale: #A0A0A0. Windows color (decimal): -686771 or 5080565. OLE color: 5080565.
HSL color Cylindrical-coordinate representation of color #F5854D: hue angle of 20º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5854D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 77 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.04 |
| HSL | 20º | 0.89% | 0.63% | - |
| HSV(B) | 20º | 0.69% | 0.96% | - |
| XYZ | 47.38 | 36.72 | 11.61 | - |
| YUV | 160.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 77 | 0 | 0.46 | 0.69 | 0.04 | 20 | 0.89 | 0.63 |
| Hex | F5 | 85 | 4D | 0 | 2E | 45 | 4 | 14 | 59 | 3F |
| Octal | 365 | 205 | 115 | 0 | 56 | 105 | 4 | 24 | 131 | 77 |
| Binary | 11110101 | 10000101 | 1001101 | 0 | 101110 | 1000101 | 100 | 10100 | 1011001 | 111111 |
Color Harmonies of #F5854D
Complementary color
Monochromatic Colors of #F5854D
Black with #F5854D
Text Example
Text Example
White with #F5854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5854D; }
p { color: rgb(245,133,77); }
H1.HeaderClassName
{
color: #F5854D;
}
.AnyTagClassName
{
color: #F5854D;
}
</style>
background-color css
<style>
a { background-color: #F5854D; }
a { background-color: rgb(245,133,77); }
div.DivClassName
{
background-color: #F5854D;
}
.BgClassName
{
background-color: #F5854D;
}
</style>
border-color css
<style>
span { border-color: #F5854D; }
span { border-color: rgb(245,133,77); }
td.TdClassName
{
border-color: #F5854D;
}
.TagClassName
{
border-color: #F5854D;
}
</style>