Shades of Orange Red #F0390E
Tints of Orange Red #F0390E
RGB
CMYK
RGB Variations
Color information
#F0390E (or 0xF0390E) is known color: Orange Red. HEX triplet: F0, 39 and 0E. RGB value is (240,57,14). Sum of RGB (Red+Green+Blue) = 240+57+14=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0390E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0390E is #0FC6F1. Grayscale: #6B6B6B. Windows color (decimal): -1033970 or 932336. OLE color: 932336.
HSL color Cylindrical-coordinate representation of color #F0390E: hue angle of 11.42º 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 #F0390E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.06 |
| HSL | 11.42º | 0.89% | 0.5% | - |
| HSV(B) | 11.42º | 0.94% | 0.94% | - |
| XYZ | 37.48 | 21.48 | 2.59 | - |
| YUV | 106.82 | 75.63 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 14 | 0 | 0.76 | 0.94 | 0.06 | 11.42 | 0.89 | 0.5 |
| Hex | F0 | 39 | E | 0 | 4C | 5E | 6 | B | 59 | 32 |
| Octal | 360 | 71 | 16 | 0 | 114 | 136 | 6 | 13 | 131 | 62 |
| Binary | 11110000 | 111001 | 1110 | 0 | 1001100 | 1011110 | 110 | 1011 | 1011001 | 110010 |
Color Harmonies of #F0390E
Complementary color
Monochromatic Colors of #F0390E
Black with #F0390E
Text Example
Text Example
White with #F0390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0390E; }
p { color: rgb(240,57,14); }
H1.HeaderClassName
{
color: #F0390E;
}
.AnyTagClassName
{
color: #F0390E;
}
</style>
background-color css
<style>
a { background-color: #F0390E; }
a { background-color: rgb(240,57,14); }
div.DivClassName
{
background-color: #F0390E;
}
.BgClassName
{
background-color: #F0390E;
}
</style>
border-color css
<style>
span { border-color: #F0390E; }
span { border-color: rgb(240,57,14); }
td.TdClassName
{
border-color: #F0390E;
}
.TagClassName
{
border-color: #F0390E;
}
</style>