Shades of Burnt Sienna #F16D48
Tints of Burnt Sienna #F16D48
RGB
CMYK
RGB Variations
Color information
#F16D48 (or 0xF16D48) is known color: Burnt Sienna. HEX triplet: F1, 6D and 48. RGB value is (241,109,72). Sum of RGB (Red+Green+Blue) = 241+109+72=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D48 is #0E92B7. Grayscale: #909090. Windows color (decimal): -955064 or 4746737. OLE color: 4746737.
HSL color Cylindrical-coordinate representation of color #F16D48: hue angle of 13.14º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F16D48 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 72 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.05 |
| HSL | 13.14º | 0.86% | 0.61% | - |
| HSV(B) | 13.14º | 0.7% | 0.95% | - |
| XYZ | 42.91 | 30.11 | 9.68 | - |
| YUV | 144.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 72 | 0 | 0.55 | 0.70 | 0.05 | 13.14 | 0.86 | 0.61 |
| Hex | F1 | 6D | 48 | 0 | 37 | 46 | 5 | D | 56 | 3D |
| Octal | 361 | 155 | 110 | 0 | 67 | 106 | 5 | 15 | 126 | 75 |
| Binary | 11110001 | 1101101 | 1001000 | 0 | 110111 | 1000110 | 101 | 1101 | 1010110 | 111101 |
Color Harmonies of #F16D48
Complementary color
Monochromatic Colors of #F16D48
Black with #F16D48
Text Example
Text Example
White with #F16D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16D48; }
p { color: rgb(241,109,72); }
H1.HeaderClassName
{
color: #F16D48;
}
.AnyTagClassName
{
color: #F16D48;
}
</style>
background-color css
<style>
a { background-color: #F16D48; }
a { background-color: rgb(241,109,72); }
div.DivClassName
{
background-color: #F16D48;
}
.BgClassName
{
background-color: #F16D48;
}
</style>
border-color css
<style>
span { border-color: #F16D48; }
span { border-color: rgb(241,109,72); }
td.TdClassName
{
border-color: #F16D48;
}
.TagClassName
{
border-color: #F16D48;
}
</style>