Shades of Orange Red #F63500
Tints of Orange Red #F63500
RGB
CMYK
RGB Variations
Color information
#F63500 (or 0xF63500) is known color: Orange Red. HEX triplet: F6, 35 and 00. RGB value is (246,53,0). Sum of RGB (Red+Green+Blue) = 246+53+0=299 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.27% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 246 - color contains mainly: red. Hex color #F63500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63500 is #09CAFF. Grayscale: #696969. Windows color (decimal): -641792 or 13814. OLE color: 13814.
HSL color Cylindrical-coordinate representation of color #F63500: hue angle of 12.93º 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 #F63500 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.04 |
| HSL | 12.93º | 1% | 0.48% | - |
| HSV(B) | 12.93º | 1% | 0.96% | - |
| XYZ | 39.28 | 22.14 | 2.2 | - |
| YUV | 104.67 | 68.94 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 0 | 0 | 0.78 | 1 | 0.04 | 12.93 | 1 | 0.48 |
| Hex | F6 | 35 | 0 | 0 | 4E | 64 | 4 | D | 64 | 30 |
| Octal | 366 | 65 | 0 | 0 | 116 | 144 | 4 | 15 | 144 | 60 |
| Binary | 11110110 | 110101 | 0 | 0 | 1001110 | 1100100 | 100 | 1101 | 1100100 | 110000 |
Color Harmonies of #F63500
Complementary color
Monochromatic Colors of #F63500
Black with #F63500
Text Example
Text Example
White with #F63500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63500; }
p { color: rgb(246,53,0); }
H1.HeaderClassName
{
color: #F63500;
}
.AnyTagClassName
{
color: #F63500;
}
</style>
background-color css
<style>
a { background-color: #F63500; }
a { background-color: rgb(246,53,0); }
div.DivClassName
{
background-color: #F63500;
}
.BgClassName
{
background-color: #F63500;
}
</style>
border-color css
<style>
span { border-color: #F63500; }
span { border-color: rgb(246,53,0); }
td.TdClassName
{
border-color: #F63500;
}
.TagClassName
{
border-color: #F63500;
}
</style>