Shades of Burnt Sienna #F27550
Tints of Burnt Sienna #F27550
RGB
CMYK
RGB Variations
Color information
#F27550 (or 0xF27550) is known color: Burnt Sienna. HEX triplet: F2, 75 and 50. RGB value is (242,117,80). Sum of RGB (Red+Green+Blue) = 242+117+80=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27550 is #0D8AAF. Grayscale: #969696. Windows color (decimal): -887472 or 5273074. OLE color: 5273074.
HSL color Cylindrical-coordinate representation of color #F27550: hue angle of 13.7º 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 #F27550 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 80 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.05 |
| HSL | 13.7º | 0.86% | 0.63% | - |
| HSV(B) | 13.7º | 0.67% | 0.95% | - |
| XYZ | 44.43 | 32.18 | 11.46 | - |
| YUV | 150.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 80 | 0 | 0.52 | 0.67 | 0.05 | 13.7 | 0.86 | 0.63 |
| Hex | F2 | 75 | 50 | 0 | 34 | 43 | 5 | E | 56 | 3F |
| Octal | 362 | 165 | 120 | 0 | 64 | 103 | 5 | 16 | 126 | 77 |
| Binary | 11110010 | 1110101 | 1010000 | 0 | 110100 | 1000011 | 101 | 1110 | 1010110 | 111111 |
Color Harmonies of #F27550
Complementary color
Monochromatic Colors of #F27550
Black with #F27550
Text Example
Text Example
White with #F27550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27550; }
p { color: rgb(242,117,80); }
H1.HeaderClassName
{
color: #F27550;
}
.AnyTagClassName
{
color: #F27550;
}
</style>
background-color css
<style>
a { background-color: #F27550; }
a { background-color: rgb(242,117,80); }
div.DivClassName
{
background-color: #F27550;
}
.BgClassName
{
background-color: #F27550;
}
</style>
border-color css
<style>
span { border-color: #F27550; }
span { border-color: rgb(242,117,80); }
td.TdClassName
{
border-color: #F27550;
}
.TagClassName
{
border-color: #F27550;
}
</style>