Shades of Burnt Sienna #F67253
Tints of Burnt Sienna #F67253
RGB
CMYK
RGB Variations
Color information
#F67253 (or 0xF67253) is known color: Burnt Sienna. HEX triplet: F6, 72 and 53. RGB value is (246,114,83). Sum of RGB (Red+Green+Blue) = 246+114+83=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F67253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67253 is #098DAC. Grayscale: #969696. Windows color (decimal): -626093 or 5468918. OLE color: 5468918.
HSL color Cylindrical-coordinate representation of color #F67253: hue angle of 11.41º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F67253 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 114 | 83 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.04 |
| HSL | 11.41º | 0.9% | 0.65% | - |
| HSV(B) | 11.41º | 0.66% | 0.96% | - |
| XYZ | 45.58 | 32.25 | 12.01 | - |
| YUV | 149.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 114 | 83 | 0 | 0.54 | 0.66 | 0.04 | 11.41 | 0.9 | 0.65 |
| Hex | F6 | 72 | 53 | 0 | 36 | 42 | 4 | B | 5A | 41 |
| Octal | 366 | 162 | 123 | 0 | 66 | 102 | 4 | 13 | 132 | 101 |
| Binary | 11110110 | 1110010 | 1010011 | 0 | 110110 | 1000010 | 100 | 1011 | 1011010 | 1000001 |
Color Harmonies of #F67253
Complementary color
Monochromatic Colors of #F67253
Black with #F67253
Text Example
Text Example
White with #F67253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67253; }
p { color: rgb(246,114,83); }
H1.HeaderClassName
{
color: #F67253;
}
.AnyTagClassName
{
color: #F67253;
}
</style>
background-color css
<style>
a { background-color: #F67253; }
a { background-color: rgb(246,114,83); }
div.DivClassName
{
background-color: #F67253;
}
.BgClassName
{
background-color: #F67253;
}
</style>
border-color css
<style>
span { border-color: #F67253; }
span { border-color: rgb(246,114,83); }
td.TdClassName
{
border-color: #F67253;
}
.TagClassName
{
border-color: #F67253;
}
</style>