Shades of Burnt Orange #F1713F
Tints of Burnt Orange #F1713F
RGB
CMYK
RGB Variations
Color information
#F1713F (or 0xF1713F) is known color: Burnt Orange. HEX triplet: F1, 71 and 3F. RGB value is (241,113,63). Sum of RGB (Red+Green+Blue) = 241+113+63=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1713F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1713F is #0E8EC0. Grayscale: #919191. Windows color (decimal): -954049 or 4157937. OLE color: 4157937.
HSL color Cylindrical-coordinate representation of color #F1713F: hue angle of 16.85º 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 #F1713F is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 63 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.05 |
| HSL | 16.85º | 0.86% | 0.6% | - |
| HSV(B) | 16.85º | 0.74% | 0.95% | - |
| XYZ | 43.08 | 30.87 | 8.39 | - |
| YUV | 145.57 | 81.41 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 63 | 0 | 0.53 | 0.74 | 0.05 | 16.85 | 0.86 | 0.6 |
| Hex | F1 | 71 | 3F | 0 | 35 | 4A | 5 | 11 | 56 | 3C |
| Octal | 361 | 161 | 77 | 0 | 65 | 112 | 5 | 21 | 126 | 74 |
| Binary | 11110001 | 1110001 | 111111 | 0 | 110101 | 1001010 | 101 | 10001 | 1010110 | 111100 |
Color Harmonies of #F1713F
Complementary color
Monochromatic Colors of #F1713F
Black with #F1713F
Text Example
Text Example
White with #F1713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1713F; }
p { color: rgb(241,113,63); }
H1.HeaderClassName
{
color: #F1713F;
}
.AnyTagClassName
{
color: #F1713F;
}
</style>
background-color css
<style>
a { background-color: #F1713F; }
a { background-color: rgb(241,113,63); }
div.DivClassName
{
background-color: #F1713F;
}
.BgClassName
{
background-color: #F1713F;
}
</style>
border-color css
<style>
span { border-color: #F1713F; }
span { border-color: rgb(241,113,63); }
td.TdClassName
{
border-color: #F1713F;
}
.TagClassName
{
border-color: #F1713F;
}
</style>