Shades of Burnt Orange #F16834
Tints of Burnt Orange #F16834
RGB
CMYK
RGB Variations
Color information
#F16834 (or 0xF16834) is known color: Burnt Orange. HEX triplet: F1, 68 and 34. RGB value is (241,104,52). Sum of RGB (Red+Green+Blue) = 241+104+52=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F16834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16834 is #0E97CB. Grayscale: #8B8B8B. Windows color (decimal): -956364 or 3434737. OLE color: 3434737.
HSL color Cylindrical-coordinate representation of color #F16834: hue angle of 16.51º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F16834 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 104 | 52 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.05 |
| HSL | 16.51º | 0.87% | 0.57% | - |
| HSV(B) | 16.51º | 0.78% | 0.95% | - |
| XYZ | 41.85 | 28.85 | 6.61 | - |
| YUV | 139.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 104 | 52 | 0 | 0.57 | 0.78 | 0.05 | 16.51 | 0.87 | 0.57 |
| Hex | F1 | 68 | 34 | 0 | 39 | 4E | 5 | 11 | 57 | 39 |
| Octal | 361 | 150 | 64 | 0 | 71 | 116 | 5 | 21 | 127 | 71 |
| Binary | 11110001 | 1101000 | 110100 | 0 | 111001 | 1001110 | 101 | 10001 | 1010111 | 111001 |
Color Harmonies of #F16834
Complementary color
Monochromatic Colors of #F16834
Black with #F16834
Text Example
Text Example
White with #F16834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16834; }
p { color: rgb(241,104,52); }
H1.HeaderClassName
{
color: #F16834;
}
.AnyTagClassName
{
color: #F16834;
}
</style>
background-color css
<style>
a { background-color: #F16834; }
a { background-color: rgb(241,104,52); }
div.DivClassName
{
background-color: #F16834;
}
.BgClassName
{
background-color: #F16834;
}
</style>
border-color css
<style>
span { border-color: #F16834; }
span { border-color: rgb(241,104,52); }
td.TdClassName
{
border-color: #F16834;
}
.TagClassName
{
border-color: #F16834;
}
</style>