Shades of Crusta #F17F5E
Tints of Crusta #F17F5E
RGB
CMYK
RGB Variations
Color information
#F17F5E (or 0xF17F5E) is known color: Crusta. HEX triplet: F1, 7F and 5E. RGB value is (241,127,94). Sum of RGB (Red+Green+Blue) = 241+127+94=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F5E is #0E80A1. Grayscale: #9D9D9D. Windows color (decimal): -950434 or 6193137. OLE color: 6193137.
HSL color Cylindrical-coordinate representation of color #F17F5E: hue angle of 13.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F17F5E is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 94 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.05 |
| HSL | 13.47º | 0.84% | 0.66% | - |
| HSV(B) | 13.47º | 0.61% | 0.95% | - |
| XYZ | 45.89 | 34.69 | 14.87 | - |
| YUV | 157.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 94 | 0 | 0.47 | 0.61 | 0.05 | 13.47 | 0.84 | 0.66 |
| Hex | F1 | 7F | 5E | 0 | 2F | 3D | 5 | D | 54 | 42 |
| Octal | 361 | 177 | 136 | 0 | 57 | 75 | 5 | 15 | 124 | 102 |
| Binary | 11110001 | 1111111 | 1011110 | 0 | 101111 | 111101 | 101 | 1101 | 1010100 | 1000010 |
Color Harmonies of #F17F5E
Complementary color
Monochromatic Colors of #F17F5E
Black with #F17F5E
Text Example
Text Example
White with #F17F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F5E; }
p { color: rgb(241,127,94); }
H1.HeaderClassName
{
color: #F17F5E;
}
.AnyTagClassName
{
color: #F17F5E;
}
</style>
background-color css
<style>
a { background-color: #F17F5E; }
a { background-color: rgb(241,127,94); }
div.DivClassName
{
background-color: #F17F5E;
}
.BgClassName
{
background-color: #F17F5E;
}
</style>
border-color css
<style>
span { border-color: #F17F5E; }
span { border-color: rgb(241,127,94); }
td.TdClassName
{
border-color: #F17F5E;
}
.TagClassName
{
border-color: #F17F5E;
}
</style>