Shades of Burnt Sienna #F26D52
Tints of Burnt Sienna #F26D52
RGB
CMYK
RGB Variations
Color information
#F26D52 (or 0xF26D52) is known color: Burnt Sienna. HEX triplet: F2, 6D and 52. RGB value is (242,109,82). Sum of RGB (Red+Green+Blue) = 242+109+82=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D52 is #0D92AD. Grayscale: #919191. Windows color (decimal): -889518 or 5402098. OLE color: 5402098.
HSL color Cylindrical-coordinate representation of color #F26D52: hue angle of 10.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F26D52 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 82 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.05 |
| HSL | 10.13º | 0.86% | 0.64% | - |
| HSV(B) | 10.13º | 0.66% | 0.95% | - |
| XYZ | 43.61 | 30.42 | 11.56 | - |
| YUV | 145.69 | 92.06 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 82 | 0 | 0.55 | 0.66 | 0.05 | 10.13 | 0.86 | 0.64 |
| Hex | F2 | 6D | 52 | 0 | 37 | 42 | 5 | A | 56 | 40 |
| Octal | 362 | 155 | 122 | 0 | 67 | 102 | 5 | 12 | 126 | 100 |
| Binary | 11110010 | 1101101 | 1010010 | 0 | 110111 | 1000010 | 101 | 1010 | 1010110 | 1000000 |
Color Harmonies of #F26D52
Complementary color
Monochromatic Colors of #F26D52
Black with #F26D52
Text Example
Text Example
White with #F26D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D52; }
p { color: rgb(242,109,82); }
H1.HeaderClassName
{
color: #F26D52;
}
.AnyTagClassName
{
color: #F26D52;
}
</style>
background-color css
<style>
a { background-color: #F26D52; }
a { background-color: rgb(242,109,82); }
div.DivClassName
{
background-color: #F26D52;
}
.BgClassName
{
background-color: #F26D52;
}
</style>
border-color css
<style>
span { border-color: #F26D52; }
span { border-color: rgb(242,109,82); }
td.TdClassName
{
border-color: #F26D52;
}
.TagClassName
{
border-color: #F26D52;
}
</style>