Shades of Burnt Sienna #F26D4E
Tints of Burnt Sienna #F26D4E
RGB
CMYK
RGB Variations
Color information
#F26D4E (or 0xF26D4E) is known color: Burnt Sienna. HEX triplet: F2, 6D and 4E. RGB value is (242,109,78). Sum of RGB (Red+Green+Blue) = 242+109+78=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D4E is #0D92B1. Grayscale: #919191. Windows color (decimal): -889522 or 5139954. OLE color: 5139954.
HSL color Cylindrical-coordinate representation of color #F26D4E: hue angle of 11.34º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F26D4E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 78 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.05 |
| HSL | 11.34º | 0.86% | 0.63% | - |
| HSV(B) | 11.34º | 0.68% | 0.95% | - |
| XYZ | 43.46 | 30.36 | 10.78 | - |
| YUV | 145.23 | 90.06 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 78 | 0 | 0.55 | 0.68 | 0.05 | 11.34 | 0.86 | 0.63 |
| Hex | F2 | 6D | 4E | 0 | 37 | 44 | 5 | B | 56 | 3F |
| Octal | 362 | 155 | 116 | 0 | 67 | 104 | 5 | 13 | 126 | 77 |
| Binary | 11110010 | 1101101 | 1001110 | 0 | 110111 | 1000100 | 101 | 1011 | 1010110 | 111111 |
Color Harmonies of #F26D4E
Complementary color
Monochromatic Colors of #F26D4E
Black with #F26D4E
Text Example
Text Example
White with #F26D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D4E; }
p { color: rgb(242,109,78); }
H1.HeaderClassName
{
color: #F26D4E;
}
.AnyTagClassName
{
color: #F26D4E;
}
</style>
background-color css
<style>
a { background-color: #F26D4E; }
a { background-color: rgb(242,109,78); }
div.DivClassName
{
background-color: #F26D4E;
}
.BgClassName
{
background-color: #F26D4E;
}
</style>
border-color css
<style>
span { border-color: #F26D4E; }
span { border-color: rgb(242,109,78); }
td.TdClassName
{
border-color: #F26D4E;
}
.TagClassName
{
border-color: #F26D4E;
}
</style>