Shades of Burnt Sienna #F2744F
Tints of Burnt Sienna #F2744F
RGB
CMYK
RGB Variations
Color information
#F2744F (or 0xF2744F) is known color: Burnt Sienna. HEX triplet: F2, 74 and 4F. RGB value is (242,116,79). Sum of RGB (Red+Green+Blue) = 242+116+79=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2744F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2744F is #0D8BB0. Grayscale: #959595. Windows color (decimal): -887729 or 5207282. OLE color: 5207282.
HSL color Cylindrical-coordinate representation of color #F2744F: hue angle of 13.62º 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 #F2744F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 79 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.05 |
| HSL | 13.62º | 0.86% | 0.63% | - |
| HSV(B) | 13.62º | 0.67% | 0.95% | - |
| XYZ | 44.27 | 31.93 | 11.23 | - |
| YUV | 149.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 79 | 0 | 0.52 | 0.67 | 0.05 | 13.62 | 0.86 | 0.63 |
| Hex | F2 | 74 | 4F | 0 | 34 | 43 | 5 | E | 56 | 3F |
| Octal | 362 | 164 | 117 | 0 | 64 | 103 | 5 | 16 | 126 | 77 |
| Binary | 11110010 | 1110100 | 1001111 | 0 | 110100 | 1000011 | 101 | 1110 | 1010110 | 111111 |
Color Harmonies of #F2744F
Complementary color
Monochromatic Colors of #F2744F
Black with #F2744F
Text Example
Text Example
White with #F2744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2744F; }
p { color: rgb(242,116,79); }
H1.HeaderClassName
{
color: #F2744F;
}
.AnyTagClassName
{
color: #F2744F;
}
</style>
background-color css
<style>
a { background-color: #F2744F; }
a { background-color: rgb(242,116,79); }
div.DivClassName
{
background-color: #F2744F;
}
.BgClassName
{
background-color: #F2744F;
}
</style>
border-color css
<style>
span { border-color: #F2744F; }
span { border-color: rgb(242,116,79); }
td.TdClassName
{
border-color: #F2744F;
}
.TagClassName
{
border-color: #F2744F;
}
</style>