Shades of Burnt Sienna #F27154
Tints of Burnt Sienna #F27154
RGB
CMYK
RGB Variations
Color information
#F27154 (or 0xF27154) is known color: Burnt Sienna. HEX triplet: F2, 71 and 54. RGB value is (242,113,84). Sum of RGB (Red+Green+Blue) = 242+113+84=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27154 is #0D8EAB. Grayscale: #949494. Windows color (decimal): -888492 or 5534194. OLE color: 5534194.
HSL color Cylindrical-coordinate representation of color #F27154: hue angle of 11.01º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F27154 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 84 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.05 |
| HSL | 11.01º | 0.86% | 0.64% | - |
| HSV(B) | 11.01º | 0.65% | 0.95% | - |
| XYZ | 44.12 | 31.33 | 12.11 | - |
| YUV | 148.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 84 | 0 | 0.53 | 0.65 | 0.05 | 11.01 | 0.86 | 0.64 |
| Hex | F2 | 71 | 54 | 0 | 35 | 41 | 5 | B | 56 | 40 |
| Octal | 362 | 161 | 124 | 0 | 65 | 101 | 5 | 13 | 126 | 100 |
| Binary | 11110010 | 1110001 | 1010100 | 0 | 110101 | 1000001 | 101 | 1011 | 1010110 | 1000000 |
Color Harmonies of #F27154
Complementary color
Monochromatic Colors of #F27154
Black with #F27154
Text Example
Text Example
White with #F27154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27154; }
p { color: rgb(242,113,84); }
H1.HeaderClassName
{
color: #F27154;
}
.AnyTagClassName
{
color: #F27154;
}
</style>
background-color css
<style>
a { background-color: #F27154; }
a { background-color: rgb(242,113,84); }
div.DivClassName
{
background-color: #F27154;
}
.BgClassName
{
background-color: #F27154;
}
</style>
border-color css
<style>
span { border-color: #F27154; }
span { border-color: rgb(242,113,84); }
td.TdClassName
{
border-color: #F27154;
}
.TagClassName
{
border-color: #F27154;
}
</style>