Shades of Burnt Sienna #F26851
Tints of Burnt Sienna #F26851
RGB
CMYK
RGB Variations
Color information
#F26851 (or 0xF26851) is known color: Burnt Sienna. HEX triplet: F2, 68 and 51. RGB value is (242,104,81). Sum of RGB (Red+Green+Blue) = 242+104+81=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F26851 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26851 is #0D97AE. Grayscale: #8E8E8E. Windows color (decimal): -890799 or 5335282. OLE color: 5335282.
HSL color Cylindrical-coordinate representation of color #F26851: hue angle of 8.57º 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 #F26851 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 81 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.05 |
| HSL | 8.57º | 0.86% | 0.63% | - |
| HSV(B) | 8.57º | 0.67% | 0.95% | - |
| XYZ | 43.05 | 29.37 | 11.18 | - |
| YUV | 142.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 81 | 0 | 0.57 | 0.67 | 0.05 | 8.57 | 0.86 | 0.63 |
| Hex | F2 | 68 | 51 | 0 | 39 | 43 | 5 | 9 | 56 | 3F |
| Octal | 362 | 150 | 121 | 0 | 71 | 103 | 5 | 11 | 126 | 77 |
| Binary | 11110010 | 1101000 | 1010001 | 0 | 111001 | 1000011 | 101 | 1001 | 1010110 | 111111 |
Color Harmonies of #F26851
Complementary color
Monochromatic Colors of #F26851
Black with #F26851
Text Example
Text Example
White with #F26851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26851; }
p { color: rgb(242,104,81); }
H1.HeaderClassName
{
color: #F26851;
}
.AnyTagClassName
{
color: #F26851;
}
</style>
background-color css
<style>
a { background-color: #F26851; }
a { background-color: rgb(242,104,81); }
div.DivClassName
{
background-color: #F26851;
}
.BgClassName
{
background-color: #F26851;
}
</style>
border-color css
<style>
span { border-color: #F26851; }
span { border-color: rgb(242,104,81); }
td.TdClassName
{
border-color: #F26851;
}
.TagClassName
{
border-color: #F26851;
}
</style>