Shades of Burnt Sienna #F17C5A
Tints of Burnt Sienna #F17C5A
RGB
CMYK
RGB Variations
Color information
#F17C5A (or 0xF17C5A) is known color: Burnt Sienna. HEX triplet: F1, 7C and 5A. RGB value is (241,124,90). Sum of RGB (Red+Green+Blue) = 241+124+90=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C5A is #0E83A5. Grayscale: #9B9B9B. Windows color (decimal): -951206 or 5930225. OLE color: 5930225.
HSL color Cylindrical-coordinate representation of color #F17C5A: hue angle of 13.51º 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 #F17C5A is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 90 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.05 |
| HSL | 13.51º | 0.84% | 0.65% | - |
| HSV(B) | 13.51º | 0.63% | 0.95% | - |
| XYZ | 45.33 | 33.85 | 13.82 | - |
| YUV | 155.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 90 | 0 | 0.49 | 0.63 | 0.05 | 13.51 | 0.84 | 0.65 |
| Hex | F1 | 7C | 5A | 0 | 31 | 3F | 5 | E | 54 | 41 |
| Octal | 361 | 174 | 132 | 0 | 61 | 77 | 5 | 16 | 124 | 101 |
| Binary | 11110001 | 1111100 | 1011010 | 0 | 110001 | 111111 | 101 | 1110 | 1010100 | 1000001 |
Color Harmonies of #F17C5A
Complementary color
Monochromatic Colors of #F17C5A
Black with #F17C5A
Text Example
Text Example
White with #F17C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C5A; }
p { color: rgb(241,124,90); }
H1.HeaderClassName
{
color: #F17C5A;
}
.AnyTagClassName
{
color: #F17C5A;
}
</style>
background-color css
<style>
a { background-color: #F17C5A; }
a { background-color: rgb(241,124,90); }
div.DivClassName
{
background-color: #F17C5A;
}
.BgClassName
{
background-color: #F17C5A;
}
</style>
border-color css
<style>
span { border-color: #F17C5A; }
span { border-color: rgb(241,124,90); }
td.TdClassName
{
border-color: #F17C5A;
}
.TagClassName
{
border-color: #F17C5A;
}
</style>