Shades of Orange Red #F6390D
Tints of Orange Red #F6390D
RGB
CMYK
RGB Variations
Color information
#F6390D (or 0xF6390D) is known color: Orange Red. HEX triplet: F6, 39 and 0D. RGB value is (246,57,13). Sum of RGB (Red+Green+Blue) = 246+57+13=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6390D is #09C6F2. Grayscale: #6C6C6C. Windows color (decimal): -640755 or 866806. OLE color: 866806.
HSL color Cylindrical-coordinate representation of color #F6390D: hue angle of 11.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 13 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.04 |
| HSL | 11.33º | 0.93% | 0.51% | - |
| HSV(B) | 11.33º | 0.95% | 0.96% | - |
| XYZ | 39.54 | 22.55 | 2.65 | - |
| YUV | 108.5 | 74.12 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 13 | 0 | 0.77 | 0.95 | 0.04 | 11.33 | 0.93 | 0.51 |
| Hex | F6 | 39 | D | 0 | 4D | 5F | 4 | B | 5D | 33 |
| Octal | 366 | 71 | 15 | 0 | 115 | 137 | 4 | 13 | 135 | 63 |
| Binary | 11110110 | 111001 | 1101 | 0 | 1001101 | 1011111 | 100 | 1011 | 1011101 | 110011 |
Color Harmonies of #F6390D
Complementary color
Monochromatic Colors of #F6390D
Black with #F6390D
Text Example
Text Example
White with #F6390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6390D; }
p { color: rgb(246,57,13); }
H1.HeaderClassName
{
color: #F6390D;
}
.AnyTagClassName
{
color: #F6390D;
}
</style>
background-color css
<style>
a { background-color: #F6390D; }
a { background-color: rgb(246,57,13); }
div.DivClassName
{
background-color: #F6390D;
}
.BgClassName
{
background-color: #F6390D;
}
</style>
border-color css
<style>
span { border-color: #F6390D; }
span { border-color: rgb(246,57,13); }
td.TdClassName
{
border-color: #F6390D;
}
.TagClassName
{
border-color: #F6390D;
}
</style>