Shades of Burnt Sienna #F66D50
Tints of Burnt Sienna #F66D50
RGB
CMYK
RGB Variations
Color information
#F66D50 (or 0xF66D50) is known color: Burnt Sienna. HEX triplet: F6, 6D and 50. RGB value is (246,109,80). Sum of RGB (Red+Green+Blue) = 246+109+80=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D50 is #0992AF. Grayscale: #929292. Windows color (decimal): -627376 or 5271030. OLE color: 5271030.
HSL color Cylindrical-coordinate representation of color #F66D50: hue angle of 10.48º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F66D50 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 80 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.04 |
| HSL | 10.48º | 0.9% | 0.64% | - |
| HSV(B) | 10.48º | 0.67% | 0.96% | - |
| XYZ | 44.92 | 31.11 | 11.23 | - |
| YUV | 146.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 80 | 0 | 0.56 | 0.67 | 0.04 | 10.48 | 0.9 | 0.64 |
| Hex | F6 | 6D | 50 | 0 | 38 | 43 | 4 | A | 5A | 40 |
| Octal | 366 | 155 | 120 | 0 | 70 | 103 | 4 | 12 | 132 | 100 |
| Binary | 11110110 | 1101101 | 1010000 | 0 | 111000 | 1000011 | 100 | 1010 | 1011010 | 1000000 |
Color Harmonies of #F66D50
Complementary color
Monochromatic Colors of #F66D50
Black with #F66D50
Text Example
Text Example
White with #F66D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D50; }
p { color: rgb(246,109,80); }
H1.HeaderClassName
{
color: #F66D50;
}
.AnyTagClassName
{
color: #F66D50;
}
</style>
background-color css
<style>
a { background-color: #F66D50; }
a { background-color: rgb(246,109,80); }
div.DivClassName
{
background-color: #F66D50;
}
.BgClassName
{
background-color: #F66D50;
}
</style>
border-color css
<style>
span { border-color: #F66D50; }
span { border-color: rgb(246,109,80); }
td.TdClassName
{
border-color: #F66D50;
}
.TagClassName
{
border-color: #F66D50;
}
</style>