Shades of Red Orange #F63F34
Tints of Red Orange #F63F34
RGB
CMYK
RGB Variations
Color information
#F63F34 (or 0xF63F34) is known color: Red Orange. HEX triplet: F6, 3F and 34. RGB value is (246,63,52). Sum of RGB (Red+Green+Blue) = 246+63+52=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F34 is #09C0CB. Grayscale: #747474. Windows color (decimal): -639180 or 3424246. OLE color: 3424246.
HSL color Cylindrical-coordinate representation of color #F63F34: hue angle of 3.4º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63F34 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 52 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.04 |
| HSL | 3.4º | 0.92% | 0.58% | - |
| HSV(B) | 3.4º | 0.79% | 0.96% | - |
| XYZ | 40.4 | 23.4 | 5.64 | - |
| YUV | 116.46 | 91.63 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 52 | 0 | 0.74 | 0.79 | 0.04 | 3.4 | 0.92 | 0.58 |
| Hex | F6 | 3F | 34 | 0 | 4A | 4F | 4 | 3 | 5C | 3A |
| Octal | 366 | 77 | 64 | 0 | 112 | 117 | 4 | 3 | 134 | 72 |
| Binary | 11110110 | 111111 | 110100 | 0 | 1001010 | 1001111 | 100 | 11 | 1011100 | 111010 |
Color Harmonies of #F63F34
Complementary color
Monochromatic Colors of #F63F34
Black with #F63F34
Text Example
Text Example
White with #F63F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F34; }
p { color: rgb(246,63,52); }
H1.HeaderClassName
{
color: #F63F34;
}
.AnyTagClassName
{
color: #F63F34;
}
</style>
background-color css
<style>
a { background-color: #F63F34; }
a { background-color: rgb(246,63,52); }
div.DivClassName
{
background-color: #F63F34;
}
.BgClassName
{
background-color: #F63F34;
}
</style>
border-color css
<style>
span { border-color: #F63F34; }
span { border-color: rgb(246,63,52); }
td.TdClassName
{
border-color: #F63F34;
}
.TagClassName
{
border-color: #F63F34;
}
</style>