Shades of Orange Red #F64316
Tints of Orange Red #F64316
RGB
CMYK
RGB Variations
Color information
#F64316 (or 0xF64316) is known color: Orange Red. HEX triplet: F6, 43 and 16. RGB value is (246,67,22). Sum of RGB (Red+Green+Blue) = 246+67+22=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64316 is #09BCE9. Grayscale: #737373. Windows color (decimal): -638186 or 1459190. OLE color: 1459190.
HSL color Cylindrical-coordinate representation of color #F64316: hue angle of 12.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64316 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.04 |
| HSL | 12.05º | 0.93% | 0.53% | - |
| HSV(B) | 12.05º | 0.91% | 0.96% | - |
| XYZ | 40.16 | 23.67 | 3.21 | - |
| YUV | 115.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 22 | 0 | 0.73 | 0.91 | 0.04 | 12.05 | 0.93 | 0.53 |
| Hex | F6 | 43 | 16 | 0 | 49 | 5B | 4 | C | 5D | 35 |
| Octal | 366 | 103 | 26 | 0 | 111 | 133 | 4 | 14 | 135 | 65 |
| Binary | 11110110 | 1000011 | 10110 | 0 | 1001001 | 1011011 | 100 | 1100 | 1011101 | 110101 |
Color Harmonies of #F64316
Complementary color
Monochromatic Colors of #F64316
Black with #F64316
Text Example
Text Example
White with #F64316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64316; }
p { color: rgb(246,67,22); }
H1.HeaderClassName
{
color: #F64316;
}
.AnyTagClassName
{
color: #F64316;
}
</style>
background-color css
<style>
a { background-color: #F64316; }
a { background-color: rgb(246,67,22); }
div.DivClassName
{
background-color: #F64316;
}
.BgClassName
{
background-color: #F64316;
}
</style>
border-color css
<style>
span { border-color: #F64316; }
span { border-color: rgb(246,67,22); }
td.TdClassName
{
border-color: #F64316;
}
.TagClassName
{
border-color: #F64316;
}
</style>