Shades of Crusta #F5825D
Tints of Crusta #F5825D
RGB
CMYK
RGB Variations
Color information
#F5825D (or 0xF5825D) is known color: Crusta. HEX triplet: F5, 82 and 5D. RGB value is (245,130,93). Sum of RGB (Red+Green+Blue) = 245+130+93=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5825D is #0A7DA2. Grayscale: #A0A0A0. Windows color (decimal): -687523 or 6128373. OLE color: 6128373.
HSL color Cylindrical-coordinate representation of color #F5825D: hue angle of 14.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5825D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.04 |
| HSL | 14.61º | 0.88% | 0.66% | - |
| HSV(B) | 14.61º | 0.62% | 0.96% | - |
| XYZ | 47.61 | 36.17 | 14.83 | - |
| YUV | 160.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 93 | 0 | 0.47 | 0.62 | 0.04 | 14.61 | 0.88 | 0.66 |
| Hex | F5 | 82 | 5D | 0 | 2F | 3E | 4 | F | 58 | 42 |
| Octal | 365 | 202 | 135 | 0 | 57 | 76 | 4 | 17 | 130 | 102 |
| Binary | 11110101 | 10000010 | 1011101 | 0 | 101111 | 111110 | 100 | 1111 | 1011000 | 1000010 |
Color Harmonies of #F5825D
Complementary color
Monochromatic Colors of #F5825D
Black with #F5825D
Text Example
Text Example
White with #F5825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5825D; }
p { color: rgb(245,130,93); }
H1.HeaderClassName
{
color: #F5825D;
}
.AnyTagClassName
{
color: #F5825D;
}
</style>
background-color css
<style>
a { background-color: #F5825D; }
a { background-color: rgb(245,130,93); }
div.DivClassName
{
background-color: #F5825D;
}
.BgClassName
{
background-color: #F5825D;
}
</style>
border-color css
<style>
span { border-color: #F5825D; }
span { border-color: rgb(245,130,93); }
td.TdClassName
{
border-color: #F5825D;
}
.TagClassName
{
border-color: #F5825D;
}
</style>