Shades of Burnt Orange #F26D2B
Tints of Burnt Orange #F26D2B
RGB
CMYK
RGB Variations
Color information
#F26D2B (or 0xF26D2B) is known color: Burnt Orange. HEX triplet: F2, 6D and 2B. RGB value is (242,109,43). Sum of RGB (Red+Green+Blue) = 242+109+43=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D2B is #0D92D4. Grayscale: #8D8D8D. Windows color (decimal): -889557 or 2846194. OLE color: 2846194.
HSL color Cylindrical-coordinate representation of color #F26D2B: hue angle of 19.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F26D2B is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 43 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.05 |
| HSL | 19.9º | 0.88% | 0.56% | - |
| HSV(B) | 19.9º | 0.82% | 0.95% | - |
| XYZ | 42.52 | 29.99 | 5.83 | - |
| YUV | 141.24 | 72.56 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 43 | 0 | 0.55 | 0.82 | 0.05 | 19.9 | 0.88 | 0.56 |
| Hex | F2 | 6D | 2B | 0 | 37 | 52 | 5 | 14 | 58 | 38 |
| Octal | 362 | 155 | 53 | 0 | 67 | 122 | 5 | 24 | 130 | 70 |
| Binary | 11110010 | 1101101 | 101011 | 0 | 110111 | 1010010 | 101 | 10100 | 1011000 | 111000 |
Color Harmonies of #F26D2B
Complementary color
Monochromatic Colors of #F26D2B
Black with #F26D2B
Text Example
Text Example
White with #F26D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D2B; }
p { color: rgb(242,109,43); }
H1.HeaderClassName
{
color: #F26D2B;
}
.AnyTagClassName
{
color: #F26D2B;
}
</style>
background-color css
<style>
a { background-color: #F26D2B; }
a { background-color: rgb(242,109,43); }
div.DivClassName
{
background-color: #F26D2B;
}
.BgClassName
{
background-color: #F26D2B;
}
</style>
border-color css
<style>
span { border-color: #F26D2B; }
span { border-color: rgb(242,109,43); }
td.TdClassName
{
border-color: #F26D2B;
}
.TagClassName
{
border-color: #F26D2B;
}
</style>