Shades of Orange Red #F0420E
Tints of Orange Red #F0420E
RGB
CMYK
RGB Variations
Color information
#F0420E (or 0xF0420E) is known color: Orange Red. HEX triplet: F0, 42 and 0E. RGB value is (240,66,14). Sum of RGB (Red+Green+Blue) = 240+66+14=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0420E is #0FBDF1. Grayscale: #707070. Windows color (decimal): -1031666 or 934640. OLE color: 934640.
HSL color Cylindrical-coordinate representation of color #F0420E: hue angle of 13.81º degrees, saturation: 0.89, 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 #F0420E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.06 |
| HSL | 13.81º | 0.89% | 0.5% | - |
| HSV(B) | 13.81º | 0.94% | 0.94% | - |
| XYZ | 37.96 | 22.45 | 2.75 | - |
| YUV | 112.1 | 72.65 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 14 | 0 | 0.72 | 0.94 | 0.06 | 13.81 | 0.89 | 0.5 |
| Hex | F0 | 42 | E | 0 | 48 | 5E | 6 | E | 59 | 32 |
| Octal | 360 | 102 | 16 | 0 | 110 | 136 | 6 | 16 | 131 | 62 |
| Binary | 11110000 | 1000010 | 1110 | 0 | 1001000 | 1011110 | 110 | 1110 | 1011001 | 110010 |
Color Harmonies of #F0420E
Complementary color
Monochromatic Colors of #F0420E
Black with #F0420E
Text Example
Text Example
White with #F0420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0420E; }
p { color: rgb(240,66,14); }
H1.HeaderClassName
{
color: #F0420E;
}
.AnyTagClassName
{
color: #F0420E;
}
</style>
background-color css
<style>
a { background-color: #F0420E; }
a { background-color: rgb(240,66,14); }
div.DivClassName
{
background-color: #F0420E;
}
.BgClassName
{
background-color: #F0420E;
}
</style>
border-color css
<style>
span { border-color: #F0420E; }
span { border-color: rgb(240,66,14); }
td.TdClassName
{
border-color: #F0420E;
}
.TagClassName
{
border-color: #F0420E;
}
</style>