Shades of Burnt Sienna #F27456
Tints of Burnt Sienna #F27456
RGB
CMYK
RGB Variations
Color information
#F27456 (or 0xF27456) is known color: Burnt Sienna. HEX triplet: F2, 74 and 56. RGB value is (242,116,86). Sum of RGB (Red+Green+Blue) = 242+116+86=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F27456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27456 is #0D8BA9. Grayscale: #969696. Windows color (decimal): -887722 or 5666034. OLE color: 5666034.
HSL color Cylindrical-coordinate representation of color #F27456: hue angle of 11.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F27456 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 86 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.05 |
| HSL | 11.54º | 0.86% | 0.64% | - |
| HSV(B) | 11.54º | 0.64% | 0.95% | - |
| XYZ | 44.54 | 32.04 | 12.64 | - |
| YUV | 150.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 86 | 0 | 0.52 | 0.64 | 0.05 | 11.54 | 0.86 | 0.64 |
| Hex | F2 | 74 | 56 | 0 | 34 | 40 | 5 | C | 56 | 40 |
| Octal | 362 | 164 | 126 | 0 | 64 | 100 | 5 | 14 | 126 | 100 |
| Binary | 11110010 | 1110100 | 1010110 | 0 | 110100 | 1000000 | 101 | 1100 | 1010110 | 1000000 |
Color Harmonies of #F27456
Complementary color
Monochromatic Colors of #F27456
Black with #F27456
Text Example
Text Example
White with #F27456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27456; }
p { color: rgb(242,116,86); }
H1.HeaderClassName
{
color: #F27456;
}
.AnyTagClassName
{
color: #F27456;
}
</style>
background-color css
<style>
a { background-color: #F27456; }
a { background-color: rgb(242,116,86); }
div.DivClassName
{
background-color: #F27456;
}
.BgClassName
{
background-color: #F27456;
}
</style>
border-color css
<style>
span { border-color: #F27456; }
span { border-color: rgb(242,116,86); }
td.TdClassName
{
border-color: #F27456;
}
.TagClassName
{
border-color: #F27456;
}
</style>