Shades of Crusta #F5865B
Tints of Crusta #F5865B
RGB
CMYK
RGB Variations
Color information
#F5865B (or 0xF5865B) is known color: Crusta. HEX triplet: F5, 86 and 5B. RGB value is (245,134,91). Sum of RGB (Red+Green+Blue) = 245+134+91=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5865B is #0A79A4. Grayscale: #A2A2A2. Windows color (decimal): -686501 or 5998325. OLE color: 5998325.
HSL color Cylindrical-coordinate representation of color #F5865B: hue angle of 16.75º 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 #F5865B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 91 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.04 |
| HSL | 16.75º | 0.89% | 0.66% | - |
| HSV(B) | 16.75º | 0.63% | 0.96% | - |
| XYZ | 48.07 | 37.22 | 14.55 | - |
| YUV | 162.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 91 | 0 | 0.45 | 0.63 | 0.04 | 16.75 | 0.89 | 0.66 |
| Hex | F5 | 86 | 5B | 0 | 2D | 3F | 4 | 11 | 59 | 42 |
| Octal | 365 | 206 | 133 | 0 | 55 | 77 | 4 | 21 | 131 | 102 |
| Binary | 11110101 | 10000110 | 1011011 | 0 | 101101 | 111111 | 100 | 10001 | 1011001 | 1000010 |
Color Harmonies of #F5865B
Complementary color
Monochromatic Colors of #F5865B
Black with #F5865B
Text Example
Text Example
White with #F5865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5865B; }
p { color: rgb(245,134,91); }
H1.HeaderClassName
{
color: #F5865B;
}
.AnyTagClassName
{
color: #F5865B;
}
</style>
background-color css
<style>
a { background-color: #F5865B; }
a { background-color: rgb(245,134,91); }
div.DivClassName
{
background-color: #F5865B;
}
.BgClassName
{
background-color: #F5865B;
}
</style>
border-color css
<style>
span { border-color: #F5865B; }
span { border-color: rgb(245,134,91); }
td.TdClassName
{
border-color: #F5865B;
}
.TagClassName
{
border-color: #F5865B;
}
</style>