Shades of Orange Red #F14700
Tints of Orange Red #F14700
RGB
CMYK
RGB Variations
Color information
#F14700 (or 0xF14700) is known color: Orange Red. HEX triplet: F1, 47 and 00. RGB value is (241,71,0). Sum of RGB (Red+Green+Blue) = 241+71+0=312 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.24% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 241 - color contains mainly: red. Hex color #F14700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14700 is #0EB8FF. Grayscale: #727272. Windows color (decimal): -964864 or 18417. OLE color: 18417.
HSL color Cylindrical-coordinate representation of color #F14700: hue angle of 17.68º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F14700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.05 |
| HSL | 17.68º | 1% | 0.47% | - |
| HSV(B) | 17.68º | 1% | 0.95% | - |
| XYZ | 38.53 | 23.21 | 2.45 | - |
| YUV | 113.74 | 63.82 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 0 | 0 | 0.71 | 1 | 0.05 | 17.68 | 1 | 0.47 |
| Hex | F1 | 47 | 0 | 0 | 47 | 64 | 5 | 12 | 64 | 2F |
| Octal | 361 | 107 | 0 | 0 | 107 | 144 | 5 | 22 | 144 | 57 |
| Binary | 11110001 | 1000111 | 0 | 0 | 1000111 | 1100100 | 101 | 10010 | 1100100 | 101111 |
Color Harmonies of #F14700
Complementary color
Monochromatic Colors of #F14700
Black with #F14700
Text Example
Text Example
White with #F14700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14700; }
p { color: rgb(241,71,0); }
H1.HeaderClassName
{
color: #F14700;
}
.AnyTagClassName
{
color: #F14700;
}
</style>
background-color css
<style>
a { background-color: #F14700; }
a { background-color: rgb(241,71,0); }
div.DivClassName
{
background-color: #F14700;
}
.BgClassName
{
background-color: #F14700;
}
</style>
border-color css
<style>
span { border-color: #F14700; }
span { border-color: rgb(241,71,0); }
td.TdClassName
{
border-color: #F14700;
}
.TagClassName
{
border-color: #F14700;
}
</style>