Shades of Burnt Orange #F16526
Tints of Burnt Orange #F16526
RGB
CMYK
RGB Variations
Color information
#F16526 (or 0xF16526) is known color: Burnt Orange. HEX triplet: F1, 65 and 26. RGB value is (241,101,38). Sum of RGB (Red+Green+Blue) = 241+101+38=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 38 (15.23% from 255 or 10% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F16526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16526 is #0E9AD9. Grayscale: #888888. Windows color (decimal): -957146 or 2516465. OLE color: 2516465.
HSL color Cylindrical-coordinate representation of color #F16526: hue angle of 18.62º 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 #F16526 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 38 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.05 |
| HSL | 18.62º | 0.88% | 0.55% | - |
| HSV(B) | 18.62º | 0.84% | 0.95% | - |
| XYZ | 41.28 | 28.15 | 5.09 | - |
| YUV | 135.68 | 72.88 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 38 | 0 | 0.58 | 0.84 | 0.05 | 18.62 | 0.88 | 0.55 |
| Hex | F1 | 65 | 26 | 0 | 3A | 54 | 5 | 13 | 58 | 37 |
| Octal | 361 | 145 | 46 | 0 | 72 | 124 | 5 | 23 | 130 | 67 |
| Binary | 11110001 | 1100101 | 100110 | 0 | 111010 | 1010100 | 101 | 10011 | 1011000 | 110111 |
Color Harmonies of #F16526
Complementary color
Monochromatic Colors of #F16526
Black with #F16526
Text Example
Text Example
White with #F16526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16526; }
p { color: rgb(241,101,38); }
H1.HeaderClassName
{
color: #F16526;
}
.AnyTagClassName
{
color: #F16526;
}
</style>
background-color css
<style>
a { background-color: #F16526; }
a { background-color: rgb(241,101,38); }
div.DivClassName
{
background-color: #F16526;
}
.BgClassName
{
background-color: #F16526;
}
</style>
border-color css
<style>
span { border-color: #F16526; }
span { border-color: rgb(241,101,38); }
td.TdClassName
{
border-color: #F16526;
}
.TagClassName
{
border-color: #F16526;
}
</style>