Shades of Burnt Sienna #F16F45
Tints of Burnt Sienna #F16F45
RGB
CMYK
RGB Variations
Color information
#F16F45 (or 0xF16F45) is known color: Burnt Sienna. HEX triplet: F1, 6F and 45. RGB value is (241,111,69). Sum of RGB (Red+Green+Blue) = 241+111+69=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F45 is #0E90BA. Grayscale: #919191. Windows color (decimal): -954555 or 4550641. OLE color: 4550641.
HSL color Cylindrical-coordinate representation of color #F16F45: hue angle of 14.65º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F16F45 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 69 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.05 |
| HSL | 14.65º | 0.86% | 0.61% | - |
| HSV(B) | 14.65º | 0.71% | 0.95% | - |
| XYZ | 43.03 | 30.5 | 9.25 | - |
| YUV | 145.08 | 85.07 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 69 | 0 | 0.54 | 0.71 | 0.05 | 14.65 | 0.86 | 0.61 |
| Hex | F1 | 6F | 45 | 0 | 36 | 47 | 5 | F | 56 | 3D |
| Octal | 361 | 157 | 105 | 0 | 66 | 107 | 5 | 17 | 126 | 75 |
| Binary | 11110001 | 1101111 | 1000101 | 0 | 110110 | 1000111 | 101 | 1111 | 1010110 | 111101 |
Color Harmonies of #F16F45
Complementary color
Monochromatic Colors of #F16F45
Black with #F16F45
Text Example
Text Example
White with #F16F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F45; }
p { color: rgb(241,111,69); }
H1.HeaderClassName
{
color: #F16F45;
}
.AnyTagClassName
{
color: #F16F45;
}
</style>
background-color css
<style>
a { background-color: #F16F45; }
a { background-color: rgb(241,111,69); }
div.DivClassName
{
background-color: #F16F45;
}
.BgClassName
{
background-color: #F16F45;
}
</style>
border-color css
<style>
span { border-color: #F16F45; }
span { border-color: rgb(241,111,69); }
td.TdClassName
{
border-color: #F16F45;
}
.TagClassName
{
border-color: #F16F45;
}
</style>