Shades of Burnt Orange #F16726
Tints of Burnt Orange #F16726
RGB
CMYK
RGB Variations
Color information
#F16726 (or 0xF16726) is known color: Burnt Orange. HEX triplet: F1, 67 and 26. RGB value is (241,103,38). Sum of RGB (Red+Green+Blue) = 241+103+38=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F16726 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16726 is #0E98D9. Grayscale: #898989. Windows color (decimal): -956634 or 2516977. OLE color: 2516977.
HSL color Cylindrical-coordinate representation of color #F16726: hue angle of 19.21º degrees, saturation: 0.88, 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 #F16726 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 38 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.05 |
| HSL | 19.21º | 0.88% | 0.55% | - |
| HSV(B) | 19.21º | 0.84% | 0.95% | - |
| XYZ | 41.48 | 28.54 | 5.16 | - |
| YUV | 136.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 38 | 0 | 0.57 | 0.84 | 0.05 | 19.21 | 0.88 | 0.55 |
| Hex | F1 | 67 | 26 | 0 | 39 | 54 | 5 | 13 | 58 | 37 |
| Octal | 361 | 147 | 46 | 0 | 71 | 124 | 5 | 23 | 130 | 67 |
| Binary | 11110001 | 1100111 | 100110 | 0 | 111001 | 1010100 | 101 | 10011 | 1011000 | 110111 |
Color Harmonies of #F16726
Complementary color
Monochromatic Colors of #F16726
Black with #F16726
Text Example
Text Example
White with #F16726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16726; }
p { color: rgb(241,103,38); }
H1.HeaderClassName
{
color: #F16726;
}
.AnyTagClassName
{
color: #F16726;
}
</style>
background-color css
<style>
a { background-color: #F16726; }
a { background-color: rgb(241,103,38); }
div.DivClassName
{
background-color: #F16726;
}
.BgClassName
{
background-color: #F16726;
}
</style>
border-color css
<style>
span { border-color: #F16726; }
span { border-color: rgb(241,103,38); }
td.TdClassName
{
border-color: #F16726;
}
.TagClassName
{
border-color: #F16726;
}
</style>