Shades of Burnt Sienna #F26D53
Tints of Burnt Sienna #F26D53
RGB
CMYK
RGB Variations
Color information
#F26D53 (or 0xF26D53) is known color: Burnt Sienna. HEX triplet: F2, 6D and 53. RGB value is (242,109,83). Sum of RGB (Red+Green+Blue) = 242+109+83=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D53 is #0D92AC. Grayscale: #929292. Windows color (decimal): -889517 or 5467634. OLE color: 5467634.
HSL color Cylindrical-coordinate representation of color #F26D53: hue angle of 9.81º 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 #F26D53 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 83 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.05 |
| HSL | 9.81º | 0.86% | 0.64% | - |
| HSV(B) | 9.81º | 0.66% | 0.95% | - |
| XYZ | 43.65 | 30.44 | 11.76 | - |
| YUV | 145.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 83 | 0 | 0.55 | 0.66 | 0.05 | 9.81 | 0.86 | 0.64 |
| Hex | F2 | 6D | 53 | 0 | 37 | 42 | 5 | A | 56 | 40 |
| Octal | 362 | 155 | 123 | 0 | 67 | 102 | 5 | 12 | 126 | 100 |
| Binary | 11110010 | 1101101 | 1010011 | 0 | 110111 | 1000010 | 101 | 1010 | 1010110 | 1000000 |
Color Harmonies of #F26D53
Complementary color
Monochromatic Colors of #F26D53
Black with #F26D53
Text Example
Text Example
White with #F26D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D53; }
p { color: rgb(242,109,83); }
H1.HeaderClassName
{
color: #F26D53;
}
.AnyTagClassName
{
color: #F26D53;
}
</style>
background-color css
<style>
a { background-color: #F26D53; }
a { background-color: rgb(242,109,83); }
div.DivClassName
{
background-color: #F26D53;
}
.BgClassName
{
background-color: #F26D53;
}
</style>
border-color css
<style>
span { border-color: #F26D53; }
span { border-color: rgb(242,109,83); }
td.TdClassName
{
border-color: #F26D53;
}
.TagClassName
{
border-color: #F26D53;
}
</style>