Shades of Orange Red #F6360E
Tints of Orange Red #F6360E
RGB
CMYK
RGB Variations
Color information
#F6360E (or 0xF6360E) is known color: Orange Red. HEX triplet: F6, 36 and 0E. RGB value is (246,54,14). Sum of RGB (Red+Green+Blue) = 246+54+14=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6360E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6360E is #09C9F1. Grayscale: #6B6B6B. Windows color (decimal): -641522 or 931574. OLE color: 931574.
HSL color Cylindrical-coordinate representation of color #F6360E: hue angle of 10.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6360E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.04 |
| HSL | 10.34º | 0.93% | 0.51% | - |
| HSV(B) | 10.34º | 0.94% | 0.96% | - |
| XYZ | 39.4 | 22.26 | 2.64 | - |
| YUV | 106.85 | 75.61 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 14 | 0 | 0.78 | 0.94 | 0.04 | 10.34 | 0.93 | 0.51 |
| Hex | F6 | 36 | E | 0 | 4E | 5E | 4 | A | 5D | 33 |
| Octal | 366 | 66 | 16 | 0 | 116 | 136 | 4 | 12 | 135 | 63 |
| Binary | 11110110 | 110110 | 1110 | 0 | 1001110 | 1011110 | 100 | 1010 | 1011101 | 110011 |
Color Harmonies of #F6360E
Complementary color
Monochromatic Colors of #F6360E
Black with #F6360E
Text Example
Text Example
White with #F6360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6360E; }
p { color: rgb(246,54,14); }
H1.HeaderClassName
{
color: #F6360E;
}
.AnyTagClassName
{
color: #F6360E;
}
</style>
background-color css
<style>
a { background-color: #F6360E; }
a { background-color: rgb(246,54,14); }
div.DivClassName
{
background-color: #F6360E;
}
.BgClassName
{
background-color: #F6360E;
}
</style>
border-color css
<style>
span { border-color: #F6360E; }
span { border-color: rgb(246,54,14); }
td.TdClassName
{
border-color: #F6360E;
}
.TagClassName
{
border-color: #F6360E;
}
</style>