Shades of Orange Red #F63C0D
Tints of Orange Red #F63C0D
RGB
CMYK
RGB Variations
Color information
#F63C0D (or 0xF63C0D) is known color: Orange Red. HEX triplet: F6, 3C and 0D. RGB value is (246,60,13). Sum of RGB (Red+Green+Blue) = 246+60+13=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63C0D is #09C3F2. Grayscale: #6E6E6E. Windows color (decimal): -639987 or 867574. OLE color: 867574.
HSL color Cylindrical-coordinate representation of color #F63C0D: hue angle of 12.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F63C0D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.04 |
| HSL | 12.1º | 0.93% | 0.51% | - |
| HSV(B) | 12.1º | 0.95% | 0.96% | - |
| XYZ | 39.69 | 22.85 | 2.7 | - |
| YUV | 110.26 | 73.12 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 13 | 0 | 0.76 | 0.95 | 0.04 | 12.1 | 0.93 | 0.51 |
| Hex | F6 | 3C | D | 0 | 4C | 5F | 4 | C | 5D | 33 |
| Octal | 366 | 74 | 15 | 0 | 114 | 137 | 4 | 14 | 135 | 63 |
| Binary | 11110110 | 111100 | 1101 | 0 | 1001100 | 1011111 | 100 | 1100 | 1011101 | 110011 |
Color Harmonies of #F63C0D
Complementary color
Monochromatic Colors of #F63C0D
Black with #F63C0D
Text Example
Text Example
White with #F63C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C0D; }
p { color: rgb(246,60,13); }
H1.HeaderClassName
{
color: #F63C0D;
}
.AnyTagClassName
{
color: #F63C0D;
}
</style>
background-color css
<style>
a { background-color: #F63C0D; }
a { background-color: rgb(246,60,13); }
div.DivClassName
{
background-color: #F63C0D;
}
.BgClassName
{
background-color: #F63C0D;
}
</style>
border-color css
<style>
span { border-color: #F63C0D; }
span { border-color: rgb(246,60,13); }
td.TdClassName
{
border-color: #F63C0D;
}
.TagClassName
{
border-color: #F63C0D;
}
</style>