Shades of Burnt Sienna #F67350
Tints of Burnt Sienna #F67350
RGB
CMYK
RGB Variations
Color information
#F67350 (or 0xF67350) is known color: Burnt Sienna. HEX triplet: F6, 73 and 50. RGB value is (246,115,80). Sum of RGB (Red+Green+Blue) = 246+115+80=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F67350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67350 is #098CAF. Grayscale: #969696. Windows color (decimal): -625840 or 5272566. OLE color: 5272566.
HSL color Cylindrical-coordinate representation of color #F67350: hue angle of 12.65º 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 #F67350 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 80 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.04 |
| HSL | 12.65º | 0.9% | 0.64% | - |
| HSV(B) | 12.65º | 0.67% | 0.96% | - |
| XYZ | 45.58 | 32.43 | 11.45 | - |
| YUV | 150.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 80 | 0 | 0.53 | 0.67 | 0.04 | 12.65 | 0.9 | 0.64 |
| Hex | F6 | 73 | 50 | 0 | 35 | 43 | 4 | D | 5A | 40 |
| Octal | 366 | 163 | 120 | 0 | 65 | 103 | 4 | 15 | 132 | 100 |
| Binary | 11110110 | 1110011 | 1010000 | 0 | 110101 | 1000011 | 100 | 1101 | 1011010 | 1000000 |
Color Harmonies of #F67350
Complementary color
Monochromatic Colors of #F67350
Black with #F67350
Text Example
Text Example
White with #F67350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67350; }
p { color: rgb(246,115,80); }
H1.HeaderClassName
{
color: #F67350;
}
.AnyTagClassName
{
color: #F67350;
}
</style>
background-color css
<style>
a { background-color: #F67350; }
a { background-color: rgb(246,115,80); }
div.DivClassName
{
background-color: #F67350;
}
.BgClassName
{
background-color: #F67350;
}
</style>
border-color css
<style>
span { border-color: #F67350; }
span { border-color: rgb(246,115,80); }
td.TdClassName
{
border-color: #F67350;
}
.TagClassName
{
border-color: #F67350;
}
</style>