Shades of Orange Red #F64503
Tints of Orange Red #F64503
RGB
CMYK
RGB Variations
Color information
#F64503 (or 0xF64503) is known color: Orange Red. HEX triplet: F6, 45 and 03. RGB value is (246,69,3). Sum of RGB (Red+Green+Blue) = 246+69+3=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F64503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64503 is #09BAFC. Grayscale: #727272. Windows color (decimal): -637693 or 214518. OLE color: 214518.
HSL color Cylindrical-coordinate representation of color #F64503: hue angle of 16.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F64503 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 69 | 3 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.04 |
| HSL | 16.3º | 0.98% | 0.49% | - |
| HSV(B) | 16.3º | 0.99% | 0.96% | - |
| XYZ | 40.15 | 23.86 | 2.57 | - |
| YUV | 114.4 | 65.14 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 69 | 3 | 0 | 0.72 | 0.99 | 0.04 | 16.3 | 0.98 | 0.49 |
| Hex | F6 | 45 | 3 | 0 | 48 | 63 | 4 | 10 | 62 | 31 |
| Octal | 366 | 105 | 3 | 0 | 110 | 143 | 4 | 20 | 142 | 61 |
| Binary | 11110110 | 1000101 | 11 | 0 | 1001000 | 1100011 | 100 | 10000 | 1100010 | 110001 |
Color Harmonies of #F64503
Complementary color
Monochromatic Colors of #F64503
Black with #F64503
Text Example
Text Example
White with #F64503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64503; }
p { color: rgb(246,69,3); }
H1.HeaderClassName
{
color: #F64503;
}
.AnyTagClassName
{
color: #F64503;
}
</style>
background-color css
<style>
a { background-color: #F64503; }
a { background-color: rgb(246,69,3); }
div.DivClassName
{
background-color: #F64503;
}
.BgClassName
{
background-color: #F64503;
}
</style>
border-color css
<style>
span { border-color: #F64503; }
span { border-color: rgb(246,69,3); }
td.TdClassName
{
border-color: #F64503;
}
.TagClassName
{
border-color: #F64503;
}
</style>