Shades of Orange Red #F63600
Tints of Orange Red #F63600
RGB
CMYK
RGB Variations
Color information
#F63600 (or 0xF63600) is known color: Orange Red. HEX triplet: F6, 36 and 00. RGB value is (246,54,0). Sum of RGB (Red+Green+Blue) = 246+54+0=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F63600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63600 is #09C9FF. Grayscale: #696969. Windows color (decimal): -641536 or 14070. OLE color: 14070.
HSL color Cylindrical-coordinate representation of color #F63600: hue angle of 13.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.04 |
| HSL | 13.17º | 1% | 0.48% | - |
| HSV(B) | 13.17º | 1% | 0.96% | - |
| XYZ | 39.33 | 22.23 | 2.22 | - |
| YUV | 105.25 | 68.61 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 0 | 0 | 0.78 | 1 | 0.04 | 13.17 | 1 | 0.48 |
| Hex | F6 | 36 | 0 | 0 | 4E | 64 | 4 | D | 64 | 30 |
| Octal | 366 | 66 | 0 | 0 | 116 | 144 | 4 | 15 | 144 | 60 |
| Binary | 11110110 | 110110 | 0 | 0 | 1001110 | 1100100 | 100 | 1101 | 1100100 | 110000 |
Color Harmonies of #F63600
Complementary color
Monochromatic Colors of #F63600
Black with #F63600
Text Example
Text Example
White with #F63600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63600; }
p { color: rgb(246,54,0); }
H1.HeaderClassName
{
color: #F63600;
}
.AnyTagClassName
{
color: #F63600;
}
</style>
background-color css
<style>
a { background-color: #F63600; }
a { background-color: rgb(246,54,0); }
div.DivClassName
{
background-color: #F63600;
}
.BgClassName
{
background-color: #F63600;
}
</style>
border-color css
<style>
span { border-color: #F63600; }
span { border-color: rgb(246,54,0); }
td.TdClassName
{
border-color: #F63600;
}
.TagClassName
{
border-color: #F63600;
}
</style>