Shades of Burnt Orange #F26D37
Tints of Burnt Orange #F26D37
RGB
CMYK
RGB Variations
Color information
#F26D37 (or 0xF26D37) is known color: Burnt Orange. HEX triplet: F2, 6D and 37. RGB value is (242,109,55). Sum of RGB (Red+Green+Blue) = 242+109+55=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D37 is #0D92C8. Grayscale: #8E8E8E. Windows color (decimal): -889545 or 3632626. OLE color: 3632626.
HSL color Cylindrical-coordinate representation of color #F26D37: hue angle of 17.33º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F26D37 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 55 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.05 |
| HSL | 17.33º | 0.88% | 0.58% | - |
| HSV(B) | 17.33º | 0.77% | 0.95% | - |
| XYZ | 42.78 | 30.09 | 7.17 | - |
| YUV | 142.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 55 | 0 | 0.55 | 0.77 | 0.05 | 17.33 | 0.88 | 0.58 |
| Hex | F2 | 6D | 37 | 0 | 37 | 4D | 5 | 11 | 58 | 3A |
| Octal | 362 | 155 | 67 | 0 | 67 | 115 | 5 | 21 | 130 | 72 |
| Binary | 11110010 | 1101101 | 110111 | 0 | 110111 | 1001101 | 101 | 10001 | 1011000 | 111010 |
Color Harmonies of #F26D37
Complementary color
Monochromatic Colors of #F26D37
Black with #F26D37
Text Example
Text Example
White with #F26D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D37; }
p { color: rgb(242,109,55); }
H1.HeaderClassName
{
color: #F26D37;
}
.AnyTagClassName
{
color: #F26D37;
}
</style>
background-color css
<style>
a { background-color: #F26D37; }
a { background-color: rgb(242,109,55); }
div.DivClassName
{
background-color: #F26D37;
}
.BgClassName
{
background-color: #F26D37;
}
</style>
border-color css
<style>
span { border-color: #F26D37; }
span { border-color: rgb(242,109,55); }
td.TdClassName
{
border-color: #F26D37;
}
.TagClassName
{
border-color: #F26D37;
}
</style>