Shades of Burnt Sienna #F27451
Tints of Burnt Sienna #F27451
RGB
CMYK
RGB Variations
Color information
#F27451 (or 0xF27451) is known color: Burnt Sienna. HEX triplet: F2, 74 and 51. RGB value is (242,116,81). Sum of RGB (Red+Green+Blue) = 242+116+81=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27451 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27451 is #0D8BAE. Grayscale: #959595. Windows color (decimal): -887727 or 5338354. OLE color: 5338354.
HSL color Cylindrical-coordinate representation of color #F27451: hue angle of 13.04º 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 #F27451 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 81 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.05 |
| HSL | 13.04º | 0.86% | 0.63% | - |
| HSV(B) | 13.04º | 0.67% | 0.95% | - |
| XYZ | 44.35 | 31.96 | 11.62 | - |
| YUV | 149.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 81 | 0 | 0.52 | 0.67 | 0.05 | 13.04 | 0.86 | 0.63 |
| Hex | F2 | 74 | 51 | 0 | 34 | 43 | 5 | D | 56 | 3F |
| Octal | 362 | 164 | 121 | 0 | 64 | 103 | 5 | 15 | 126 | 77 |
| Binary | 11110010 | 1110100 | 1010001 | 0 | 110100 | 1000011 | 101 | 1101 | 1010110 | 111111 |
Color Harmonies of #F27451
Complementary color
Monochromatic Colors of #F27451
Black with #F27451
Text Example
Text Example
White with #F27451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27451; }
p { color: rgb(242,116,81); }
H1.HeaderClassName
{
color: #F27451;
}
.AnyTagClassName
{
color: #F27451;
}
</style>
background-color css
<style>
a { background-color: #F27451; }
a { background-color: rgb(242,116,81); }
div.DivClassName
{
background-color: #F27451;
}
.BgClassName
{
background-color: #F27451;
}
</style>
border-color css
<style>
span { border-color: #F27451; }
span { border-color: rgb(242,116,81); }
td.TdClassName
{
border-color: #F27451;
}
.TagClassName
{
border-color: #F27451;
}
</style>