Shades of Red Orange #F63E2D
Tints of Red Orange #F63E2D
RGB
CMYK
RGB Variations
Color information
#F63E2D (or 0xF63E2D) is known color: Red Orange. HEX triplet: F6, 3E and 2D. RGB value is (246,62,45). Sum of RGB (Red+Green+Blue) = 246+62+45=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63E2D is #09C1D2. Grayscale: #737373. Windows color (decimal): -639443 or 2965238. OLE color: 2965238.
HSL color Cylindrical-coordinate representation of color #F63E2D: hue angle of 5.07º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F63E2D is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 45 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.04 |
| HSL | 5.07º | 0.92% | 0.57% | - |
| HSV(B) | 5.07º | 0.82% | 0.96% | - |
| XYZ | 40.2 | 23.23 | 4.85 | - |
| YUV | 115.08 | 88.46 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 45 | 0 | 0.75 | 0.82 | 0.04 | 5.07 | 0.92 | 0.57 |
| Hex | F6 | 3E | 2D | 0 | 4B | 52 | 4 | 5 | 5C | 39 |
| Octal | 366 | 76 | 55 | 0 | 113 | 122 | 4 | 5 | 134 | 71 |
| Binary | 11110110 | 111110 | 101101 | 0 | 1001011 | 1010010 | 100 | 101 | 1011100 | 111001 |
Color Harmonies of #F63E2D
Complementary color
Monochromatic Colors of #F63E2D
Black with #F63E2D
Text Example
Text Example
White with #F63E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E2D; }
p { color: rgb(246,62,45); }
H1.HeaderClassName
{
color: #F63E2D;
}
.AnyTagClassName
{
color: #F63E2D;
}
</style>
background-color css
<style>
a { background-color: #F63E2D; }
a { background-color: rgb(246,62,45); }
div.DivClassName
{
background-color: #F63E2D;
}
.BgClassName
{
background-color: #F63E2D;
}
</style>
border-color css
<style>
span { border-color: #F63E2D; }
span { border-color: rgb(246,62,45); }
td.TdClassName
{
border-color: #F63E2D;
}
.TagClassName
{
border-color: #F63E2D;
}
</style>