Shades of Orange Red #F04407
Tints of Orange Red #F04407
RGB
CMYK
RGB Variations
Color information
#F04407 (or 0xF04407) is known color: Orange Red. HEX triplet: F0, 44 and 07. RGB value is (240,68,7). Sum of RGB (Red+Green+Blue) = 240+68+7=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F04407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04407 is #0FBBF8. Grayscale: #707070. Windows color (decimal): -1031161 or 476400. OLE color: 476400.
HSL color Cylindrical-coordinate representation of color #F04407: hue angle of 15.71º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F04407 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 7 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.06 |
| HSL | 15.71º | 0.94% | 0.48% | - |
| HSV(B) | 15.71º | 0.97% | 0.94% | - |
| XYZ | 38.04 | 22.67 | 2.57 | - |
| YUV | 112.47 | 68.48 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 7 | 0 | 0.72 | 0.97 | 0.06 | 15.71 | 0.94 | 0.48 |
| Hex | F0 | 44 | 7 | 0 | 48 | 61 | 6 | 10 | 5E | 30 |
| Octal | 360 | 104 | 7 | 0 | 110 | 141 | 6 | 20 | 136 | 60 |
| Binary | 11110000 | 1000100 | 111 | 0 | 1001000 | 1100001 | 110 | 10000 | 1011110 | 110000 |
Color Harmonies of #F04407
Complementary color
Monochromatic Colors of #F04407
Black with #F04407
Text Example
Text Example
White with #F04407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04407; }
p { color: rgb(240,68,7); }
H1.HeaderClassName
{
color: #F04407;
}
.AnyTagClassName
{
color: #F04407;
}
</style>
background-color css
<style>
a { background-color: #F04407; }
a { background-color: rgb(240,68,7); }
div.DivClassName
{
background-color: #F04407;
}
.BgClassName
{
background-color: #F04407;
}
</style>
border-color css
<style>
span { border-color: #F04407; }
span { border-color: rgb(240,68,7); }
td.TdClassName
{
border-color: #F04407;
}
.TagClassName
{
border-color: #F04407;
}
</style>