Shades of Orange Red #F63F00
Tints of Orange Red #F63F00
RGB
CMYK
RGB Variations
Color information
#F63F00 (or 0xF63F00) is known color: Orange Red. HEX triplet: F6, 3F and 00. RGB value is (246,63,0). Sum of RGB (Red+Green+Blue) = 246+63+0=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F00 is #09C0FF. Grayscale: #6E6E6E. Windows color (decimal): -639232 or 16374. OLE color: 16374.
HSL color Cylindrical-coordinate representation of color #F63F00: hue angle of 15.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.04 |
| HSL | 15.37º | 1% | 0.48% | - |
| HSV(B) | 15.37º | 1% | 0.96% | - |
| XYZ | 39.78 | 23.15 | 2.37 | - |
| YUV | 110.54 | 65.63 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 0 | 0 | 0.74 | 1 | 0.04 | 15.37 | 1 | 0.48 |
| Hex | F6 | 3F | 0 | 0 | 4A | 64 | 4 | F | 64 | 30 |
| Octal | 366 | 77 | 0 | 0 | 112 | 144 | 4 | 17 | 144 | 60 |
| Binary | 11110110 | 111111 | 0 | 0 | 1001010 | 1100100 | 100 | 1111 | 1100100 | 110000 |
Color Harmonies of #F63F00
Complementary color
Monochromatic Colors of #F63F00
Black with #F63F00
Text Example
Text Example
White with #F63F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F00; }
p { color: rgb(246,63,0); }
H1.HeaderClassName
{
color: #F63F00;
}
.AnyTagClassName
{
color: #F63F00;
}
</style>
background-color css
<style>
a { background-color: #F63F00; }
a { background-color: rgb(246,63,0); }
div.DivClassName
{
background-color: #F63F00;
}
.BgClassName
{
background-color: #F63F00;
}
</style>
border-color css
<style>
span { border-color: #F63F00; }
span { border-color: rgb(246,63,0); }
td.TdClassName
{
border-color: #F63F00;
}
.TagClassName
{
border-color: #F63F00;
}
</style>