Shades of Red Orange #F0362E
Tints of Red Orange #F0362E
RGB
CMYK
RGB Variations
Color information
#F0362E (or 0xF0362E) is known color: Red Orange. HEX triplet: F0, 36 and 2E. RGB value is (240,54,46). Sum of RGB (Red+Green+Blue) = 240+54+46=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0362E is #0FC9D1. Grayscale: #6C6C6C. Windows color (decimal): -1034706 or 3028720. OLE color: 3028720.
HSL color Cylindrical-coordinate representation of color #F0362E: hue angle of 2.47º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0362E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.06 |
| HSL | 2.47º | 0.87% | 0.56% | - |
| HSV(B) | 2.47º | 0.81% | 0.94% | - |
| XYZ | 37.75 | 21.36 | 4.72 | - |
| YUV | 108.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 46 | 0 | 0.78 | 0.81 | 0.06 | 2.47 | 0.87 | 0.56 |
| Hex | F0 | 36 | 2E | 0 | 4E | 51 | 6 | 2 | 57 | 38 |
| Octal | 360 | 66 | 56 | 0 | 116 | 121 | 6 | 2 | 127 | 70 |
| Binary | 11110000 | 110110 | 101110 | 0 | 1001110 | 1010001 | 110 | 10 | 1010111 | 111000 |
Color Harmonies of #F0362E
Complementary color
Monochromatic Colors of #F0362E
Black with #F0362E
Text Example
Text Example
White with #F0362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0362E; }
p { color: rgb(240,54,46); }
H1.HeaderClassName
{
color: #F0362E;
}
.AnyTagClassName
{
color: #F0362E;
}
</style>
background-color css
<style>
a { background-color: #F0362E; }
a { background-color: rgb(240,54,46); }
div.DivClassName
{
background-color: #F0362E;
}
.BgClassName
{
background-color: #F0362E;
}
</style>
border-color css
<style>
span { border-color: #F0362E; }
span { border-color: rgb(240,54,46); }
td.TdClassName
{
border-color: #F0362E;
}
.TagClassName
{
border-color: #F0362E;
}
</style>