Shades of Burnt Orange #F1703A
Tints of Burnt Orange #F1703A
RGB
CMYK
RGB Variations
Color information
#F1703A (or 0xF1703A) is known color: Burnt Orange. HEX triplet: F1, 70 and 3A. RGB value is (241,112,58). Sum of RGB (Red+Green+Blue) = 241+112+58=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1703A is #0E8FC5. Grayscale: #909090. Windows color (decimal): -954310 or 3830001. OLE color: 3830001.
HSL color Cylindrical-coordinate representation of color #F1703A: hue angle of 17.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1703A is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 58 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.05 |
| HSL | 17.7º | 0.87% | 0.59% | - |
| HSV(B) | 17.7º | 0.76% | 0.95% | - |
| XYZ | 42.83 | 30.59 | 7.65 | - |
| YUV | 144.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 58 | 0 | 0.54 | 0.76 | 0.05 | 17.7 | 0.87 | 0.59 |
| Hex | F1 | 70 | 3A | 0 | 36 | 4C | 5 | 12 | 57 | 3B |
| Octal | 361 | 160 | 72 | 0 | 66 | 114 | 5 | 22 | 127 | 73 |
| Binary | 11110001 | 1110000 | 111010 | 0 | 110110 | 1001100 | 101 | 10010 | 1010111 | 111011 |
Color Harmonies of #F1703A
Complementary color
Monochromatic Colors of #F1703A
Black with #F1703A
Text Example
Text Example
White with #F1703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1703A; }
p { color: rgb(241,112,58); }
H1.HeaderClassName
{
color: #F1703A;
}
.AnyTagClassName
{
color: #F1703A;
}
</style>
background-color css
<style>
a { background-color: #F1703A; }
a { background-color: rgb(241,112,58); }
div.DivClassName
{
background-color: #F1703A;
}
.BgClassName
{
background-color: #F1703A;
}
</style>
border-color css
<style>
span { border-color: #F1703A; }
span { border-color: rgb(241,112,58); }
td.TdClassName
{
border-color: #F1703A;
}
.TagClassName
{
border-color: #F1703A;
}
</style>