Shades of Orange Red #F6441A
Tints of Orange Red #F6441A
RGB
CMYK
RGB Variations
Color information
#F6441A (or 0xF6441A) is known color: Orange Red. HEX triplet: F6, 44 and 1A. RGB value is (246,68,26). Sum of RGB (Red+Green+Blue) = 246+68+26=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6441A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6441A is #09BBE5. Grayscale: #747474. Windows color (decimal): -637926 or 1721590. OLE color: 1721590.
HSL color Cylindrical-coordinate representation of color #F6441A: hue angle of 11.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6441A is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 26 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.04 |
| HSL | 11.45º | 0.92% | 0.53% | - |
| HSV(B) | 11.45º | 0.89% | 0.96% | - |
| XYZ | 40.26 | 23.8 | 3.45 | - |
| YUV | 116.43 | 76.97 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 26 | 0 | 0.72 | 0.89 | 0.04 | 11.45 | 0.92 | 0.53 |
| Hex | F6 | 44 | 1A | 0 | 48 | 59 | 4 | B | 5C | 35 |
| Octal | 366 | 104 | 32 | 0 | 110 | 131 | 4 | 13 | 134 | 65 |
| Binary | 11110110 | 1000100 | 11010 | 0 | 1001000 | 1011001 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F6441A
Complementary color
Monochromatic Colors of #F6441A
Black with #F6441A
Text Example
Text Example
White with #F6441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6441A; }
p { color: rgb(246,68,26); }
H1.HeaderClassName
{
color: #F6441A;
}
.AnyTagClassName
{
color: #F6441A;
}
</style>
background-color css
<style>
a { background-color: #F6441A; }
a { background-color: rgb(246,68,26); }
div.DivClassName
{
background-color: #F6441A;
}
.BgClassName
{
background-color: #F6441A;
}
</style>
border-color css
<style>
span { border-color: #F6441A; }
span { border-color: rgb(246,68,26); }
td.TdClassName
{
border-color: #F6441A;
}
.TagClassName
{
border-color: #F6441A;
}
</style>