Shades of Orange Red #F6380C
Tints of Orange Red #F6380C
RGB
CMYK
RGB Variations
Color information
#F6380C (or 0xF6380C) is known color: Orange Red. HEX triplet: F6, 38 and 0C. RGB value is (246,56,12). Sum of RGB (Red+Green+Blue) = 246+56+12=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F6380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6380C is #09C7F3. Grayscale: #6C6C6C. Windows color (decimal): -641012 or 801014. OLE color: 801014.
HSL color Cylindrical-coordinate representation of color #F6380C: hue angle of 11.28º 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 #F6380C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 12 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.04 |
| HSL | 11.28º | 0.93% | 0.51% | - |
| HSV(B) | 11.28º | 0.95% | 0.96% | - |
| XYZ | 39.49 | 22.45 | 2.6 | - |
| YUV | 107.79 | 73.95 | 226.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 12 | 0 | 0.77 | 0.95 | 0.04 | 11.28 | 0.93 | 0.51 |
| Hex | F6 | 38 | C | 0 | 4D | 5F | 4 | B | 5D | 33 |
| Octal | 366 | 70 | 14 | 0 | 115 | 137 | 4 | 13 | 135 | 63 |
| Binary | 11110110 | 111000 | 1100 | 0 | 1001101 | 1011111 | 100 | 1011 | 1011101 | 110011 |
Color Harmonies of #F6380C
Complementary color
Monochromatic Colors of #F6380C
Black with #F6380C
Text Example
Text Example
White with #F6380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6380C; }
p { color: rgb(246,56,12); }
H1.HeaderClassName
{
color: #F6380C;
}
.AnyTagClassName
{
color: #F6380C;
}
</style>
background-color css
<style>
a { background-color: #F6380C; }
a { background-color: rgb(246,56,12); }
div.DivClassName
{
background-color: #F6380C;
}
.BgClassName
{
background-color: #F6380C;
}
</style>
border-color css
<style>
span { border-color: #F6380C; }
span { border-color: rgb(246,56,12); }
td.TdClassName
{
border-color: #F6380C;
}
.TagClassName
{
border-color: #F6380C;
}
</style>