Shades of Crusta #F5875C
Tints of Crusta #F5875C
RGB
CMYK
RGB Variations
Color information
#F5875C (or 0xF5875C) is known color: Crusta. HEX triplet: F5, 87 and 5C. RGB value is (245,135,92). Sum of RGB (Red+Green+Blue) = 245+135+92=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5875C is #0A78A3. Grayscale: #A3A3A3. Windows color (decimal): -686244 or 6064117. OLE color: 6064117.
HSL color Cylindrical-coordinate representation of color #F5875C: hue angle of 16.86º 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 #F5875C is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 92 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.04 |
| HSL | 16.86º | 0.88% | 0.66% | - |
| HSV(B) | 16.86º | 0.62% | 0.96% | - |
| XYZ | 48.25 | 37.51 | 14.82 | - |
| YUV | 162.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 92 | 0 | 0.45 | 0.62 | 0.04 | 16.86 | 0.88 | 0.66 |
| Hex | F5 | 87 | 5C | 0 | 2D | 3E | 4 | 11 | 58 | 42 |
| Octal | 365 | 207 | 134 | 0 | 55 | 76 | 4 | 21 | 130 | 102 |
| Binary | 11110101 | 10000111 | 1011100 | 0 | 101101 | 111110 | 100 | 10001 | 1011000 | 1000010 |
Color Harmonies of #F5875C
Complementary color
Monochromatic Colors of #F5875C
Black with #F5875C
Text Example
Text Example
White with #F5875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5875C; }
p { color: rgb(245,135,92); }
H1.HeaderClassName
{
color: #F5875C;
}
.AnyTagClassName
{
color: #F5875C;
}
</style>
background-color css
<style>
a { background-color: #F5875C; }
a { background-color: rgb(245,135,92); }
div.DivClassName
{
background-color: #F5875C;
}
.BgClassName
{
background-color: #F5875C;
}
</style>
border-color css
<style>
span { border-color: #F5875C; }
span { border-color: rgb(245,135,92); }
td.TdClassName
{
border-color: #F5875C;
}
.TagClassName
{
border-color: #F5875C;
}
</style>