Shades of Orange Red #F63F04
Tints of Orange Red #F63F04
RGB
CMYK
RGB Variations
Color information
#F63F04 (or 0xF63F04) is known color: Orange Red. HEX triplet: F6, 3F and 04. RGB value is (246,63,4). Sum of RGB (Red+Green+Blue) = 246+63+4=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F04 is #09C0FB. Grayscale: #6F6F6F. Windows color (decimal): -639228 or 278518. OLE color: 278518.
HSL color Cylindrical-coordinate representation of color #F63F04: hue angle of 14.63º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F63F04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.04 |
| HSL | 14.63º | 0.97% | 0.49% | - |
| HSV(B) | 14.63º | 0.98% | 0.96% | - |
| XYZ | 39.81 | 23.16 | 2.49 | - |
| YUV | 110.99 | 67.63 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 4 | 0 | 0.74 | 0.98 | 0.04 | 14.63 | 0.97 | 0.49 |
| Hex | F6 | 3F | 4 | 0 | 4A | 62 | 4 | F | 61 | 31 |
| Octal | 366 | 77 | 4 | 0 | 112 | 142 | 4 | 17 | 141 | 61 |
| Binary | 11110110 | 111111 | 100 | 0 | 1001010 | 1100010 | 100 | 1111 | 1100001 | 110001 |
Color Harmonies of #F63F04
Complementary color
Monochromatic Colors of #F63F04
Black with #F63F04
Text Example
Text Example
White with #F63F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F04; }
p { color: rgb(246,63,4); }
H1.HeaderClassName
{
color: #F63F04;
}
.AnyTagClassName
{
color: #F63F04;
}
</style>
background-color css
<style>
a { background-color: #F63F04; }
a { background-color: rgb(246,63,4); }
div.DivClassName
{
background-color: #F63F04;
}
.BgClassName
{
background-color: #F63F04;
}
</style>
border-color css
<style>
span { border-color: #F63F04; }
span { border-color: rgb(246,63,4); }
td.TdClassName
{
border-color: #F63F04;
}
.TagClassName
{
border-color: #F63F04;
}
</style>