Shades of Red Orange #F62A26
Tints of Red Orange #F62A26
RGB
CMYK
RGB Variations
Color information
#F62A26 (or 0xF62A26) is known color: Red Orange. HEX triplet: F6, 2A and 26. RGB value is (246,42,38). Sum of RGB (Red+Green+Blue) = 246+42+38=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62A26 is #09D5D9. Grayscale: #666666. Windows color (decimal): -644570 or 2501366. OLE color: 2501366.
HSL color Cylindrical-coordinate representation of color #F62A26: hue angle of 1.15º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62A26 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 38 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.04 |
| HSL | 1.15º | 0.92% | 0.56% | - |
| HSV(B) | 1.15º | 0.85% | 0.96% | - |
| XYZ | 39.18 | 21.39 | 3.9 | - |
| YUV | 102.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 38 | 0 | 0.83 | 0.85 | 0.04 | 1.15 | 0.92 | 0.56 |
| Hex | F6 | 2A | 26 | 0 | 53 | 55 | 4 | 1 | 5C | 38 |
| Octal | 366 | 52 | 46 | 0 | 123 | 125 | 4 | 1 | 134 | 70 |
| Binary | 11110110 | 101010 | 100110 | 0 | 1010011 | 1010101 | 100 | 1 | 1011100 | 111000 |
Color Harmonies of #F62A26
Complementary color
Monochromatic Colors of #F62A26
Black with #F62A26
Text Example
Text Example
White with #F62A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62A26; }
p { color: rgb(246,42,38); }
H1.HeaderClassName
{
color: #F62A26;
}
.AnyTagClassName
{
color: #F62A26;
}
</style>
background-color css
<style>
a { background-color: #F62A26; }
a { background-color: rgb(246,42,38); }
div.DivClassName
{
background-color: #F62A26;
}
.BgClassName
{
background-color: #F62A26;
}
</style>
border-color css
<style>
span { border-color: #F62A26; }
span { border-color: rgb(246,42,38); }
td.TdClassName
{
border-color: #F62A26;
}
.TagClassName
{
border-color: #F62A26;
}
</style>