Shades of Burnt Orange #F16423
Tints of Burnt Orange #F16423
RGB
CMYK
RGB Variations
Color information
#F16423 (or 0xF16423) is known color: Burnt Orange. HEX triplet: F1, 64 and 23. RGB value is (241,100,35). Sum of RGB (Red+Green+Blue) = 241+100+35=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16423 is #0E9BDC. Grayscale: #878787. Windows color (decimal): -957405 or 2319601. OLE color: 2319601.
HSL color Cylindrical-coordinate representation of color #F16423: hue angle of 18.93º 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 #F16423 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 35 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.05 |
| HSL | 18.93º | 0.88% | 0.54% | - |
| HSV(B) | 18.93º | 0.85% | 0.95% | - |
| XYZ | 41.14 | 27.94 | 4.81 | - |
| YUV | 134.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 35 | 0 | 0.59 | 0.85 | 0.05 | 18.93 | 0.88 | 0.54 |
| Hex | F1 | 64 | 23 | 0 | 3B | 55 | 5 | 13 | 58 | 36 |
| Octal | 361 | 144 | 43 | 0 | 73 | 125 | 5 | 23 | 130 | 66 |
| Binary | 11110001 | 1100100 | 100011 | 0 | 111011 | 1010101 | 101 | 10011 | 1011000 | 110110 |
Color Harmonies of #F16423
Complementary color
Monochromatic Colors of #F16423
Black with #F16423
Text Example
Text Example
White with #F16423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16423; }
p { color: rgb(241,100,35); }
H1.HeaderClassName
{
color: #F16423;
}
.AnyTagClassName
{
color: #F16423;
}
</style>
background-color css
<style>
a { background-color: #F16423; }
a { background-color: rgb(241,100,35); }
div.DivClassName
{
background-color: #F16423;
}
.BgClassName
{
background-color: #F16423;
}
</style>
border-color css
<style>
span { border-color: #F16423; }
span { border-color: rgb(241,100,35); }
td.TdClassName
{
border-color: #F16423;
}
.TagClassName
{
border-color: #F16423;
}
</style>