Shades of Orange Red #F04007
Tints of Orange Red #F04007
RGB
CMYK
RGB Variations
Color information
#F04007 (or 0xF04007) is known color: Orange Red. HEX triplet: F0, 40 and 07. RGB value is (240,64,7). Sum of RGB (Red+Green+Blue) = 240+64+7=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F04007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04007 is #0FBFF8. Grayscale: #6E6E6E. Windows color (decimal): -1032185 or 475376. OLE color: 475376.
HSL color Cylindrical-coordinate representation of color #F04007: hue angle of 14.68º 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 #F04007 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.06 |
| HSL | 14.68º | 0.94% | 0.48% | - |
| HSV(B) | 14.68º | 0.97% | 0.94% | - |
| XYZ | 37.81 | 22.21 | 2.49 | - |
| YUV | 110.13 | 69.81 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 7 | 0 | 0.73 | 0.97 | 0.06 | 14.68 | 0.94 | 0.48 |
| Hex | F0 | 40 | 7 | 0 | 49 | 61 | 6 | F | 5E | 30 |
| Octal | 360 | 100 | 7 | 0 | 111 | 141 | 6 | 17 | 136 | 60 |
| Binary | 11110000 | 1000000 | 111 | 0 | 1001001 | 1100001 | 110 | 1111 | 1011110 | 110000 |
Color Harmonies of #F04007
Complementary color
Monochromatic Colors of #F04007
Black with #F04007
Text Example
Text Example
White with #F04007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04007; }
p { color: rgb(240,64,7); }
H1.HeaderClassName
{
color: #F04007;
}
.AnyTagClassName
{
color: #F04007;
}
</style>
background-color css
<style>
a { background-color: #F04007; }
a { background-color: rgb(240,64,7); }
div.DivClassName
{
background-color: #F04007;
}
.BgClassName
{
background-color: #F04007;
}
</style>
border-color css
<style>
span { border-color: #F04007; }
span { border-color: rgb(240,64,7); }
td.TdClassName
{
border-color: #F04007;
}
.TagClassName
{
border-color: #F04007;
}
</style>