Shades of Burnt Orange #F1732E
Tints of Burnt Orange #F1732E
RGB
CMYK
RGB Variations
Color information
#F1732E (or 0xF1732E) is known color: Burnt Orange. HEX triplet: F1, 73 and 2E. RGB value is (241,115,46). Sum of RGB (Red+Green+Blue) = 241+115+46=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1732E is #0E8CD1. Grayscale: #919191. Windows color (decimal): -953554 or 3044337. OLE color: 3044337.
HSL color Cylindrical-coordinate representation of color #F1732E: hue angle of 21.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F1732E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.05 |
| HSL | 21.23º | 0.87% | 0.56% | - |
| HSV(B) | 21.23º | 0.81% | 0.95% | - |
| XYZ | 42.9 | 31.16 | 6.34 | - |
| YUV | 144.81 | 72.24 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 46 | 0 | 0.52 | 0.81 | 0.05 | 21.23 | 0.87 | 0.56 |
| Hex | F1 | 73 | 2E | 0 | 34 | 51 | 5 | 15 | 57 | 38 |
| Octal | 361 | 163 | 56 | 0 | 64 | 121 | 5 | 25 | 127 | 70 |
| Binary | 11110001 | 1110011 | 101110 | 0 | 110100 | 1010001 | 101 | 10101 | 1010111 | 111000 |
Color Harmonies of #F1732E
Complementary color
Monochromatic Colors of #F1732E
Black with #F1732E
Text Example
Text Example
White with #F1732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1732E; }
p { color: rgb(241,115,46); }
H1.HeaderClassName
{
color: #F1732E;
}
.AnyTagClassName
{
color: #F1732E;
}
</style>
background-color css
<style>
a { background-color: #F1732E; }
a { background-color: rgb(241,115,46); }
div.DivClassName
{
background-color: #F1732E;
}
.BgClassName
{
background-color: #F1732E;
}
</style>
border-color css
<style>
span { border-color: #F1732E; }
span { border-color: rgb(241,115,46); }
td.TdClassName
{
border-color: #F1732E;
}
.TagClassName
{
border-color: #F1732E;
}
</style>