Shades of Crusta #F5825F
Tints of Crusta #F5825F
RGB
CMYK
RGB Variations
Color information
#F5825F (or 0xF5825F) is known color: Crusta. HEX triplet: F5, 82 and 5F. RGB value is (245,130,95). Sum of RGB (Red+Green+Blue) = 245+130+95=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5825F is #0A7DA0. Grayscale: #A0A0A0. Windows color (decimal): -687521 or 6259445. OLE color: 6259445.
HSL color Cylindrical-coordinate representation of color #F5825F: hue angle of 14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5825F is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 130 | 95 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.04 |
| HSL | 14º | 0.88% | 0.67% | - |
| HSV(B) | 14º | 0.61% | 0.96% | - |
| XYZ | 47.7 | 36.2 | 15.3 | - |
| YUV | 160.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 95 | 0 | 0.47 | 0.61 | 0.04 | 14 | 0.88 | 0.67 |
| Hex | F5 | 82 | 5F | 0 | 2F | 3D | 4 | E | 58 | 43 |
| Octal | 365 | 202 | 137 | 0 | 57 | 75 | 4 | 16 | 130 | 103 |
| Binary | 11110101 | 10000010 | 1011111 | 0 | 101111 | 111101 | 100 | 1110 | 1011000 | 1000011 |
Color Harmonies of #F5825F
Complementary color
Monochromatic Colors of #F5825F
Black with #F5825F
Text Example
Text Example
White with #F5825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5825F; }
p { color: rgb(245,130,95); }
H1.HeaderClassName
{
color: #F5825F;
}
.AnyTagClassName
{
color: #F5825F;
}
</style>
background-color css
<style>
a { background-color: #F5825F; }
a { background-color: rgb(245,130,95); }
div.DivClassName
{
background-color: #F5825F;
}
.BgClassName
{
background-color: #F5825F;
}
</style>
border-color css
<style>
span { border-color: #F5825F; }
span { border-color: rgb(245,130,95); }
td.TdClassName
{
border-color: #F5825F;
}
.TagClassName
{
border-color: #F5825F;
}
</style>