Shades of Red Orange #F63C34
Tints of Red Orange #F63C34
RGB
CMYK
RGB Variations
Color information
#F63C34 (or 0xF63C34) is known color: Red Orange. HEX triplet: F6, 3C and 34. RGB value is (246,60,52). Sum of RGB (Red+Green+Blue) = 246+60+52=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C34 is #09C3CB. Grayscale: #727272. Windows color (decimal): -639948 or 3423478. OLE color: 3423478.
HSL color Cylindrical-coordinate representation of color #F63C34: hue angle of 2.47º 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 #F63C34 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 52 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.04 |
| HSL | 2.47º | 0.92% | 0.58% | - |
| HSV(B) | 2.47º | 0.79% | 0.96% | - |
| XYZ | 40.24 | 23.07 | 5.58 | - |
| YUV | 114.7 | 92.62 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 52 | 0 | 0.76 | 0.79 | 0.04 | 2.47 | 0.92 | 0.58 |
| Hex | F6 | 3C | 34 | 0 | 4C | 4F | 4 | 2 | 5C | 3A |
| Octal | 366 | 74 | 64 | 0 | 114 | 117 | 4 | 2 | 134 | 72 |
| Binary | 11110110 | 111100 | 110100 | 0 | 1001100 | 1001111 | 100 | 10 | 1011100 | 111010 |
Color Harmonies of #F63C34
Complementary color
Monochromatic Colors of #F63C34
Black with #F63C34
Text Example
Text Example
White with #F63C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C34; }
p { color: rgb(246,60,52); }
H1.HeaderClassName
{
color: #F63C34;
}
.AnyTagClassName
{
color: #F63C34;
}
</style>
background-color css
<style>
a { background-color: #F63C34; }
a { background-color: rgb(246,60,52); }
div.DivClassName
{
background-color: #F63C34;
}
.BgClassName
{
background-color: #F63C34;
}
</style>
border-color css
<style>
span { border-color: #F63C34; }
span { border-color: rgb(246,60,52); }
td.TdClassName
{
border-color: #F63C34;
}
.TagClassName
{
border-color: #F63C34;
}
</style>