Shades of Burnt Sienna #F27153
Tints of Burnt Sienna #F27153
RGB
CMYK
RGB Variations
Color information
#F27153 (or 0xF27153) is known color: Burnt Sienna. HEX triplet: F2, 71 and 53. RGB value is (242,113,83). Sum of RGB (Red+Green+Blue) = 242+113+83=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F27153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27153 is #0D8EAC. Grayscale: #949494. Windows color (decimal): -888493 or 5468658. OLE color: 5468658.
HSL color Cylindrical-coordinate representation of color #F27153: hue angle of 11.32º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F27153 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 83 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.05 |
| HSL | 11.32º | 0.86% | 0.64% | - |
| HSV(B) | 11.32º | 0.66% | 0.95% | - |
| XYZ | 44.08 | 31.31 | 11.9 | - |
| YUV | 148.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 83 | 0 | 0.53 | 0.66 | 0.05 | 11.32 | 0.86 | 0.64 |
| Hex | F2 | 71 | 53 | 0 | 35 | 42 | 5 | B | 56 | 40 |
| Octal | 362 | 161 | 123 | 0 | 65 | 102 | 5 | 13 | 126 | 100 |
| Binary | 11110010 | 1110001 | 1010011 | 0 | 110101 | 1000010 | 101 | 1011 | 1010110 | 1000000 |
Color Harmonies of #F27153
Complementary color
Monochromatic Colors of #F27153
Black with #F27153
Text Example
Text Example
White with #F27153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27153; }
p { color: rgb(242,113,83); }
H1.HeaderClassName
{
color: #F27153;
}
.AnyTagClassName
{
color: #F27153;
}
</style>
background-color css
<style>
a { background-color: #F27153; }
a { background-color: rgb(242,113,83); }
div.DivClassName
{
background-color: #F27153;
}
.BgClassName
{
background-color: #F27153;
}
</style>
border-color css
<style>
span { border-color: #F27153; }
span { border-color: rgb(242,113,83); }
td.TdClassName
{
border-color: #F27153;
}
.TagClassName
{
border-color: #F27153;
}
</style>