Shades of Burnt Sienna #F26D4F
Tints of Burnt Sienna #F26D4F
RGB
CMYK
RGB Variations
Color information
#F26D4F (or 0xF26D4F) is known color: Burnt Sienna. HEX triplet: F2, 6D and 4F. RGB value is (242,109,79). Sum of RGB (Red+Green+Blue) = 242+109+79=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D4F is #0D92B0. Grayscale: #919191. Windows color (decimal): -889521 or 5205490. OLE color: 5205490.
HSL color Cylindrical-coordinate representation of color #F26D4F: hue angle of 11.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 #F26D4F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 79 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.05 |
| HSL | 11.04º | 0.86% | 0.63% | - |
| HSV(B) | 11.04º | 0.67% | 0.95% | - |
| XYZ | 43.5 | 30.38 | 10.97 | - |
| YUV | 145.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 79 | 0 | 0.55 | 0.67 | 0.05 | 11.04 | 0.86 | 0.63 |
| Hex | F2 | 6D | 4F | 0 | 37 | 43 | 5 | B | 56 | 3F |
| Octal | 362 | 155 | 117 | 0 | 67 | 103 | 5 | 13 | 126 | 77 |
| Binary | 11110010 | 1101101 | 1001111 | 0 | 110111 | 1000011 | 101 | 1011 | 1010110 | 111111 |
Color Harmonies of #F26D4F
Complementary color
Monochromatic Colors of #F26D4F
Black with #F26D4F
Text Example
Text Example
White with #F26D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D4F; }
p { color: rgb(242,109,79); }
H1.HeaderClassName
{
color: #F26D4F;
}
.AnyTagClassName
{
color: #F26D4F;
}
</style>
background-color css
<style>
a { background-color: #F26D4F; }
a { background-color: rgb(242,109,79); }
div.DivClassName
{
background-color: #F26D4F;
}
.BgClassName
{
background-color: #F26D4F;
}
</style>
border-color css
<style>
span { border-color: #F26D4F; }
span { border-color: rgb(242,109,79); }
td.TdClassName
{
border-color: #F26D4F;
}
.TagClassName
{
border-color: #F26D4F;
}
</style>