Shades of Crusta #F17C4F
Tints of Crusta #F17C4F
RGB
CMYK
RGB Variations
Color information
#F17C4F (or 0xF17C4F) is known color: Crusta. HEX triplet: F1, 7C and 4F. RGB value is (241,124,79). Sum of RGB (Red+Green+Blue) = 241+124+79=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C4F is #0E83B0. Grayscale: #9A9A9A. Windows color (decimal): -951217 or 5209329. OLE color: 5209329.
HSL color Cylindrical-coordinate representation of color #F17C4F: hue angle of 16.67º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F17C4F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 79 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.05 |
| HSL | 16.67º | 0.85% | 0.63% | - |
| HSV(B) | 16.67º | 0.67% | 0.95% | - |
| XYZ | 44.89 | 33.68 | 11.53 | - |
| YUV | 153.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 79 | 0 | 0.49 | 0.67 | 0.05 | 16.67 | 0.85 | 0.63 |
| Hex | F1 | 7C | 4F | 0 | 31 | 43 | 5 | 11 | 55 | 3F |
| Octal | 361 | 174 | 117 | 0 | 61 | 103 | 5 | 21 | 125 | 77 |
| Binary | 11110001 | 1111100 | 1001111 | 0 | 110001 | 1000011 | 101 | 10001 | 1010101 | 111111 |
Color Harmonies of #F17C4F
Complementary color
Monochromatic Colors of #F17C4F
Black with #F17C4F
Text Example
Text Example
White with #F17C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C4F; }
p { color: rgb(241,124,79); }
H1.HeaderClassName
{
color: #F17C4F;
}
.AnyTagClassName
{
color: #F17C4F;
}
</style>
background-color css
<style>
a { background-color: #F17C4F; }
a { background-color: rgb(241,124,79); }
div.DivClassName
{
background-color: #F17C4F;
}
.BgClassName
{
background-color: #F17C4F;
}
</style>
border-color css
<style>
span { border-color: #F17C4F; }
span { border-color: rgb(241,124,79); }
td.TdClassName
{
border-color: #F17C4F;
}
.TagClassName
{
border-color: #F17C4F;
}
</style>