Shades of Burnt Orange #F26D3E
Tints of Burnt Orange #F26D3E
RGB
CMYK
RGB Variations
Color information
#F26D3E (or 0xF26D3E) is known color: Burnt Orange. HEX triplet: F2, 6D and 3E. RGB value is (242,109,62). Sum of RGB (Red+Green+Blue) = 242+109+62=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D3E is #0D92C1. Grayscale: #8F8F8F. Windows color (decimal): -889538 or 4091378. OLE color: 4091378.
HSL color Cylindrical-coordinate representation of color #F26D3E: hue angle of 15.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F26D3E is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 62 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.05 |
| HSL | 15.67º | 0.87% | 0.6% | - |
| HSV(B) | 15.67º | 0.74% | 0.95% | - |
| XYZ | 42.96 | 30.16 | 8.12 | - |
| YUV | 143.41 | 82.06 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 62 | 0 | 0.55 | 0.74 | 0.05 | 15.67 | 0.87 | 0.6 |
| Hex | F2 | 6D | 3E | 0 | 37 | 4A | 5 | 10 | 57 | 3C |
| Octal | 362 | 155 | 76 | 0 | 67 | 112 | 5 | 20 | 127 | 74 |
| Binary | 11110010 | 1101101 | 111110 | 0 | 110111 | 1001010 | 101 | 10000 | 1010111 | 111100 |
Color Harmonies of #F26D3E
Complementary color
Monochromatic Colors of #F26D3E
Black with #F26D3E
Text Example
Text Example
White with #F26D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D3E; }
p { color: rgb(242,109,62); }
H1.HeaderClassName
{
color: #F26D3E;
}
.AnyTagClassName
{
color: #F26D3E;
}
</style>
background-color css
<style>
a { background-color: #F26D3E; }
a { background-color: rgb(242,109,62); }
div.DivClassName
{
background-color: #F26D3E;
}
.BgClassName
{
background-color: #F26D3E;
}
</style>
border-color css
<style>
span { border-color: #F26D3E; }
span { border-color: rgb(242,109,62); }
td.TdClassName
{
border-color: #F26D3E;
}
.TagClassName
{
border-color: #F26D3E;
}
</style>