Shades of Orange Red #F04115
Tints of Orange Red #F04115
RGB
CMYK
RGB Variations
Color information
#F04115 (or 0xF04115) is known color: Orange Red. HEX triplet: F0, 41 and 15. RGB value is (240,65,21). Sum of RGB (Red+Green+Blue) = 240+65+21=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F04115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04115 is #0FBEEA. Grayscale: #707070. Windows color (decimal): -1031915 or 1393136. OLE color: 1393136.
HSL color Cylindrical-coordinate representation of color #F04115: hue angle of 12.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F04115 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 21 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.06 |
| HSL | 12.05º | 0.88% | 0.51% | - |
| HSV(B) | 12.05º | 0.91% | 0.94% | - |
| XYZ | 37.96 | 22.36 | 3.02 | - |
| YUV | 112.31 | 76.48 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 21 | 0 | 0.73 | 0.91 | 0.06 | 12.05 | 0.88 | 0.51 |
| Hex | F0 | 41 | 15 | 0 | 49 | 5B | 6 | C | 58 | 33 |
| Octal | 360 | 101 | 25 | 0 | 111 | 133 | 6 | 14 | 130 | 63 |
| Binary | 11110000 | 1000001 | 10101 | 0 | 1001001 | 1011011 | 110 | 1100 | 1011000 | 110011 |
Color Harmonies of #F04115
Complementary color
Monochromatic Colors of #F04115
Black with #F04115
Text Example
Text Example
White with #F04115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04115; }
p { color: rgb(240,65,21); }
H1.HeaderClassName
{
color: #F04115;
}
.AnyTagClassName
{
color: #F04115;
}
</style>
background-color css
<style>
a { background-color: #F04115; }
a { background-color: rgb(240,65,21); }
div.DivClassName
{
background-color: #F04115;
}
.BgClassName
{
background-color: #F04115;
}
</style>
border-color css
<style>
span { border-color: #F04115; }
span { border-color: rgb(240,65,21); }
td.TdClassName
{
border-color: #F04115;
}
.TagClassName
{
border-color: #F04115;
}
</style>