Shades of Red Orange #F63A1E
Tints of Red Orange #F63A1E
RGB
CMYK
RGB Variations
Color information
#F63A1E (or 0xF63A1E) is known color: Red Orange. HEX triplet: F6, 3A and 1E. RGB value is (246,58,30). Sum of RGB (Red+Green+Blue) = 246+58+30=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A1E is #09C5E1. Grayscale: #6F6F6F. Windows color (decimal): -640482 or 1981174. OLE color: 1981174.
HSL color Cylindrical-coordinate representation of color #F63A1E: hue angle of 7.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F63A1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 30 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.04 |
| HSL | 7.78º | 0.92% | 0.54% | - |
| HSV(B) | 7.78º | 0.88% | 0.96% | - |
| XYZ | 39.75 | 22.71 | 3.52 | - |
| YUV | 111.02 | 82.28 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 30 | 0 | 0.76 | 0.88 | 0.04 | 7.78 | 0.92 | 0.54 |
| Hex | F6 | 3A | 1E | 0 | 4C | 58 | 4 | 8 | 5C | 36 |
| Octal | 366 | 72 | 36 | 0 | 114 | 130 | 4 | 10 | 134 | 66 |
| Binary | 11110110 | 111010 | 11110 | 0 | 1001100 | 1011000 | 100 | 1000 | 1011100 | 110110 |
Color Harmonies of #F63A1E
Complementary color
Monochromatic Colors of #F63A1E
Black with #F63A1E
Text Example
Text Example
White with #F63A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63A1E; }
p { color: rgb(246,58,30); }
H1.HeaderClassName
{
color: #F63A1E;
}
.AnyTagClassName
{
color: #F63A1E;
}
</style>
background-color css
<style>
a { background-color: #F63A1E; }
a { background-color: rgb(246,58,30); }
div.DivClassName
{
background-color: #F63A1E;
}
.BgClassName
{
background-color: #F63A1E;
}
</style>
border-color css
<style>
span { border-color: #F63A1E; }
span { border-color: rgb(246,58,30); }
td.TdClassName
{
border-color: #F63A1E;
}
.TagClassName
{
border-color: #F63A1E;
}
</style>