Shades of Orange Red #F63F18
Tints of Orange Red #F63F18
RGB
CMYK
RGB Variations
Color information
#F63F18 (or 0xF63F18) is known color: Orange Red. HEX triplet: F6, 3F and 18. RGB value is (246,63,24). Sum of RGB (Red+Green+Blue) = 246+63+24=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63F18 is #09C0E7. Grayscale: #717171. Windows color (decimal): -639208 or 1589238. OLE color: 1589238.
HSL color Cylindrical-coordinate representation of color #F63F18: hue angle of 10.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F63F18 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 24 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.04 |
| HSL | 10.54º | 0.93% | 0.53% | - |
| HSV(B) | 10.54º | 0.9% | 0.96% | - |
| XYZ | 39.95 | 23.21 | 3.24 | - |
| YUV | 113.27 | 77.63 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 24 | 0 | 0.74 | 0.90 | 0.04 | 10.54 | 0.93 | 0.53 |
| Hex | F6 | 3F | 18 | 0 | 4A | 5A | 4 | B | 5C | 35 |
| Octal | 366 | 77 | 30 | 0 | 112 | 132 | 4 | 13 | 134 | 65 |
| Binary | 11110110 | 111111 | 11000 | 0 | 1001010 | 1011010 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F63F18
Complementary color
Monochromatic Colors of #F63F18
Black with #F63F18
Text Example
Text Example
White with #F63F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F18; }
p { color: rgb(246,63,24); }
H1.HeaderClassName
{
color: #F63F18;
}
.AnyTagClassName
{
color: #F63F18;
}
</style>
background-color css
<style>
a { background-color: #F63F18; }
a { background-color: rgb(246,63,24); }
div.DivClassName
{
background-color: #F63F18;
}
.BgClassName
{
background-color: #F63F18;
}
</style>
border-color css
<style>
span { border-color: #F63F18; }
span { border-color: rgb(246,63,24); }
td.TdClassName
{
border-color: #F63F18;
}
.TagClassName
{
border-color: #F63F18;
}
</style>