Shades of Crusta #F17D5A
Tints of Crusta #F17D5A
RGB
CMYK
RGB Variations
Color information
#F17D5A (or 0xF17D5A) is known color: Crusta. HEX triplet: F1, 7D and 5A. RGB value is (241,125,90). Sum of RGB (Red+Green+Blue) = 241+125+90=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D5A is #0E82A5. Grayscale: #9B9B9B. Windows color (decimal): -950950 or 5930481. OLE color: 5930481.
HSL color Cylindrical-coordinate representation of color #F17D5A: hue angle of 13.91º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F17D5A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 90 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.05 |
| HSL | 13.91º | 0.84% | 0.65% | - |
| HSV(B) | 13.91º | 0.63% | 0.95% | - |
| XYZ | 45.45 | 34.11 | 13.86 | - |
| YUV | 155.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 90 | 0 | 0.48 | 0.63 | 0.05 | 13.91 | 0.84 | 0.65 |
| Hex | F1 | 7D | 5A | 0 | 30 | 3F | 5 | E | 54 | 41 |
| Octal | 361 | 175 | 132 | 0 | 60 | 77 | 5 | 16 | 124 | 101 |
| Binary | 11110001 | 1111101 | 1011010 | 0 | 110000 | 111111 | 101 | 1110 | 1010100 | 1000001 |
Color Harmonies of #F17D5A
Complementary color
Monochromatic Colors of #F17D5A
Black with #F17D5A
Text Example
Text Example
White with #F17D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D5A; }
p { color: rgb(241,125,90); }
H1.HeaderClassName
{
color: #F17D5A;
}
.AnyTagClassName
{
color: #F17D5A;
}
</style>
background-color css
<style>
a { background-color: #F17D5A; }
a { background-color: rgb(241,125,90); }
div.DivClassName
{
background-color: #F17D5A;
}
.BgClassName
{
background-color: #F17D5A;
}
</style>
border-color css
<style>
span { border-color: #F17D5A; }
span { border-color: rgb(241,125,90); }
td.TdClassName
{
border-color: #F17D5A;
}
.TagClassName
{
border-color: #F17D5A;
}
</style>