Shades of Crusta #F5875B
Tints of Crusta #F5875B
RGB
CMYK
RGB Variations
Color information
#F5875B (or 0xF5875B) is known color: Crusta. HEX triplet: F5, 87 and 5B. RGB value is (245,135,91). Sum of RGB (Red+Green+Blue) = 245+135+91=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5875B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5875B is #0A78A4. Grayscale: #A3A3A3. Windows color (decimal): -686245 or 5998581. OLE color: 5998581.
HSL color Cylindrical-coordinate representation of color #F5875B: hue angle of 17.14º 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 #F5875B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 91 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.04 |
| HSL | 17.14º | 0.89% | 0.66% | - |
| HSV(B) | 17.14º | 0.63% | 0.96% | - |
| XYZ | 48.21 | 37.5 | 14.59 | - |
| YUV | 162.87 | 87.44 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 91 | 0 | 0.45 | 0.63 | 0.04 | 17.14 | 0.89 | 0.66 |
| Hex | F5 | 87 | 5B | 0 | 2D | 3F | 4 | 11 | 59 | 42 |
| Octal | 365 | 207 | 133 | 0 | 55 | 77 | 4 | 21 | 131 | 102 |
| Binary | 11110101 | 10000111 | 1011011 | 0 | 101101 | 111111 | 100 | 10001 | 1011001 | 1000010 |
Color Harmonies of #F5875B
Complementary color
Monochromatic Colors of #F5875B
Black with #F5875B
Text Example
Text Example
White with #F5875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5875B; }
p { color: rgb(245,135,91); }
H1.HeaderClassName
{
color: #F5875B;
}
.AnyTagClassName
{
color: #F5875B;
}
</style>
background-color css
<style>
a { background-color: #F5875B; }
a { background-color: rgb(245,135,91); }
div.DivClassName
{
background-color: #F5875B;
}
.BgClassName
{
background-color: #F5875B;
}
</style>
border-color css
<style>
span { border-color: #F5875B; }
span { border-color: rgb(245,135,91); }
td.TdClassName
{
border-color: #F5875B;
}
.TagClassName
{
border-color: #F5875B;
}
</style>