Shades of Orange Red #F04713
Tints of Orange Red #F04713
RGB
CMYK
RGB Variations
Color information
#F04713 (or 0xF04713) is known color: Orange Red. HEX triplet: F0, 47 and 13. RGB value is (240,71,19). Sum of RGB (Red+Green+Blue) = 240+71+19=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F04713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04713 is #0FB8EC. Grayscale: #737373. Windows color (decimal): -1030381 or 1263600. OLE color: 1263600.
HSL color Cylindrical-coordinate representation of color #F04713: hue angle of 14.12º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04713 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 19 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.06 |
| HSL | 14.12º | 0.88% | 0.51% | - |
| HSV(B) | 14.12º | 0.92% | 0.94% | - |
| XYZ | 38.31 | 23.08 | 3.05 | - |
| YUV | 115.6 | 73.49 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 19 | 0 | 0.70 | 0.92 | 0.06 | 14.12 | 0.88 | 0.51 |
| Hex | F0 | 47 | 13 | 0 | 46 | 5C | 6 | E | 58 | 33 |
| Octal | 360 | 107 | 23 | 0 | 106 | 134 | 6 | 16 | 130 | 63 |
| Binary | 11110000 | 1000111 | 10011 | 0 | 1000110 | 1011100 | 110 | 1110 | 1011000 | 110011 |
Color Harmonies of #F04713
Complementary color
Monochromatic Colors of #F04713
Black with #F04713
Text Example
Text Example
White with #F04713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04713; }
p { color: rgb(240,71,19); }
H1.HeaderClassName
{
color: #F04713;
}
.AnyTagClassName
{
color: #F04713;
}
</style>
background-color css
<style>
a { background-color: #F04713; }
a { background-color: rgb(240,71,19); }
div.DivClassName
{
background-color: #F04713;
}
.BgClassName
{
background-color: #F04713;
}
</style>
border-color css
<style>
span { border-color: #F04713; }
span { border-color: rgb(240,71,19); }
td.TdClassName
{
border-color: #F04713;
}
.TagClassName
{
border-color: #F04713;
}
</style>