Shades of Orange Red #F63D19
Tints of Orange Red #F63D19
RGB
CMYK
RGB Variations
Color information
#F63D19 (or 0xF63D19) is known color: Orange Red. HEX triplet: F6, 3D and 19. RGB value is (246,61,25). Sum of RGB (Red+Green+Blue) = 246+61+25=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63D19 is #09C2E6. Grayscale: #707070. Windows color (decimal): -639719 or 1654262. OLE color: 1654262.
HSL color Cylindrical-coordinate representation of color #F63D19: hue angle of 9.77º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F63D19 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 25 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.04 |
| HSL | 9.77º | 0.92% | 0.53% | - |
| HSV(B) | 9.77º | 0.9% | 0.96% | - |
| XYZ | 39.85 | 23 | 3.26 | - |
| YUV | 112.21 | 78.79 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 25 | 0 | 0.75 | 0.90 | 0.04 | 9.77 | 0.92 | 0.53 |
| Hex | F6 | 3D | 19 | 0 | 4B | 5A | 4 | A | 5C | 35 |
| Octal | 366 | 75 | 31 | 0 | 113 | 132 | 4 | 12 | 134 | 65 |
| Binary | 11110110 | 111101 | 11001 | 0 | 1001011 | 1011010 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F63D19
Complementary color
Monochromatic Colors of #F63D19
Black with #F63D19
Text Example
Text Example
White with #F63D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D19; }
p { color: rgb(246,61,25); }
H1.HeaderClassName
{
color: #F63D19;
}
.AnyTagClassName
{
color: #F63D19;
}
</style>
background-color css
<style>
a { background-color: #F63D19; }
a { background-color: rgb(246,61,25); }
div.DivClassName
{
background-color: #F63D19;
}
.BgClassName
{
background-color: #F63D19;
}
</style>
border-color css
<style>
span { border-color: #F63D19; }
span { border-color: rgb(246,61,25); }
td.TdClassName
{
border-color: #F63D19;
}
.TagClassName
{
border-color: #F63D19;
}
</style>