Shades of Burnt Orange #F1792D
Tints of Burnt Orange #F1792D
RGB
CMYK
RGB Variations
Color information
#F1792D (or 0xF1792D) is known color: Burnt Orange. HEX triplet: F1, 79 and 2D. RGB value is (241,121,45). Sum of RGB (Red+Green+Blue) = 241+121+45=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1792D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1792D is #0E86D2. Grayscale: #949494. Windows color (decimal): -952019 or 2980337. OLE color: 2980337.
HSL color Cylindrical-coordinate representation of color #F1792D: hue angle of 23.27º degrees, saturation: 0.88, 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 #F1792D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 45 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.05 |
| HSL | 23.27º | 0.88% | 0.56% | - |
| HSV(B) | 23.27º | 0.81% | 0.95% | - |
| XYZ | 43.59 | 32.56 | 6.47 | - |
| YUV | 148.22 | 69.76 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 45 | 0 | 0.50 | 0.81 | 0.05 | 23.27 | 0.88 | 0.56 |
| Hex | F1 | 79 | 2D | 0 | 32 | 51 | 5 | 17 | 58 | 38 |
| Octal | 361 | 171 | 55 | 0 | 62 | 121 | 5 | 27 | 130 | 70 |
| Binary | 11110001 | 1111001 | 101101 | 0 | 110010 | 1010001 | 101 | 10111 | 1011000 | 111000 |
Color Harmonies of #F1792D
Complementary color
Monochromatic Colors of #F1792D
Black with #F1792D
Text Example
Text Example
White with #F1792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1792D; }
p { color: rgb(241,121,45); }
H1.HeaderClassName
{
color: #F1792D;
}
.AnyTagClassName
{
color: #F1792D;
}
</style>
background-color css
<style>
a { background-color: #F1792D; }
a { background-color: rgb(241,121,45); }
div.DivClassName
{
background-color: #F1792D;
}
.BgClassName
{
background-color: #F1792D;
}
</style>
border-color css
<style>
span { border-color: #F1792D; }
span { border-color: rgb(241,121,45); }
td.TdClassName
{
border-color: #F1792D;
}
.TagClassName
{
border-color: #F1792D;
}
</style>