Shades of Orange Red #F74105
Tints of Orange Red #F74105
RGB
CMYK
RGB Variations
Color information
#F74105 (or 0xF74105) is known color: Orange Red. HEX triplet: F7, 41 and 05. RGB value is (247,65,5). Sum of RGB (Red+Green+Blue) = 247+65+5=317 (41% of max value = 765). Red value is 247 (96.88% from 255 or 77.92% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 247 - color contains mainly: red. Hex color #F74105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74105 is #08BEFA. Grayscale: #707070. Windows color (decimal): -573179 or 344567. OLE color: 344567.
HSL color Cylindrical-coordinate representation of color #F74105: hue angle of 14.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F74105 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.03 |
| HSL | 14.88º | 0.96% | 0.49% | - |
| HSV(B) | 14.88º | 0.98% | 0.97% | - |
| XYZ | 40.28 | 23.57 | 2.57 | - |
| YUV | 112.58 | 67.3 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 5 | 0 | 0.74 | 0.98 | 0.03 | 14.88 | 0.96 | 0.49 |
| Hex | F7 | 41 | 5 | 0 | 4A | 62 | 3 | F | 60 | 31 |
| Octal | 367 | 101 | 5 | 0 | 112 | 142 | 3 | 17 | 140 | 61 |
| Binary | 11110111 | 1000001 | 101 | 0 | 1001010 | 1100010 | 11 | 1111 | 1100000 | 110001 |
Color Harmonies of #F74105
Complementary color
Monochromatic Colors of #F74105
Black with #F74105
Text Example
Text Example
White with #F74105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74105; }
p { color: rgb(247,65,5); }
H1.HeaderClassName
{
color: #F74105;
}
.AnyTagClassName
{
color: #F74105;
}
</style>
background-color css
<style>
a { background-color: #F74105; }
a { background-color: rgb(247,65,5); }
div.DivClassName
{
background-color: #F74105;
}
.BgClassName
{
background-color: #F74105;
}
</style>
border-color css
<style>
span { border-color: #F74105; }
span { border-color: rgb(247,65,5); }
td.TdClassName
{
border-color: #F74105;
}
.TagClassName
{
border-color: #F74105;
}
</style>