Shades of Red Orange #F63530
Tints of Red Orange #F63530
RGB
CMYK
RGB Variations
Color information
#F63530 (or 0xF63530) is known color: Red Orange. HEX triplet: F6, 35 and 30. RGB value is (246,53,48). Sum of RGB (Red+Green+Blue) = 246+53+48=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F63530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63530 is #09CACF. Grayscale: #6E6E6E. Windows color (decimal): -641744 or 3159542. OLE color: 3159542.
HSL color Cylindrical-coordinate representation of color #F63530: hue angle of 1.52º 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 #F63530 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 48 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.04 |
| HSL | 1.52º | 0.92% | 0.58% | - |
| HSV(B) | 1.52º | 0.8% | 0.96% | - |
| XYZ | 39.81 | 22.35 | 5.01 | - |
| YUV | 110.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 48 | 0 | 0.78 | 0.80 | 0.04 | 1.52 | 0.92 | 0.58 |
| Hex | F6 | 35 | 30 | 0 | 4E | 50 | 4 | 2 | 5C | 3A |
| Octal | 366 | 65 | 60 | 0 | 116 | 120 | 4 | 2 | 134 | 72 |
| Binary | 11110110 | 110101 | 110000 | 0 | 1001110 | 1010000 | 100 | 10 | 1011100 | 111010 |
Color Harmonies of #F63530
Complementary color
Monochromatic Colors of #F63530
Black with #F63530
Text Example
Text Example
White with #F63530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63530; }
p { color: rgb(246,53,48); }
H1.HeaderClassName
{
color: #F63530;
}
.AnyTagClassName
{
color: #F63530;
}
</style>
background-color css
<style>
a { background-color: #F63530; }
a { background-color: rgb(246,53,48); }
div.DivClassName
{
background-color: #F63530;
}
.BgClassName
{
background-color: #F63530;
}
</style>
border-color css
<style>
span { border-color: #F63530; }
span { border-color: rgb(246,53,48); }
td.TdClassName
{
border-color: #F63530;
}
.TagClassName
{
border-color: #F63530;
}
</style>