Shades of Burnt Orange #F1703D
Tints of Burnt Orange #F1703D
RGB
CMYK
RGB Variations
Color information
#F1703D (or 0xF1703D) is known color: Burnt Orange. HEX triplet: F1, 70 and 3D. RGB value is (241,112,61). Sum of RGB (Red+Green+Blue) = 241+112+61=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1703D is #0E8FC2. Grayscale: #919191. Windows color (decimal): -954307 or 4026609. OLE color: 4026609.
HSL color Cylindrical-coordinate representation of color #F1703D: hue angle of 17º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1703D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 61 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.05 |
| HSL | 17º | 0.87% | 0.59% | - |
| HSV(B) | 17º | 0.75% | 0.95% | - |
| XYZ | 42.91 | 30.63 | 8.06 | - |
| YUV | 144.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 61 | 0 | 0.54 | 0.75 | 0.05 | 17 | 0.87 | 0.59 |
| Hex | F1 | 70 | 3D | 0 | 36 | 4B | 5 | 11 | 57 | 3B |
| Octal | 361 | 160 | 75 | 0 | 66 | 113 | 5 | 21 | 127 | 73 |
| Binary | 11110001 | 1110000 | 111101 | 0 | 110110 | 1001011 | 101 | 10001 | 1010111 | 111011 |
Color Harmonies of #F1703D
Complementary color
Monochromatic Colors of #F1703D
Black with #F1703D
Text Example
Text Example
White with #F1703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1703D; }
p { color: rgb(241,112,61); }
H1.HeaderClassName
{
color: #F1703D;
}
.AnyTagClassName
{
color: #F1703D;
}
</style>
background-color css
<style>
a { background-color: #F1703D; }
a { background-color: rgb(241,112,61); }
div.DivClassName
{
background-color: #F1703D;
}
.BgClassName
{
background-color: #F1703D;
}
</style>
border-color css
<style>
span { border-color: #F1703D; }
span { border-color: rgb(241,112,61); }
td.TdClassName
{
border-color: #F1703D;
}
.TagClassName
{
border-color: #F1703D;
}
</style>