Shades of Orange Red #F6380E
Tints of Orange Red #F6380E
RGB
CMYK
RGB Variations
Color information
#F6380E (or 0xF6380E) is known color: Orange Red. HEX triplet: F6, 38 and 0E. RGB value is (246,56,14). Sum of RGB (Red+Green+Blue) = 246+56+14=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6380E is #09C7F1. Grayscale: #6C6C6C. Windows color (decimal): -641010 or 932086. OLE color: 932086.
HSL color Cylindrical-coordinate representation of color #F6380E: hue angle of 10.86º 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 #F6380E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.04 |
| HSL | 10.86º | 0.93% | 0.51% | - |
| HSV(B) | 10.86º | 0.94% | 0.96% | - |
| XYZ | 39.5 | 22.45 | 2.67 | - |
| YUV | 108.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 14 | 0 | 0.77 | 0.94 | 0.04 | 10.86 | 0.93 | 0.51 |
| Hex | F6 | 38 | E | 0 | 4D | 5E | 4 | B | 5D | 33 |
| Octal | 366 | 70 | 16 | 0 | 115 | 136 | 4 | 13 | 135 | 63 |
| Binary | 11110110 | 111000 | 1110 | 0 | 1001101 | 1011110 | 100 | 1011 | 1011101 | 110011 |
Color Harmonies of #F6380E
Complementary color
Monochromatic Colors of #F6380E
Black with #F6380E
Text Example
Text Example
White with #F6380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6380E; }
p { color: rgb(246,56,14); }
H1.HeaderClassName
{
color: #F6380E;
}
.AnyTagClassName
{
color: #F6380E;
}
</style>
background-color css
<style>
a { background-color: #F6380E; }
a { background-color: rgb(246,56,14); }
div.DivClassName
{
background-color: #F6380E;
}
.BgClassName
{
background-color: #F6380E;
}
</style>
border-color css
<style>
span { border-color: #F6380E; }
span { border-color: rgb(246,56,14); }
td.TdClassName
{
border-color: #F6380E;
}
.TagClassName
{
border-color: #F6380E;
}
</style>