Shades of Burnt Orange #F1703F
Tints of Burnt Orange #F1703F
RGB
CMYK
RGB Variations
Color information
#F1703F (or 0xF1703F) is known color: Burnt Orange. HEX triplet: F1, 70 and 3F. RGB value is (241,112,63). Sum of RGB (Red+Green+Blue) = 241+112+63=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F1703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1703F is #0E8FC0. Grayscale: #919191. Windows color (decimal): -954305 or 4157681. OLE color: 4157681.
HSL color Cylindrical-coordinate representation of color #F1703F: hue angle of 16.52º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1703F is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 63 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.05 |
| HSL | 16.52º | 0.86% | 0.6% | - |
| HSV(B) | 16.52º | 0.74% | 0.95% | - |
| XYZ | 42.97 | 30.65 | 8.35 | - |
| YUV | 144.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 63 | 0 | 0.54 | 0.74 | 0.05 | 16.52 | 0.86 | 0.6 |
| Hex | F1 | 70 | 3F | 0 | 36 | 4A | 5 | 11 | 56 | 3C |
| Octal | 361 | 160 | 77 | 0 | 66 | 112 | 5 | 21 | 126 | 74 |
| Binary | 11110001 | 1110000 | 111111 | 0 | 110110 | 1001010 | 101 | 10001 | 1010110 | 111100 |
Color Harmonies of #F1703F
Complementary color
Monochromatic Colors of #F1703F
Black with #F1703F
Text Example
Text Example
White with #F1703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1703F; }
p { color: rgb(241,112,63); }
H1.HeaderClassName
{
color: #F1703F;
}
.AnyTagClassName
{
color: #F1703F;
}
</style>
background-color css
<style>
a { background-color: #F1703F; }
a { background-color: rgb(241,112,63); }
div.DivClassName
{
background-color: #F1703F;
}
.BgClassName
{
background-color: #F1703F;
}
</style>
border-color css
<style>
span { border-color: #F1703F; }
span { border-color: rgb(241,112,63); }
td.TdClassName
{
border-color: #F1703F;
}
.TagClassName
{
border-color: #F1703F;
}
</style>