Shades of Crusta #F17D5E
Tints of Crusta #F17D5E
RGB
CMYK
RGB Variations
Color information
#F17D5E (or 0xF17D5E) is known color: Crusta. HEX triplet: F1, 7D and 5E. RGB value is (241,125,94). Sum of RGB (Red+Green+Blue) = 241+125+94=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D5E is #0E82A1. Grayscale: #9C9C9C. Windows color (decimal): -950946 or 6192625. OLE color: 6192625.
HSL color Cylindrical-coordinate representation of color #F17D5E: hue angle of 12.65º 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 #F17D5E is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 94 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.05 |
| HSL | 12.65º | 0.84% | 0.66% | - |
| HSV(B) | 12.65º | 0.61% | 0.95% | - |
| XYZ | 45.63 | 34.18 | 14.78 | - |
| YUV | 156.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 94 | 0 | 0.48 | 0.61 | 0.05 | 12.65 | 0.84 | 0.66 |
| Hex | F1 | 7D | 5E | 0 | 30 | 3D | 5 | D | 54 | 42 |
| Octal | 361 | 175 | 136 | 0 | 60 | 75 | 5 | 15 | 124 | 102 |
| Binary | 11110001 | 1111101 | 1011110 | 0 | 110000 | 111101 | 101 | 1101 | 1010100 | 1000010 |
Color Harmonies of #F17D5E
Complementary color
Monochromatic Colors of #F17D5E
Black with #F17D5E
Text Example
Text Example
White with #F17D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D5E; }
p { color: rgb(241,125,94); }
H1.HeaderClassName
{
color: #F17D5E;
}
.AnyTagClassName
{
color: #F17D5E;
}
</style>
background-color css
<style>
a { background-color: #F17D5E; }
a { background-color: rgb(241,125,94); }
div.DivClassName
{
background-color: #F17D5E;
}
.BgClassName
{
background-color: #F17D5E;
}
</style>
border-color css
<style>
span { border-color: #F17D5E; }
span { border-color: rgb(241,125,94); }
td.TdClassName
{
border-color: #F17D5E;
}
.TagClassName
{
border-color: #F17D5E;
}
</style>