Shades of Burnt Sienna #F67450
Tints of Burnt Sienna #F67450
RGB
CMYK
RGB Variations
Color information
#F67450 (or 0xF67450) is known color: Burnt Sienna. HEX triplet: F6, 74 and 50. RGB value is (246,116,80). Sum of RGB (Red+Green+Blue) = 246+116+80=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F67450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67450 is #098BAF. Grayscale: #979797. Windows color (decimal): -625584 or 5272822. OLE color: 5272822.
HSL color Cylindrical-coordinate representation of color #F67450: hue angle of 13.01º 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 #F67450 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 80 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.04 |
| HSL | 13.01º | 0.9% | 0.64% | - |
| HSV(B) | 13.01º | 0.67% | 0.96% | - |
| XYZ | 45.7 | 32.66 | 11.49 | - |
| YUV | 150.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 80 | 0 | 0.53 | 0.67 | 0.04 | 13.01 | 0.9 | 0.64 |
| Hex | F6 | 74 | 50 | 0 | 35 | 43 | 4 | D | 5A | 40 |
| Octal | 366 | 164 | 120 | 0 | 65 | 103 | 4 | 15 | 132 | 100 |
| Binary | 11110110 | 1110100 | 1010000 | 0 | 110101 | 1000011 | 100 | 1101 | 1011010 | 1000000 |
Color Harmonies of #F67450
Complementary color
Monochromatic Colors of #F67450
Black with #F67450
Text Example
Text Example
White with #F67450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67450; }
p { color: rgb(246,116,80); }
H1.HeaderClassName
{
color: #F67450;
}
.AnyTagClassName
{
color: #F67450;
}
</style>
background-color css
<style>
a { background-color: #F67450; }
a { background-color: rgb(246,116,80); }
div.DivClassName
{
background-color: #F67450;
}
.BgClassName
{
background-color: #F67450;
}
</style>
border-color css
<style>
span { border-color: #F67450; }
span { border-color: rgb(246,116,80); }
td.TdClassName
{
border-color: #F67450;
}
.TagClassName
{
border-color: #F67450;
}
</style>