Shades of Crusta #F5884D
Tints of Crusta #F5884D
RGB
CMYK
RGB Variations
Color information
#F5884D (or 0xF5884D) is known color: Crusta. HEX triplet: F5, 88 and 4D. RGB value is (245,136,77). Sum of RGB (Red+Green+Blue) = 245+136+77=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 136 (53.52% from 255 or 29.69% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5884D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5884D is #0A77B2. Grayscale: #A2A2A2. Windows color (decimal): -686003 or 5081333. OLE color: 5081333.
HSL color Cylindrical-coordinate representation of color #F5884D: hue angle of 21.07º 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 #F5884D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.04 |
| HSL | 21.07º | 0.89% | 0.63% | - |
| HSV(B) | 21.07º | 0.69% | 0.96% | - |
| XYZ | 47.8 | 37.56 | 11.75 | - |
| YUV | 161.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 77 | 0 | 0.44 | 0.69 | 0.04 | 21.07 | 0.89 | 0.63 |
| Hex | F5 | 88 | 4D | 0 | 2C | 45 | 4 | 15 | 59 | 3F |
| Octal | 365 | 210 | 115 | 0 | 54 | 105 | 4 | 25 | 131 | 77 |
| Binary | 11110101 | 10001000 | 1001101 | 0 | 101100 | 1000101 | 100 | 10101 | 1011001 | 111111 |
Color Harmonies of #F5884D
Complementary color
Monochromatic Colors of #F5884D
Black with #F5884D
Text Example
Text Example
White with #F5884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5884D; }
p { color: rgb(245,136,77); }
H1.HeaderClassName
{
color: #F5884D;
}
.AnyTagClassName
{
color: #F5884D;
}
</style>
background-color css
<style>
a { background-color: #F5884D; }
a { background-color: rgb(245,136,77); }
div.DivClassName
{
background-color: #F5884D;
}
.BgClassName
{
background-color: #F5884D;
}
</style>
border-color css
<style>
span { border-color: #F5884D; }
span { border-color: rgb(245,136,77); }
td.TdClassName
{
border-color: #F5884D;
}
.TagClassName
{
border-color: #F5884D;
}
</style>