Shades of Red Orange #F63D1A
Tints of Red Orange #F63D1A
RGB
CMYK
RGB Variations
Color information
#F63D1A (or 0xF63D1A) is known color: Red Orange. HEX triplet: F6, 3D and 1A. RGB value is (246,61,26). Sum of RGB (Red+Green+Blue) = 246+61+26=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D1A is #09C2E5. Grayscale: #707070. Windows color (decimal): -639718 or 1719798. OLE color: 1719798.
HSL color Cylindrical-coordinate representation of color #F63D1A: hue angle of 9.55º 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 #F63D1A is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 26 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.04 |
| HSL | 9.55º | 0.92% | 0.53% | - |
| HSV(B) | 9.55º | 0.89% | 0.96% | - |
| XYZ | 39.86 | 23 | 3.32 | - |
| YUV | 112.33 | 79.29 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 26 | 0 | 0.75 | 0.89 | 0.04 | 9.55 | 0.92 | 0.53 |
| Hex | F6 | 3D | 1A | 0 | 4B | 59 | 4 | A | 5C | 35 |
| Octal | 366 | 75 | 32 | 0 | 113 | 131 | 4 | 12 | 134 | 65 |
| Binary | 11110110 | 111101 | 11010 | 0 | 1001011 | 1011001 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F63D1A
Complementary color
Monochromatic Colors of #F63D1A
Black with #F63D1A
Text Example
Text Example
White with #F63D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D1A; }
p { color: rgb(246,61,26); }
H1.HeaderClassName
{
color: #F63D1A;
}
.AnyTagClassName
{
color: #F63D1A;
}
</style>
background-color css
<style>
a { background-color: #F63D1A; }
a { background-color: rgb(246,61,26); }
div.DivClassName
{
background-color: #F63D1A;
}
.BgClassName
{
background-color: #F63D1A;
}
</style>
border-color css
<style>
span { border-color: #F63D1A; }
span { border-color: rgb(246,61,26); }
td.TdClassName
{
border-color: #F63D1A;
}
.TagClassName
{
border-color: #F63D1A;
}
</style>