Shades of Burnt Sienna #F27554
Tints of Burnt Sienna #F27554
RGB
CMYK
RGB Variations
Color information
#F27554 (or 0xF27554) is known color: Burnt Sienna. HEX triplet: F2, 75 and 54. RGB value is (242,117,84). Sum of RGB (Red+Green+Blue) = 242+117+84=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F27554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27554 is #0D8AAB. Grayscale: #969696. Windows color (decimal): -887468 or 5535218. OLE color: 5535218.
HSL color Cylindrical-coordinate representation of color #F27554: hue angle of 12.53º 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 #F27554 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 84 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.05 |
| HSL | 12.53º | 0.86% | 0.64% | - |
| HSV(B) | 12.53º | 0.65% | 0.95% | - |
| XYZ | 44.58 | 32.24 | 12.26 | - |
| YUV | 150.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 84 | 0 | 0.52 | 0.65 | 0.05 | 12.53 | 0.86 | 0.64 |
| Hex | F2 | 75 | 54 | 0 | 34 | 41 | 5 | D | 56 | 40 |
| Octal | 362 | 165 | 124 | 0 | 64 | 101 | 5 | 15 | 126 | 100 |
| Binary | 11110010 | 1110101 | 1010100 | 0 | 110100 | 1000001 | 101 | 1101 | 1010110 | 1000000 |
Color Harmonies of #F27554
Complementary color
Monochromatic Colors of #F27554
Black with #F27554
Text Example
Text Example
White with #F27554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27554; }
p { color: rgb(242,117,84); }
H1.HeaderClassName
{
color: #F27554;
}
.AnyTagClassName
{
color: #F27554;
}
</style>
background-color css
<style>
a { background-color: #F27554; }
a { background-color: rgb(242,117,84); }
div.DivClassName
{
background-color: #F27554;
}
.BgClassName
{
background-color: #F27554;
}
</style>
border-color css
<style>
span { border-color: #F27554; }
span { border-color: rgb(242,117,84); }
td.TdClassName
{
border-color: #F27554;
}
.TagClassName
{
border-color: #F27554;
}
</style>