Shades of Crusta #F17D4D
Tints of Crusta #F17D4D
RGB
CMYK
RGB Variations
Color information
#F17D4D (or 0xF17D4D) is known color: Crusta. HEX triplet: F1, 7D and 4D. RGB value is (241,125,77). Sum of RGB (Red+Green+Blue) = 241+125+77=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D4D is #0E82B2. Grayscale: #9A9A9A. Windows color (decimal): -950963 or 5078513. OLE color: 5078513.
HSL color Cylindrical-coordinate representation of color #F17D4D: hue angle of 17.56º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F17D4D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 77 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.05 |
| HSL | 17.56º | 0.85% | 0.62% | - |
| HSV(B) | 17.56º | 0.68% | 0.95% | - |
| XYZ | 44.95 | 33.9 | 11.2 | - |
| YUV | 154.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 77 | 0 | 0.48 | 0.68 | 0.05 | 17.56 | 0.85 | 0.62 |
| Hex | F1 | 7D | 4D | 0 | 30 | 44 | 5 | 12 | 55 | 3E |
| Octal | 361 | 175 | 115 | 0 | 60 | 104 | 5 | 22 | 125 | 76 |
| Binary | 11110001 | 1111101 | 1001101 | 0 | 110000 | 1000100 | 101 | 10010 | 1010101 | 111110 |
Color Harmonies of #F17D4D
Complementary color
Monochromatic Colors of #F17D4D
Black with #F17D4D
Text Example
Text Example
White with #F17D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D4D; }
p { color: rgb(241,125,77); }
H1.HeaderClassName
{
color: #F17D4D;
}
.AnyTagClassName
{
color: #F17D4D;
}
</style>
background-color css
<style>
a { background-color: #F17D4D; }
a { background-color: rgb(241,125,77); }
div.DivClassName
{
background-color: #F17D4D;
}
.BgClassName
{
background-color: #F17D4D;
}
</style>
border-color css
<style>
span { border-color: #F17D4D; }
span { border-color: rgb(241,125,77); }
td.TdClassName
{
border-color: #F17D4D;
}
.TagClassName
{
border-color: #F17D4D;
}
</style>