Shades of Crusta #F5815C
Tints of Crusta #F5815C
RGB
CMYK
RGB Variations
Color information
#F5815C (or 0xF5815C) is known color: Crusta. HEX triplet: F5, 81 and 5C. RGB value is (245,129,92). Sum of RGB (Red+Green+Blue) = 245+129+92=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5815C is #0A7EA3. Grayscale: #9F9F9F. Windows color (decimal): -687780 or 6062581. OLE color: 6062581.
HSL color Cylindrical-coordinate representation of color #F5815C: hue angle of 14.51º 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 #F5815C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 92 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.04 |
| HSL | 14.51º | 0.88% | 0.66% | - |
| HSV(B) | 14.51º | 0.62% | 0.96% | - |
| XYZ | 47.44 | 35.89 | 14.55 | - |
| YUV | 159.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 92 | 0 | 0.47 | 0.62 | 0.04 | 14.51 | 0.88 | 0.66 |
| Hex | F5 | 81 | 5C | 0 | 2F | 3E | 4 | F | 58 | 42 |
| Octal | 365 | 201 | 134 | 0 | 57 | 76 | 4 | 17 | 130 | 102 |
| Binary | 11110101 | 10000001 | 1011100 | 0 | 101111 | 111110 | 100 | 1111 | 1011000 | 1000010 |
Color Harmonies of #F5815C
Complementary color
Monochromatic Colors of #F5815C
Black with #F5815C
Text Example
Text Example
White with #F5815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5815C; }
p { color: rgb(245,129,92); }
H1.HeaderClassName
{
color: #F5815C;
}
.AnyTagClassName
{
color: #F5815C;
}
</style>
background-color css
<style>
a { background-color: #F5815C; }
a { background-color: rgb(245,129,92); }
div.DivClassName
{
background-color: #F5815C;
}
.BgClassName
{
background-color: #F5815C;
}
</style>
border-color css
<style>
span { border-color: #F5815C; }
span { border-color: rgb(245,129,92); }
td.TdClassName
{
border-color: #F5815C;
}
.TagClassName
{
border-color: #F5815C;
}
</style>