Shades of Red Orange #F63F3A
Tints of Red Orange #F63F3A
RGB
CMYK
RGB Variations
Color information
#F63F3A (or 0xF63F3A) is known color: Red Orange. HEX triplet: F6, 3F and 3A. RGB value is (246,63,58). Sum of RGB (Red+Green+Blue) = 246+63+58=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F3A is #09C0C5. Grayscale: #757575. Windows color (decimal): -639174 or 3817462. OLE color: 3817462.
HSL color Cylindrical-coordinate representation of color #F63F3A: hue angle of 1.6º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63F3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 58 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.04 |
| HSL | 1.6º | 0.91% | 0.6% | - |
| HSV(B) | 1.6º | 0.76% | 0.96% | - |
| XYZ | 40.55 | 23.45 | 6.39 | - |
| YUV | 117.15 | 94.63 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 58 | 0 | 0.74 | 0.76 | 0.04 | 1.6 | 0.91 | 0.6 |
| Hex | F6 | 3F | 3A | 0 | 4A | 4C | 4 | 2 | 5B | 3C |
| Octal | 366 | 77 | 72 | 0 | 112 | 114 | 4 | 2 | 133 | 74 |
| Binary | 11110110 | 111111 | 111010 | 0 | 1001010 | 1001100 | 100 | 10 | 1011011 | 111100 |
Color Harmonies of #F63F3A
Complementary color
Monochromatic Colors of #F63F3A
Black with #F63F3A
Text Example
Text Example
White with #F63F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F3A; }
p { color: rgb(246,63,58); }
H1.HeaderClassName
{
color: #F63F3A;
}
.AnyTagClassName
{
color: #F63F3A;
}
</style>
background-color css
<style>
a { background-color: #F63F3A; }
a { background-color: rgb(246,63,58); }
div.DivClassName
{
background-color: #F63F3A;
}
.BgClassName
{
background-color: #F63F3A;
}
</style>
border-color css
<style>
span { border-color: #F63F3A; }
span { border-color: rgb(246,63,58); }
td.TdClassName
{
border-color: #F63F3A;
}
.TagClassName
{
border-color: #F63F3A;
}
</style>