Shades of Burnt Sienna #F27151
Tints of Burnt Sienna #F27151
RGB
CMYK
RGB Variations
Color information
#F27151 (or 0xF27151) is known color: Burnt Sienna. HEX triplet: F2, 71 and 51. RGB value is (242,113,81). Sum of RGB (Red+Green+Blue) = 242+113+81=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F27151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27151 is #0D8EAE. Grayscale: #949494. Windows color (decimal): -888495 or 5337586. OLE color: 5337586.
HSL color Cylindrical-coordinate representation of color #F27151: hue angle of 11.93º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F27151 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 81 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.05 |
| HSL | 11.93º | 0.86% | 0.63% | - |
| HSV(B) | 11.93º | 0.67% | 0.95% | - |
| XYZ | 44.01 | 31.28 | 11.5 | - |
| YUV | 147.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 81 | 0 | 0.53 | 0.67 | 0.05 | 11.93 | 0.86 | 0.63 |
| Hex | F2 | 71 | 51 | 0 | 35 | 43 | 5 | C | 56 | 3F |
| Octal | 362 | 161 | 121 | 0 | 65 | 103 | 5 | 14 | 126 | 77 |
| Binary | 11110010 | 1110001 | 1010001 | 0 | 110101 | 1000011 | 101 | 1100 | 1010110 | 111111 |
Color Harmonies of #F27151
Complementary color
Monochromatic Colors of #F27151
Black with #F27151
Text Example
Text Example
White with #F27151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27151; }
p { color: rgb(242,113,81); }
H1.HeaderClassName
{
color: #F27151;
}
.AnyTagClassName
{
color: #F27151;
}
</style>
background-color css
<style>
a { background-color: #F27151; }
a { background-color: rgb(242,113,81); }
div.DivClassName
{
background-color: #F27151;
}
.BgClassName
{
background-color: #F27151;
}
</style>
border-color css
<style>
span { border-color: #F27151; }
span { border-color: rgb(242,113,81); }
td.TdClassName
{
border-color: #F27151;
}
.TagClassName
{
border-color: #F27151;
}
</style>