Shades of Orange Red #F0400F
Tints of Orange Red #F0400F
RGB
CMYK
RGB Variations
Color information
#F0400F (or 0xF0400F) is known color: Orange Red. HEX triplet: F0, 40 and 0F. RGB value is (240,64,15). Sum of RGB (Red+Green+Blue) = 240+64+15=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0400F is #0FBFF0. Grayscale: #6F6F6F. Windows color (decimal): -1032177 or 999664. OLE color: 999664.
HSL color Cylindrical-coordinate representation of color #F0400F: hue angle of 13.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0400F is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 15 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.06 |
| HSL | 13.07º | 0.88% | 0.5% | - |
| HSV(B) | 13.07º | 0.94% | 0.94% | - |
| XYZ | 37.85 | 22.23 | 2.75 | - |
| YUV | 111.04 | 73.81 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 15 | 0 | 0.73 | 0.94 | 0.06 | 13.07 | 0.88 | 0.5 |
| Hex | F0 | 40 | F | 0 | 49 | 5E | 6 | D | 58 | 32 |
| Octal | 360 | 100 | 17 | 0 | 111 | 136 | 6 | 15 | 130 | 62 |
| Binary | 11110000 | 1000000 | 1111 | 0 | 1001001 | 1011110 | 110 | 1101 | 1011000 | 110010 |
Color Harmonies of #F0400F
Complementary color
Monochromatic Colors of #F0400F
Black with #F0400F
Text Example
Text Example
White with #F0400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0400F; }
p { color: rgb(240,64,15); }
H1.HeaderClassName
{
color: #F0400F;
}
.AnyTagClassName
{
color: #F0400F;
}
</style>
background-color css
<style>
a { background-color: #F0400F; }
a { background-color: rgb(240,64,15); }
div.DivClassName
{
background-color: #F0400F;
}
.BgClassName
{
background-color: #F0400F;
}
</style>
border-color css
<style>
span { border-color: #F0400F; }
span { border-color: rgb(240,64,15); }
td.TdClassName
{
border-color: #F0400F;
}
.TagClassName
{
border-color: #F0400F;
}
</style>