Shades of Crusta #F5825B
Tints of Crusta #F5825B
RGB
CMYK
RGB Variations
Color information
#F5825B (or 0xF5825B) is known color: Crusta. HEX triplet: F5, 82 and 5B. RGB value is (245,130,91). Sum of RGB (Red+Green+Blue) = 245+130+91=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5825B is #0A7DA4. Grayscale: #A0A0A0. Windows color (decimal): -687525 or 5997301. OLE color: 5997301.
HSL color Cylindrical-coordinate representation of color #F5825B: hue angle of 15.19º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5825B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 91 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.04 |
| HSL | 15.19º | 0.89% | 0.66% | - |
| HSV(B) | 15.19º | 0.63% | 0.96% | - |
| XYZ | 47.53 | 36.13 | 14.37 | - |
| YUV | 159.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 91 | 0 | 0.47 | 0.63 | 0.04 | 15.19 | 0.89 | 0.66 |
| Hex | F5 | 82 | 5B | 0 | 2F | 3F | 4 | F | 59 | 42 |
| Octal | 365 | 202 | 133 | 0 | 57 | 77 | 4 | 17 | 131 | 102 |
| Binary | 11110101 | 10000010 | 1011011 | 0 | 101111 | 111111 | 100 | 1111 | 1011001 | 1000010 |
Color Harmonies of #F5825B
Complementary color
Monochromatic Colors of #F5825B
Black with #F5825B
Text Example
Text Example
White with #F5825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5825B; }
p { color: rgb(245,130,91); }
H1.HeaderClassName
{
color: #F5825B;
}
.AnyTagClassName
{
color: #F5825B;
}
</style>
background-color css
<style>
a { background-color: #F5825B; }
a { background-color: rgb(245,130,91); }
div.DivClassName
{
background-color: #F5825B;
}
.BgClassName
{
background-color: #F5825B;
}
</style>
border-color css
<style>
span { border-color: #F5825B; }
span { border-color: rgb(245,130,91); }
td.TdClassName
{
border-color: #F5825B;
}
.TagClassName
{
border-color: #F5825B;
}
</style>