Shades of Orange Red #F04703
Tints of Orange Red #F04703
RGB
CMYK
RGB Variations
Color information
#F04703 (or 0xF04703) is known color: Orange Red. HEX triplet: F0, 47 and 03. RGB value is (240,71,3). Sum of RGB (Red+Green+Blue) = 240+71+3=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04703 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04703 is #0FB8FC. Grayscale: #727272. Windows color (decimal): -1030397 or 215024. OLE color: 215024.
HSL color Cylindrical-coordinate representation of color #F04703: hue angle of 17.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F04703 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.06 |
| HSL | 17.22º | 0.98% | 0.48% | - |
| HSV(B) | 17.22º | 0.99% | 0.94% | - |
| XYZ | 38.2 | 23.04 | 2.52 | - |
| YUV | 113.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 3 | 0 | 0.70 | 0.99 | 0.06 | 17.22 | 0.98 | 0.48 |
| Hex | F0 | 47 | 3 | 0 | 46 | 63 | 6 | 11 | 62 | 30 |
| Octal | 360 | 107 | 3 | 0 | 106 | 143 | 6 | 21 | 142 | 60 |
| Binary | 11110000 | 1000111 | 11 | 0 | 1000110 | 1100011 | 110 | 10001 | 1100010 | 110000 |
Color Harmonies of #F04703
Complementary color
Monochromatic Colors of #F04703
Black with #F04703
Text Example
Text Example
White with #F04703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04703; }
p { color: rgb(240,71,3); }
H1.HeaderClassName
{
color: #F04703;
}
.AnyTagClassName
{
color: #F04703;
}
</style>
background-color css
<style>
a { background-color: #F04703; }
a { background-color: rgb(240,71,3); }
div.DivClassName
{
background-color: #F04703;
}
.BgClassName
{
background-color: #F04703;
}
</style>
border-color css
<style>
span { border-color: #F04703; }
span { border-color: rgb(240,71,3); }
td.TdClassName
{
border-color: #F04703;
}
.TagClassName
{
border-color: #F04703;
}
</style>