Shades of Burnt Sienna #F67452
Tints of Burnt Sienna #F67452
RGB
CMYK
RGB Variations
Color information
#F67452 (or 0xF67452) is known color: Burnt Sienna. HEX triplet: F6, 74 and 52. RGB value is (246,116,82). Sum of RGB (Red+Green+Blue) = 246+116+82=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F67452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67452 is #098BAD. Grayscale: #979797. Windows color (decimal): -625582 or 5403894. OLE color: 5403894.
HSL color Cylindrical-coordinate representation of color #F67452: hue angle of 12.44º 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 #F67452 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 82 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.04 |
| HSL | 12.44º | 0.9% | 0.64% | - |
| HSV(B) | 12.44º | 0.67% | 0.96% | - |
| XYZ | 45.77 | 32.69 | 11.88 | - |
| YUV | 150.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 82 | 0 | 0.53 | 0.67 | 0.04 | 12.44 | 0.9 | 0.64 |
| Hex | F6 | 74 | 52 | 0 | 35 | 43 | 4 | C | 5A | 40 |
| Octal | 366 | 164 | 122 | 0 | 65 | 103 | 4 | 14 | 132 | 100 |
| Binary | 11110110 | 1110100 | 1010010 | 0 | 110101 | 1000011 | 100 | 1100 | 1011010 | 1000000 |
Color Harmonies of #F67452
Complementary color
Monochromatic Colors of #F67452
Black with #F67452
Text Example
Text Example
White with #F67452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67452; }
p { color: rgb(246,116,82); }
H1.HeaderClassName
{
color: #F67452;
}
.AnyTagClassName
{
color: #F67452;
}
</style>
background-color css
<style>
a { background-color: #F67452; }
a { background-color: rgb(246,116,82); }
div.DivClassName
{
background-color: #F67452;
}
.BgClassName
{
background-color: #F67452;
}
</style>
border-color css
<style>
span { border-color: #F67452; }
span { border-color: rgb(246,116,82); }
td.TdClassName
{
border-color: #F67452;
}
.TagClassName
{
border-color: #F67452;
}
</style>