Shades of Crusta #F17F56
Tints of Crusta #F17F56
RGB
CMYK
RGB Variations
Color information
#F17F56 (or 0xF17F56) is known color: Crusta. HEX triplet: F1, 7F and 56. RGB value is (241,127,86). Sum of RGB (Red+Green+Blue) = 241+127+86=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F56 is #0E80A9. Grayscale: #9C9C9C. Windows color (decimal): -950442 or 5668849. OLE color: 5668849.
HSL color Cylindrical-coordinate representation of color #F17F56: hue angle of 15.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F17F56 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 86 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.05 |
| HSL | 15.87º | 0.85% | 0.64% | - |
| HSV(B) | 15.87º | 0.64% | 0.95% | - |
| XYZ | 45.54 | 34.55 | 13.07 | - |
| YUV | 156.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 86 | 0 | 0.47 | 0.64 | 0.05 | 15.87 | 0.85 | 0.64 |
| Hex | F1 | 7F | 56 | 0 | 2F | 40 | 5 | 10 | 55 | 40 |
| Octal | 361 | 177 | 126 | 0 | 57 | 100 | 5 | 20 | 125 | 100 |
| Binary | 11110001 | 1111111 | 1010110 | 0 | 101111 | 1000000 | 101 | 10000 | 1010101 | 1000000 |
Color Harmonies of #F17F56
Complementary color
Monochromatic Colors of #F17F56
Black with #F17F56
Text Example
Text Example
White with #F17F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F56; }
p { color: rgb(241,127,86); }
H1.HeaderClassName
{
color: #F17F56;
}
.AnyTagClassName
{
color: #F17F56;
}
</style>
background-color css
<style>
a { background-color: #F17F56; }
a { background-color: rgb(241,127,86); }
div.DivClassName
{
background-color: #F17F56;
}
.BgClassName
{
background-color: #F17F56;
}
</style>
border-color css
<style>
span { border-color: #F17F56; }
span { border-color: rgb(241,127,86); }
td.TdClassName
{
border-color: #F17F56;
}
.TagClassName
{
border-color: #F17F56;
}
</style>