Shades of Burnt Orange #F26726
Tints of Burnt Orange #F26726
RGB
CMYK
RGB Variations
Color information
#F26726 (or 0xF26726) is known color: Burnt Orange. HEX triplet: F2, 67 and 26. RGB value is (242,103,38). Sum of RGB (Red+Green+Blue) = 242+103+38=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26726 is #0D98D9. Grayscale: #898989. Windows color (decimal): -891098 or 2516978. OLE color: 2516978.
HSL color Cylindrical-coordinate representation of color #F26726: hue angle of 19.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26726 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.05 |
| HSL | 19.12º | 0.89% | 0.55% | - |
| HSV(B) | 19.12º | 0.84% | 0.95% | - |
| XYZ | 41.82 | 28.72 | 5.17 | - |
| YUV | 137.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 38 | 0 | 0.57 | 0.84 | 0.05 | 19.12 | 0.89 | 0.55 |
| Hex | F2 | 67 | 26 | 0 | 39 | 54 | 5 | 13 | 59 | 37 |
| Octal | 362 | 147 | 46 | 0 | 71 | 124 | 5 | 23 | 131 | 67 |
| Binary | 11110010 | 1100111 | 100110 | 0 | 111001 | 1010100 | 101 | 10011 | 1011001 | 110111 |
Color Harmonies of #F26726
Complementary color
Monochromatic Colors of #F26726
Black with #F26726
Text Example
Text Example
White with #F26726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26726; }
p { color: rgb(242,103,38); }
H1.HeaderClassName
{
color: #F26726;
}
.AnyTagClassName
{
color: #F26726;
}
</style>
background-color css
<style>
a { background-color: #F26726; }
a { background-color: rgb(242,103,38); }
div.DivClassName
{
background-color: #F26726;
}
.BgClassName
{
background-color: #F26726;
}
</style>
border-color css
<style>
span { border-color: #F26726; }
span { border-color: rgb(242,103,38); }
td.TdClassName
{
border-color: #F26726;
}
.TagClassName
{
border-color: #F26726;
}
</style>