Shades of Orange Red #F6380F
Tints of Orange Red #F6380F
RGB
CMYK
RGB Variations
Color information
#F6380F (or 0xF6380F) is known color: Orange Red. HEX triplet: F6, 38 and 0F. RGB value is (246,56,15). Sum of RGB (Red+Green+Blue) = 246+56+15=317 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.60% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 246 - color contains mainly: red. Hex color #F6380F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6380F is #09C7F0. Grayscale: #6C6C6C. Windows color (decimal): -641009 or 997622. OLE color: 997622.
HSL color Cylindrical-coordinate representation of color #F6380F: hue angle of 10.65º 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 #F6380F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.04 |
| HSL | 10.65º | 0.93% | 0.51% | - |
| HSV(B) | 10.65º | 0.94% | 0.96% | - |
| XYZ | 39.51 | 22.46 | 2.7 | - |
| YUV | 108.14 | 75.45 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 15 | 0 | 0.77 | 0.94 | 0.04 | 10.65 | 0.93 | 0.51 |
| Hex | F6 | 38 | F | 0 | 4D | 5E | 4 | B | 5D | 33 |
| Octal | 366 | 70 | 17 | 0 | 115 | 136 | 4 | 13 | 135 | 63 |
| Binary | 11110110 | 111000 | 1111 | 0 | 1001101 | 1011110 | 100 | 1011 | 1011101 | 110011 |
Color Harmonies of #F6380F
Complementary color
Monochromatic Colors of #F6380F
Black with #F6380F
Text Example
Text Example
White with #F6380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6380F; }
p { color: rgb(246,56,15); }
H1.HeaderClassName
{
color: #F6380F;
}
.AnyTagClassName
{
color: #F6380F;
}
</style>
background-color css
<style>
a { background-color: #F6380F; }
a { background-color: rgb(246,56,15); }
div.DivClassName
{
background-color: #F6380F;
}
.BgClassName
{
background-color: #F6380F;
}
</style>
border-color css
<style>
span { border-color: #F6380F; }
span { border-color: rgb(246,56,15); }
td.TdClassName
{
border-color: #F6380F;
}
.TagClassName
{
border-color: #F6380F;
}
</style>