Shades of Orange Red #F6490C
Tints of Orange Red #F6490C
RGB
CMYK
RGB Variations
Color information
#F6490C (or 0xF6490C) is known color: Orange Red. HEX triplet: F6, 49 and 0C. RGB value is (246,73,12). Sum of RGB (Red+Green+Blue) = 246+73+12=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F6490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6490C is #09B6F3. Grayscale: #767676. Windows color (decimal): -636660 or 805366. OLE color: 805366.
HSL color Cylindrical-coordinate representation of color #F6490C: hue angle of 15.64º 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 #F6490C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.04 |
| HSL | 15.64º | 0.93% | 0.51% | - |
| HSV(B) | 15.64º | 0.95% | 0.96% | - |
| XYZ | 40.45 | 24.38 | 2.92 | - |
| YUV | 117.77 | 68.31 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 12 | 0 | 0.70 | 0.95 | 0.04 | 15.64 | 0.93 | 0.51 |
| Hex | F6 | 49 | C | 0 | 46 | 5F | 4 | 10 | 5D | 33 |
| Octal | 366 | 111 | 14 | 0 | 106 | 137 | 4 | 20 | 135 | 63 |
| Binary | 11110110 | 1001001 | 1100 | 0 | 1000110 | 1011111 | 100 | 10000 | 1011101 | 110011 |
Color Harmonies of #F6490C
Complementary color
Monochromatic Colors of #F6490C
Black with #F6490C
Text Example
Text Example
White with #F6490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6490C; }
p { color: rgb(246,73,12); }
H1.HeaderClassName
{
color: #F6490C;
}
.AnyTagClassName
{
color: #F6490C;
}
</style>
background-color css
<style>
a { background-color: #F6490C; }
a { background-color: rgb(246,73,12); }
div.DivClassName
{
background-color: #F6490C;
}
.BgClassName
{
background-color: #F6490C;
}
</style>
border-color css
<style>
span { border-color: #F6490C; }
span { border-color: rgb(246,73,12); }
td.TdClassName
{
border-color: #F6490C;
}
.TagClassName
{
border-color: #F6490C;
}
</style>