Shades of Orange Red #F04113
Tints of Orange Red #F04113
RGB
CMYK
RGB Variations
Color information
#F04113 (or 0xF04113) is known color: Orange Red. HEX triplet: F0, 41 and 13. RGB value is (240,65,19). Sum of RGB (Red+Green+Blue) = 240+65+19=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04113 is #0FBEEC. Grayscale: #707070. Windows color (decimal): -1031917 or 1262064. OLE color: 1262064.
HSL color Cylindrical-coordinate representation of color #F04113: hue angle of 12.49º 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 #F04113 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 19 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.06 |
| HSL | 12.49º | 0.88% | 0.51% | - |
| HSV(B) | 12.49º | 0.92% | 0.94% | - |
| XYZ | 37.94 | 22.35 | 2.93 | - |
| YUV | 112.08 | 75.48 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 19 | 0 | 0.73 | 0.92 | 0.06 | 12.49 | 0.88 | 0.51 |
| Hex | F0 | 41 | 13 | 0 | 49 | 5C | 6 | C | 58 | 33 |
| Octal | 360 | 101 | 23 | 0 | 111 | 134 | 6 | 14 | 130 | 63 |
| Binary | 11110000 | 1000001 | 10011 | 0 | 1001001 | 1011100 | 110 | 1100 | 1011000 | 110011 |
Color Harmonies of #F04113
Complementary color
Monochromatic Colors of #F04113
Black with #F04113
Text Example
Text Example
White with #F04113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04113; }
p { color: rgb(240,65,19); }
H1.HeaderClassName
{
color: #F04113;
}
.AnyTagClassName
{
color: #F04113;
}
</style>
background-color css
<style>
a { background-color: #F04113; }
a { background-color: rgb(240,65,19); }
div.DivClassName
{
background-color: #F04113;
}
.BgClassName
{
background-color: #F04113;
}
</style>
border-color css
<style>
span { border-color: #F04113; }
span { border-color: rgb(240,65,19); }
td.TdClassName
{
border-color: #F04113;
}
.TagClassName
{
border-color: #F04113;
}
</style>