Shades of Red Orange #F63D1C
Tints of Red Orange #F63D1C
RGB
CMYK
RGB Variations
Color information
#F63D1C (or 0xF63D1C) is known color: Red Orange. HEX triplet: F6, 3D and 1C. RGB value is (246,61,28). Sum of RGB (Red+Green+Blue) = 246+61+28=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D1C is #09C2E3. Grayscale: #707070. Windows color (decimal): -639716 or 1850870. OLE color: 1850870.
HSL color Cylindrical-coordinate representation of color #F63D1C: hue angle of 9.08º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F63D1C is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 28 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.04 |
| HSL | 9.08º | 0.92% | 0.54% | - |
| HSV(B) | 9.08º | 0.89% | 0.96% | - |
| XYZ | 39.88 | 23.01 | 3.44 | - |
| YUV | 112.55 | 80.29 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 28 | 0 | 0.75 | 0.89 | 0.04 | 9.08 | 0.92 | 0.54 |
| Hex | F6 | 3D | 1C | 0 | 4B | 59 | 4 | 9 | 5C | 36 |
| Octal | 366 | 75 | 34 | 0 | 113 | 131 | 4 | 11 | 134 | 66 |
| Binary | 11110110 | 111101 | 11100 | 0 | 1001011 | 1011001 | 100 | 1001 | 1011100 | 110110 |
Color Harmonies of #F63D1C
Complementary color
Monochromatic Colors of #F63D1C
Black with #F63D1C
Text Example
Text Example
White with #F63D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D1C; }
p { color: rgb(246,61,28); }
H1.HeaderClassName
{
color: #F63D1C;
}
.AnyTagClassName
{
color: #F63D1C;
}
</style>
background-color css
<style>
a { background-color: #F63D1C; }
a { background-color: rgb(246,61,28); }
div.DivClassName
{
background-color: #F63D1C;
}
.BgClassName
{
background-color: #F63D1C;
}
</style>
border-color css
<style>
span { border-color: #F63D1C; }
span { border-color: rgb(246,61,28); }
td.TdClassName
{
border-color: #F63D1C;
}
.TagClassName
{
border-color: #F63D1C;
}
</style>