Shades of Orange Red #F6360C
Tints of Orange Red #F6360C
RGB
CMYK
RGB Variations
Color information
#F6360C (or 0xF6360C) is known color: Orange Red. HEX triplet: F6, 36 and 0C. RGB value is (246,54,12). Sum of RGB (Red+Green+Blue) = 246+54+12=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6360C is #09C9F3. Grayscale: #6A6A6A. Windows color (decimal): -641524 or 800502. OLE color: 800502.
HSL color Cylindrical-coordinate representation of color #F6360C: hue angle of 10.77º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6360C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 12 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.04 |
| HSL | 10.77º | 0.93% | 0.51% | - |
| HSV(B) | 10.77º | 0.95% | 0.96% | - |
| XYZ | 39.39 | 22.26 | 2.57 | - |
| YUV | 106.62 | 74.61 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 12 | 0 | 0.78 | 0.95 | 0.04 | 10.77 | 0.93 | 0.51 |
| Hex | F6 | 36 | C | 0 | 4E | 5F | 4 | B | 5D | 33 |
| Octal | 366 | 66 | 14 | 0 | 116 | 137 | 4 | 13 | 135 | 63 |
| Binary | 11110110 | 110110 | 1100 | 0 | 1001110 | 1011111 | 100 | 1011 | 1011101 | 110011 |
Color Harmonies of #F6360C
Complementary color
Monochromatic Colors of #F6360C
Black with #F6360C
Text Example
Text Example
White with #F6360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6360C; }
p { color: rgb(246,54,12); }
H1.HeaderClassName
{
color: #F6360C;
}
.AnyTagClassName
{
color: #F6360C;
}
</style>
background-color css
<style>
a { background-color: #F6360C; }
a { background-color: rgb(246,54,12); }
div.DivClassName
{
background-color: #F6360C;
}
.BgClassName
{
background-color: #F6360C;
}
</style>
border-color css
<style>
span { border-color: #F6360C; }
span { border-color: rgb(246,54,12); }
td.TdClassName
{
border-color: #F6360C;
}
.TagClassName
{
border-color: #F6360C;
}
</style>