Shades of Orange Red #F63706
Tints of Orange Red #F63706
RGB
CMYK
RGB Variations
Color information
#F63706 (or 0xF63706) is known color: Orange Red. HEX triplet: F6, 37 and 06. RGB value is (246,55,6). Sum of RGB (Red+Green+Blue) = 246+55+6=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F63706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63706 is #09C8F9. Grayscale: #6A6A6A. Windows color (decimal): -641274 or 407542. OLE color: 407542.
HSL color Cylindrical-coordinate representation of color #F63706: hue angle of 12.25º degrees, saturation: 0.95, 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 #F63706 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 6 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.04 |
| HSL | 12.25º | 0.95% | 0.49% | - |
| HSV(B) | 12.25º | 0.98% | 0.96% | - |
| XYZ | 39.41 | 22.34 | 2.41 | - |
| YUV | 106.52 | 71.28 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 6 | 0 | 0.78 | 0.98 | 0.04 | 12.25 | 0.95 | 0.49 |
| Hex | F6 | 37 | 6 | 0 | 4E | 62 | 4 | C | 5F | 31 |
| Octal | 366 | 67 | 6 | 0 | 116 | 142 | 4 | 14 | 137 | 61 |
| Binary | 11110110 | 110111 | 110 | 0 | 1001110 | 1100010 | 100 | 1100 | 1011111 | 110001 |
Color Harmonies of #F63706
Complementary color
Monochromatic Colors of #F63706
Black with #F63706
Text Example
Text Example
White with #F63706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63706; }
p { color: rgb(246,55,6); }
H1.HeaderClassName
{
color: #F63706;
}
.AnyTagClassName
{
color: #F63706;
}
</style>
background-color css
<style>
a { background-color: #F63706; }
a { background-color: rgb(246,55,6); }
div.DivClassName
{
background-color: #F63706;
}
.BgClassName
{
background-color: #F63706;
}
</style>
border-color css
<style>
span { border-color: #F63706; }
span { border-color: rgb(246,55,6); }
td.TdClassName
{
border-color: #F63706;
}
.TagClassName
{
border-color: #F63706;
}
</style>