Shades of Orange Red #F6491C
Tints of Orange Red #F6491C
RGB
CMYK
RGB Variations
Color information
#F6491C (or 0xF6491C) is known color: Orange Red. HEX triplet: F6, 49 and 1C. RGB value is (246,73,28). Sum of RGB (Red+Green+Blue) = 246+73+28=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F6491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6491C is #09B6E3. Grayscale: #777777. Windows color (decimal): -636644 or 1853942. OLE color: 1853942.
HSL color Cylindrical-coordinate representation of color #F6491C: hue angle of 12.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6491C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 28 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.39º | 0.92% | 0.54% | - |
| HSV(B) | 12.39º | 0.89% | 0.96% | - |
| XYZ | 40.6 | 24.44 | 3.68 | - |
| YUV | 119.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 28 | 0 | 0.70 | 0.89 | 0.04 | 12.39 | 0.92 | 0.54 |
| Hex | F6 | 49 | 1C | 0 | 46 | 59 | 4 | C | 5C | 36 |
| Octal | 366 | 111 | 34 | 0 | 106 | 131 | 4 | 14 | 134 | 66 |
| Binary | 11110110 | 1001001 | 11100 | 0 | 1000110 | 1011001 | 100 | 1100 | 1011100 | 110110 |
Color Harmonies of #F6491C
Complementary color
Monochromatic Colors of #F6491C
Black with #F6491C
Text Example
Text Example
White with #F6491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6491C; }
p { color: rgb(246,73,28); }
H1.HeaderClassName
{
color: #F6491C;
}
.AnyTagClassName
{
color: #F6491C;
}
</style>
background-color css
<style>
a { background-color: #F6491C; }
a { background-color: rgb(246,73,28); }
div.DivClassName
{
background-color: #F6491C;
}
.BgClassName
{
background-color: #F6491C;
}
</style>
border-color css
<style>
span { border-color: #F6491C; }
span { border-color: rgb(246,73,28); }
td.TdClassName
{
border-color: #F6491C;
}
.TagClassName
{
border-color: #F6491C;
}
</style>