Shades of Burnt Orange #F16523
Tints of Burnt Orange #F16523
RGB
CMYK
RGB Variations
Color information
#F16523 (or 0xF16523) is known color: Burnt Orange. HEX triplet: F1, 65 and 23. RGB value is (241,101,35). Sum of RGB (Red+Green+Blue) = 241+101+35=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F16523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16523 is #0E9ADC. Grayscale: #878787. Windows color (decimal): -957149 or 2319857. OLE color: 2319857.
HSL color Cylindrical-coordinate representation of color #F16523: hue angle of 19.22º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F16523 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 35 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.05 |
| HSL | 19.22º | 0.88% | 0.54% | - |
| HSV(B) | 19.22º | 0.85% | 0.95% | - |
| XYZ | 41.23 | 28.13 | 4.85 | - |
| YUV | 135.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 35 | 0 | 0.58 | 0.85 | 0.05 | 19.22 | 0.88 | 0.54 |
| Hex | F1 | 65 | 23 | 0 | 3A | 55 | 5 | 13 | 58 | 36 |
| Octal | 361 | 145 | 43 | 0 | 72 | 125 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100101 | 100011 | 0 | 111010 | 1010101 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16523
Complementary color
Monochromatic Colors of #F16523
Black with #F16523
Text Example
Text Example
White with #F16523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16523; }
p { color: rgb(241,101,35); }
H1.HeaderClassName
{
color: #F16523;
}
.AnyTagClassName
{
color: #F16523;
}
</style>
background-color css
<style>
a { background-color: #F16523; }
a { background-color: rgb(241,101,35); }
div.DivClassName
{
background-color: #F16523;
}
.BgClassName
{
background-color: #F16523;
}
</style>
border-color css
<style>
span { border-color: #F16523; }
span { border-color: rgb(241,101,35); }
td.TdClassName
{
border-color: #F16523;
}
.TagClassName
{
border-color: #F16523;
}
</style>