Shades of Burnt Sienna #F2764F
Tints of Burnt Sienna #F2764F
RGB
CMYK
RGB Variations
Color information
#F2764F (or 0xF2764F) is known color: Burnt Sienna. HEX triplet: F2, 76 and 4F. RGB value is (242,118,79). Sum of RGB (Red+Green+Blue) = 242+118+79=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F2764F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2764F is #0D89B0. Grayscale: #969696. Windows color (decimal): -887217 or 5207794. OLE color: 5207794.
HSL color Cylindrical-coordinate representation of color #F2764F: hue angle of 14.36º 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 #F2764F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 79 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.05 |
| HSL | 14.36º | 0.86% | 0.63% | - |
| HSV(B) | 14.36º | 0.67% | 0.95% | - |
| XYZ | 44.51 | 32.4 | 11.3 | - |
| YUV | 150.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 79 | 0 | 0.51 | 0.67 | 0.05 | 14.36 | 0.86 | 0.63 |
| Hex | F2 | 76 | 4F | 0 | 33 | 43 | 5 | E | 56 | 3F |
| Octal | 362 | 166 | 117 | 0 | 63 | 103 | 5 | 16 | 126 | 77 |
| Binary | 11110010 | 1110110 | 1001111 | 0 | 110011 | 1000011 | 101 | 1110 | 1010110 | 111111 |
Color Harmonies of #F2764F
Complementary color
Monochromatic Colors of #F2764F
Black with #F2764F
Text Example
Text Example
White with #F2764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2764F; }
p { color: rgb(242,118,79); }
H1.HeaderClassName
{
color: #F2764F;
}
.AnyTagClassName
{
color: #F2764F;
}
</style>
background-color css
<style>
a { background-color: #F2764F; }
a { background-color: rgb(242,118,79); }
div.DivClassName
{
background-color: #F2764F;
}
.BgClassName
{
background-color: #F2764F;
}
</style>
border-color css
<style>
span { border-color: #F2764F; }
span { border-color: rgb(242,118,79); }
td.TdClassName
{
border-color: #F2764F;
}
.TagClassName
{
border-color: #F2764F;
}
</style>