Shades of Red Orange #F63D30
Tints of Red Orange #F63D30
RGB
CMYK
RGB Variations
Color information
#F63D30 (or 0xF63D30) is known color: Red Orange. HEX triplet: F6, 3D and 30. RGB value is (246,61,48). Sum of RGB (Red+Green+Blue) = 246+61+48=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D30 is #09C2CF. Grayscale: #737373. Windows color (decimal): -639696 or 3161590. OLE color: 3161590.
HSL color Cylindrical-coordinate representation of color #F63D30: hue angle of 3.94º 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 #F63D30 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 48 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.04 |
| HSL | 3.94º | 0.92% | 0.58% | - |
| HSV(B) | 3.94º | 0.8% | 0.96% | - |
| XYZ | 40.21 | 23.14 | 5.14 | - |
| YUV | 114.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 48 | 0 | 0.75 | 0.80 | 0.04 | 3.94 | 0.92 | 0.58 |
| Hex | F6 | 3D | 30 | 0 | 4B | 50 | 4 | 4 | 5C | 3A |
| Octal | 366 | 75 | 60 | 0 | 113 | 120 | 4 | 4 | 134 | 72 |
| Binary | 11110110 | 111101 | 110000 | 0 | 1001011 | 1010000 | 100 | 100 | 1011100 | 111010 |
Color Harmonies of #F63D30
Complementary color
Monochromatic Colors of #F63D30
Black with #F63D30
Text Example
Text Example
White with #F63D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D30; }
p { color: rgb(246,61,48); }
H1.HeaderClassName
{
color: #F63D30;
}
.AnyTagClassName
{
color: #F63D30;
}
</style>
background-color css
<style>
a { background-color: #F63D30; }
a { background-color: rgb(246,61,48); }
div.DivClassName
{
background-color: #F63D30;
}
.BgClassName
{
background-color: #F63D30;
}
</style>
border-color css
<style>
span { border-color: #F63D30; }
span { border-color: rgb(246,61,48); }
td.TdClassName
{
border-color: #F63D30;
}
.TagClassName
{
border-color: #F63D30;
}
</style>