Shades of Orange Red #F63F19
Tints of Orange Red #F63F19
RGB
CMYK
RGB Variations
Color information
#F63F19 (or 0xF63F19) is known color: Orange Red. HEX triplet: F6, 3F and 19. RGB value is (246,63,25). Sum of RGB (Red+Green+Blue) = 246+63+25=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F19 is #09C0E6. Grayscale: #717171. Windows color (decimal): -639207 or 1654774. OLE color: 1654774.
HSL color Cylindrical-coordinate representation of color #F63F19: hue angle of 10.32º 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 #F63F19 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.04 |
| HSL | 10.32º | 0.92% | 0.53% | - |
| HSV(B) | 10.32º | 0.9% | 0.96% | - |
| XYZ | 39.96 | 23.22 | 3.3 | - |
| YUV | 113.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 25 | 0 | 0.74 | 0.90 | 0.04 | 10.32 | 0.92 | 0.53 |
| Hex | F6 | 3F | 19 | 0 | 4A | 5A | 4 | A | 5C | 35 |
| Octal | 366 | 77 | 31 | 0 | 112 | 132 | 4 | 12 | 134 | 65 |
| Binary | 11110110 | 111111 | 11001 | 0 | 1001010 | 1011010 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F63F19
Complementary color
Monochromatic Colors of #F63F19
Black with #F63F19
Text Example
Text Example
White with #F63F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F19; }
p { color: rgb(246,63,25); }
H1.HeaderClassName
{
color: #F63F19;
}
.AnyTagClassName
{
color: #F63F19;
}
</style>
background-color css
<style>
a { background-color: #F63F19; }
a { background-color: rgb(246,63,25); }
div.DivClassName
{
background-color: #F63F19;
}
.BgClassName
{
background-color: #F63F19;
}
</style>
border-color css
<style>
span { border-color: #F63F19; }
span { border-color: rgb(246,63,25); }
td.TdClassName
{
border-color: #F63F19;
}
.TagClassName
{
border-color: #F63F19;
}
</style>