Shades of Burnt Sienna #F16C4D
Tints of Burnt Sienna #F16C4D
RGB
CMYK
RGB Variations
Color information
#F16C4D (or 0xF16C4D) is known color: Burnt Sienna. HEX triplet: F1, 6C and 4D. RGB value is (241,108,77). Sum of RGB (Red+Green+Blue) = 241+108+77=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C4D is #0E93B2. Grayscale: #909090. Windows color (decimal): -955315 or 5074161. OLE color: 5074161.
HSL color Cylindrical-coordinate representation of color #F16C4D: hue angle of 11.34º 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 #F16C4D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 77 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.05 |
| HSL | 11.34º | 0.85% | 0.62% | - |
| HSV(B) | 11.34º | 0.68% | 0.95% | - |
| XYZ | 42.98 | 29.96 | 10.54 | - |
| YUV | 144.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 77 | 0 | 0.55 | 0.68 | 0.05 | 11.34 | 0.85 | 0.62 |
| Hex | F1 | 6C | 4D | 0 | 37 | 44 | 5 | B | 55 | 3E |
| Octal | 361 | 154 | 115 | 0 | 67 | 104 | 5 | 13 | 125 | 76 |
| Binary | 11110001 | 1101100 | 1001101 | 0 | 110111 | 1000100 | 101 | 1011 | 1010101 | 111110 |
Color Harmonies of #F16C4D
Complementary color
Monochromatic Colors of #F16C4D
Black with #F16C4D
Text Example
Text Example
White with #F16C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C4D; }
p { color: rgb(241,108,77); }
H1.HeaderClassName
{
color: #F16C4D;
}
.AnyTagClassName
{
color: #F16C4D;
}
</style>
background-color css
<style>
a { background-color: #F16C4D; }
a { background-color: rgb(241,108,77); }
div.DivClassName
{
background-color: #F16C4D;
}
.BgClassName
{
background-color: #F16C4D;
}
</style>
border-color css
<style>
span { border-color: #F16C4D; }
span { border-color: rgb(241,108,77); }
td.TdClassName
{
border-color: #F16C4D;
}
.TagClassName
{
border-color: #F16C4D;
}
</style>