Shades of Orange Red #F7410D
Tints of Orange Red #F7410D
RGB
CMYK
RGB Variations
Color information
#F7410D (or 0xF7410D) is known color: Orange Red. HEX triplet: F7, 41 and 0D. RGB value is (247,65,13). Sum of RGB (Red+Green+Blue) = 247+65+13=325 (43% of max value = 765). Red value is 247 (96.88% from 255 or 76% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 247 - color contains mainly: red. Hex color #F7410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7410D is #08BEF2. Grayscale: #717171. Windows color (decimal): -573171 or 868855. OLE color: 868855.
HSL color Cylindrical-coordinate representation of color #F7410D: hue angle of 13.33º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7410D is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 13 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.03 |
| HSL | 13.33º | 0.94% | 0.51% | - |
| HSV(B) | 13.33º | 0.95% | 0.97% | - |
| XYZ | 40.32 | 23.58 | 2.81 | - |
| YUV | 113.49 | 71.3 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 13 | 0 | 0.74 | 0.95 | 0.03 | 13.33 | 0.94 | 0.51 |
| Hex | F7 | 41 | D | 0 | 4A | 5F | 3 | D | 5E | 33 |
| Octal | 367 | 101 | 15 | 0 | 112 | 137 | 3 | 15 | 136 | 63 |
| Binary | 11110111 | 1000001 | 1101 | 0 | 1001010 | 1011111 | 11 | 1101 | 1011110 | 110011 |
Color Harmonies of #F7410D
Complementary color
Monochromatic Colors of #F7410D
Black with #F7410D
Text Example
Text Example
White with #F7410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7410D; }
p { color: rgb(247,65,13); }
H1.HeaderClassName
{
color: #F7410D;
}
.AnyTagClassName
{
color: #F7410D;
}
</style>
background-color css
<style>
a { background-color: #F7410D; }
a { background-color: rgb(247,65,13); }
div.DivClassName
{
background-color: #F7410D;
}
.BgClassName
{
background-color: #F7410D;
}
</style>
border-color css
<style>
span { border-color: #F7410D; }
span { border-color: rgb(247,65,13); }
td.TdClassName
{
border-color: #F7410D;
}
.TagClassName
{
border-color: #F7410D;
}
</style>