Shades of Burnt Sienna #F2734F
Tints of Burnt Sienna #F2734F
RGB
CMYK
RGB Variations
Color information
#F2734F (or 0xF2734F) is known color: Burnt Sienna. HEX triplet: F2, 73 and 4F. RGB value is (242,115,79). Sum of RGB (Red+Green+Blue) = 242+115+79=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2734F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2734F is #0D8CB0. Grayscale: #959595. Windows color (decimal): -887985 or 5207026. OLE color: 5207026.
HSL color Cylindrical-coordinate representation of color #F2734F: hue angle of 13.25º 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 #F2734F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 79 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.05 |
| HSL | 13.25º | 0.86% | 0.63% | - |
| HSV(B) | 13.25º | 0.67% | 0.95% | - |
| XYZ | 44.16 | 31.7 | 11.19 | - |
| YUV | 148.87 | 88.58 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 79 | 0 | 0.52 | 0.67 | 0.05 | 13.25 | 0.86 | 0.63 |
| Hex | F2 | 73 | 4F | 0 | 34 | 43 | 5 | D | 56 | 3F |
| Octal | 362 | 163 | 117 | 0 | 64 | 103 | 5 | 15 | 126 | 77 |
| Binary | 11110010 | 1110011 | 1001111 | 0 | 110100 | 1000011 | 101 | 1101 | 1010110 | 111111 |
Color Harmonies of #F2734F
Complementary color
Monochromatic Colors of #F2734F
Black with #F2734F
Text Example
Text Example
White with #F2734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2734F; }
p { color: rgb(242,115,79); }
H1.HeaderClassName
{
color: #F2734F;
}
.AnyTagClassName
{
color: #F2734F;
}
</style>
background-color css
<style>
a { background-color: #F2734F; }
a { background-color: rgb(242,115,79); }
div.DivClassName
{
background-color: #F2734F;
}
.BgClassName
{
background-color: #F2734F;
}
</style>
border-color css
<style>
span { border-color: #F2734F; }
span { border-color: rgb(242,115,79); }
td.TdClassName
{
border-color: #F2734F;
}
.TagClassName
{
border-color: #F2734F;
}
</style>