Shades of Burnt Orange #F1672E
Tints of Burnt Orange #F1672E
RGB
CMYK
RGB Variations
Color information
#F1672E (or 0xF1672E) is known color: Burnt Orange. HEX triplet: F1, 67 and 2E. RGB value is (241,103,46). Sum of RGB (Red+Green+Blue) = 241+103+46=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1672E is #0E98D1. Grayscale: #8A8A8A. Windows color (decimal): -956626 or 3041265. OLE color: 3041265.
HSL color Cylindrical-coordinate representation of color #F1672E: hue angle of 17.54º 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 #F1672E is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 46 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.05 |
| HSL | 17.54º | 0.87% | 0.56% | - |
| HSV(B) | 17.54º | 0.81% | 0.95% | - |
| XYZ | 41.62 | 28.6 | 5.91 | - |
| YUV | 137.76 | 76.22 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 46 | 0 | 0.57 | 0.81 | 0.05 | 17.54 | 0.87 | 0.56 |
| Hex | F1 | 67 | 2E | 0 | 39 | 51 | 5 | 12 | 57 | 38 |
| Octal | 361 | 147 | 56 | 0 | 71 | 121 | 5 | 22 | 127 | 70 |
| Binary | 11110001 | 1100111 | 101110 | 0 | 111001 | 1010001 | 101 | 10010 | 1010111 | 111000 |
Color Harmonies of #F1672E
Complementary color
Monochromatic Colors of #F1672E
Black with #F1672E
Text Example
Text Example
White with #F1672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1672E; }
p { color: rgb(241,103,46); }
H1.HeaderClassName
{
color: #F1672E;
}
.AnyTagClassName
{
color: #F1672E;
}
</style>
background-color css
<style>
a { background-color: #F1672E; }
a { background-color: rgb(241,103,46); }
div.DivClassName
{
background-color: #F1672E;
}
.BgClassName
{
background-color: #F1672E;
}
</style>
border-color css
<style>
span { border-color: #F1672E; }
span { border-color: rgb(241,103,46); }
td.TdClassName
{
border-color: #F1672E;
}
.TagClassName
{
border-color: #F1672E;
}
</style>