Shades of Orange Red #F04615
Tints of Orange Red #F04615
RGB
CMYK
RGB Variations
Color information
#F04615 (or 0xF04615) is known color: Orange Red. HEX triplet: F0, 46 and 15. RGB value is (240,70,21). Sum of RGB (Red+Green+Blue) = 240+70+21=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04615 is #0FB9EA. Grayscale: #737373. Windows color (decimal): -1030635 or 1394416. OLE color: 1394416.
HSL color Cylindrical-coordinate representation of color #F04615: hue angle of 13.42º 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 #F04615 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.06 |
| HSL | 13.42º | 0.88% | 0.51% | - |
| HSV(B) | 13.42º | 0.91% | 0.94% | - |
| XYZ | 38.26 | 22.96 | 3.12 | - |
| YUV | 115.24 | 74.82 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 21 | 0 | 0.71 | 0.91 | 0.06 | 13.42 | 0.88 | 0.51 |
| Hex | F0 | 46 | 15 | 0 | 47 | 5B | 6 | D | 58 | 33 |
| Octal | 360 | 106 | 25 | 0 | 107 | 133 | 6 | 15 | 130 | 63 |
| Binary | 11110000 | 1000110 | 10101 | 0 | 1000111 | 1011011 | 110 | 1101 | 1011000 | 110011 |
Color Harmonies of #F04615
Complementary color
Monochromatic Colors of #F04615
Black with #F04615
Text Example
Text Example
White with #F04615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04615; }
p { color: rgb(240,70,21); }
H1.HeaderClassName
{
color: #F04615;
}
.AnyTagClassName
{
color: #F04615;
}
</style>
background-color css
<style>
a { background-color: #F04615; }
a { background-color: rgb(240,70,21); }
div.DivClassName
{
background-color: #F04615;
}
.BgClassName
{
background-color: #F04615;
}
</style>
border-color css
<style>
span { border-color: #F04615; }
span { border-color: rgb(240,70,21); }
td.TdClassName
{
border-color: #F04615;
}
.TagClassName
{
border-color: #F04615;
}
</style>