Shades of Orange Red #F63A04
Tints of Orange Red #F63A04
RGB
CMYK
RGB Variations
Color information
#F63A04 (or 0xF63A04) is known color: Orange Red. HEX triplet: F6, 3A and 04. RGB value is (246,58,4). Sum of RGB (Red+Green+Blue) = 246+58+4=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63A04 is #09C5FB. Grayscale: #6C6C6C. Windows color (decimal): -640508 or 277238. OLE color: 277238.
HSL color Cylindrical-coordinate representation of color #F63A04: hue angle of 13.39º degrees, saturation: 0.97, 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 #F63A04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.04 |
| HSL | 13.39º | 0.97% | 0.49% | - |
| HSV(B) | 13.39º | 0.98% | 0.96% | - |
| XYZ | 39.54 | 22.63 | 2.4 | - |
| YUV | 108.06 | 69.28 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 4 | 0 | 0.76 | 0.98 | 0.04 | 13.39 | 0.97 | 0.49 |
| Hex | F6 | 3A | 4 | 0 | 4C | 62 | 4 | D | 61 | 31 |
| Octal | 366 | 72 | 4 | 0 | 114 | 142 | 4 | 15 | 141 | 61 |
| Binary | 11110110 | 111010 | 100 | 0 | 1001100 | 1100010 | 100 | 1101 | 1100001 | 110001 |
Color Harmonies of #F63A04
Complementary color
Monochromatic Colors of #F63A04
Black with #F63A04
Text Example
Text Example
White with #F63A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A04; }
p { color: rgb(246,58,4); }
H1.HeaderClassName
{
color: #F63A04;
}
.AnyTagClassName
{
color: #F63A04;
}
</style>
background-color css
<style>
a { background-color: #F63A04; }
a { background-color: rgb(246,58,4); }
div.DivClassName
{
background-color: #F63A04;
}
.BgClassName
{
background-color: #F63A04;
}
</style>
border-color css
<style>
span { border-color: #F63A04; }
span { border-color: rgb(246,58,4); }
td.TdClassName
{
border-color: #F63A04;
}
.TagClassName
{
border-color: #F63A04;
}
</style>