Shades of Crusta #F5824D
Tints of Crusta #F5824D
RGB
CMYK
RGB Variations
Color information
#F5824D (or 0xF5824D) is known color: Crusta. HEX triplet: F5, 82 and 4D. RGB value is (245,130,77). Sum of RGB (Red+Green+Blue) = 245+130+77=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5824D is #0A7DB2. Grayscale: #9E9E9E. Windows color (decimal): -687539 or 5079797. OLE color: 5079797.
HSL color Cylindrical-coordinate representation of color #F5824D: hue angle of 18.93º 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 #F5824D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.04 |
| HSL | 18.93º | 0.89% | 0.63% | - |
| HSV(B) | 18.93º | 0.69% | 0.96% | - |
| XYZ | 46.98 | 35.91 | 11.48 | - |
| YUV | 158.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 77 | 0 | 0.47 | 0.69 | 0.04 | 18.93 | 0.89 | 0.63 |
| Hex | F5 | 82 | 4D | 0 | 2F | 45 | 4 | 13 | 59 | 3F |
| Octal | 365 | 202 | 115 | 0 | 57 | 105 | 4 | 23 | 131 | 77 |
| Binary | 11110101 | 10000010 | 1001101 | 0 | 101111 | 1000101 | 100 | 10011 | 1011001 | 111111 |
Color Harmonies of #F5824D
Complementary color
Monochromatic Colors of #F5824D
Black with #F5824D
Text Example
Text Example
White with #F5824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5824D; }
p { color: rgb(245,130,77); }
H1.HeaderClassName
{
color: #F5824D;
}
.AnyTagClassName
{
color: #F5824D;
}
</style>
background-color css
<style>
a { background-color: #F5824D; }
a { background-color: rgb(245,130,77); }
div.DivClassName
{
background-color: #F5824D;
}
.BgClassName
{
background-color: #F5824D;
}
</style>
border-color css
<style>
span { border-color: #F5824D; }
span { border-color: rgb(245,130,77); }
td.TdClassName
{
border-color: #F5824D;
}
.TagClassName
{
border-color: #F5824D;
}
</style>