Shades of Orange Red #F74203
Tints of Orange Red #F74203
RGB
CMYK
RGB Variations
Color information
#F74203 (or 0xF74203) is known color: Orange Red. HEX triplet: F7, 42 and 03. RGB value is (247,66,3). Sum of RGB (Red+Green+Blue) = 247+66+3=316 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.16% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 247 - color contains mainly: red. Hex color #F74203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74203 is #08BDFC. Grayscale: #717171. Windows color (decimal): -572925 or 213751. OLE color: 213751.
HSL color Cylindrical-coordinate representation of color #F74203: hue angle of 15.49º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F74203 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.03 |
| HSL | 15.49º | 0.98% | 0.49% | - |
| HSV(B) | 15.49º | 0.99% | 0.97% | - |
| XYZ | 40.32 | 23.68 | 2.53 | - |
| YUV | 112.94 | 65.97 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 3 | 0 | 0.73 | 0.99 | 0.03 | 15.49 | 0.98 | 0.49 |
| Hex | F7 | 42 | 3 | 0 | 49 | 63 | 3 | F | 62 | 31 |
| Octal | 367 | 102 | 3 | 0 | 111 | 143 | 3 | 17 | 142 | 61 |
| Binary | 11110111 | 1000010 | 11 | 0 | 1001001 | 1100011 | 11 | 1111 | 1100010 | 110001 |
Color Harmonies of #F74203
Complementary color
Monochromatic Colors of #F74203
Black with #F74203
Text Example
Text Example
White with #F74203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74203; }
p { color: rgb(247,66,3); }
H1.HeaderClassName
{
color: #F74203;
}
.AnyTagClassName
{
color: #F74203;
}
</style>
background-color css
<style>
a { background-color: #F74203; }
a { background-color: rgb(247,66,3); }
div.DivClassName
{
background-color: #F74203;
}
.BgClassName
{
background-color: #F74203;
}
</style>
border-color css
<style>
span { border-color: #F74203; }
span { border-color: rgb(247,66,3); }
td.TdClassName
{
border-color: #F74203;
}
.TagClassName
{
border-color: #F74203;
}
</style>