Shades of Orange Red #F6490F
Tints of Orange Red #F6490F
RGB
CMYK
RGB Variations
Color information
#F6490F (or 0xF6490F) is known color: Orange Red. HEX triplet: F6, 49 and 0F. RGB value is (246,73,15). Sum of RGB (Red+Green+Blue) = 246+73+15=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F6490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6490F is #09B6F0. Grayscale: #767676. Windows color (decimal): -636657 or 1001974. OLE color: 1001974.
HSL color Cylindrical-coordinate representation of color #F6490F: hue angle of 15.06º 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 #F6490F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.04 |
| HSL | 15.06º | 0.93% | 0.51% | - |
| HSV(B) | 15.06º | 0.94% | 0.96% | - |
| XYZ | 40.47 | 24.39 | 3.03 | - |
| YUV | 118.12 | 69.81 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 15 | 0 | 0.70 | 0.94 | 0.04 | 15.06 | 0.93 | 0.51 |
| Hex | F6 | 49 | F | 0 | 46 | 5E | 4 | F | 5D | 33 |
| Octal | 366 | 111 | 17 | 0 | 106 | 136 | 4 | 17 | 135 | 63 |
| Binary | 11110110 | 1001001 | 1111 | 0 | 1000110 | 1011110 | 100 | 1111 | 1011101 | 110011 |
Color Harmonies of #F6490F
Complementary color
Monochromatic Colors of #F6490F
Black with #F6490F
Text Example
Text Example
White with #F6490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6490F; }
p { color: rgb(246,73,15); }
H1.HeaderClassName
{
color: #F6490F;
}
.AnyTagClassName
{
color: #F6490F;
}
</style>
background-color css
<style>
a { background-color: #F6490F; }
a { background-color: rgb(246,73,15); }
div.DivClassName
{
background-color: #F6490F;
}
.BgClassName
{
background-color: #F6490F;
}
</style>
border-color css
<style>
span { border-color: #F6490F; }
span { border-color: rgb(246,73,15); }
td.TdClassName
{
border-color: #F6490F;
}
.TagClassName
{
border-color: #F6490F;
}
</style>