Shades of Red Orange #F63C30
Tints of Red Orange #F63C30
RGB
CMYK
RGB Variations
Color information
#F63C30 (or 0xF63C30) is known color: Red Orange. HEX triplet: F6, 3C and 30. RGB value is (246,60,48). Sum of RGB (Red+Green+Blue) = 246+60+48=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C30 is #09C3CF. Grayscale: #727272. Windows color (decimal): -639952 or 3161334. OLE color: 3161334.
HSL color Cylindrical-coordinate representation of color #F63C30: hue angle of 3.64º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63C30 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 48 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.04 |
| HSL | 3.64º | 0.92% | 0.58% | - |
| HSV(B) | 3.64º | 0.8% | 0.96% | - |
| XYZ | 40.16 | 23.04 | 5.13 | - |
| YUV | 114.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 48 | 0 | 0.76 | 0.80 | 0.04 | 3.64 | 0.92 | 0.58 |
| Hex | F6 | 3C | 30 | 0 | 4C | 50 | 4 | 4 | 5C | 3A |
| Octal | 366 | 74 | 60 | 0 | 114 | 120 | 4 | 4 | 134 | 72 |
| Binary | 11110110 | 111100 | 110000 | 0 | 1001100 | 1010000 | 100 | 100 | 1011100 | 111010 |
Color Harmonies of #F63C30
Complementary color
Monochromatic Colors of #F63C30
Black with #F63C30
Text Example
Text Example
White with #F63C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63C30; }
p { color: rgb(246,60,48); }
H1.HeaderClassName
{
color: #F63C30;
}
.AnyTagClassName
{
color: #F63C30;
}
</style>
background-color css
<style>
a { background-color: #F63C30; }
a { background-color: rgb(246,60,48); }
div.DivClassName
{
background-color: #F63C30;
}
.BgClassName
{
background-color: #F63C30;
}
</style>
border-color css
<style>
span { border-color: #F63C30; }
span { border-color: rgb(246,60,48); }
td.TdClassName
{
border-color: #F63C30;
}
.TagClassName
{
border-color: #F63C30;
}
</style>