Shades of Orange Red #F6360A
Tints of Orange Red #F6360A
RGB
CMYK
RGB Variations
Color information
#F6360A (or 0xF6360A) is known color: Orange Red. HEX triplet: F6, 36 and 0A. RGB value is (246,54,10). Sum of RGB (Red+Green+Blue) = 246+54+10=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F6360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6360A is #09C9F5. Grayscale: #6A6A6A. Windows color (decimal): -641526 or 669430. OLE color: 669430.
HSL color Cylindrical-coordinate representation of color #F6360A: hue angle of 11.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6360A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.04 |
| HSL | 11.19º | 0.93% | 0.5% | - |
| HSV(B) | 11.19º | 0.96% | 0.96% | - |
| XYZ | 39.38 | 22.25 | 2.51 | - |
| YUV | 106.39 | 73.61 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 10 | 0 | 0.78 | 0.96 | 0.04 | 11.19 | 0.93 | 0.5 |
| Hex | F6 | 36 | A | 0 | 4E | 60 | 4 | B | 5D | 32 |
| Octal | 366 | 66 | 12 | 0 | 116 | 140 | 4 | 13 | 135 | 62 |
| Binary | 11110110 | 110110 | 1010 | 0 | 1001110 | 1100000 | 100 | 1011 | 1011101 | 110010 |
Color Harmonies of #F6360A
Complementary color
Monochromatic Colors of #F6360A
Black with #F6360A
Text Example
Text Example
White with #F6360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6360A; }
p { color: rgb(246,54,10); }
H1.HeaderClassName
{
color: #F6360A;
}
.AnyTagClassName
{
color: #F6360A;
}
</style>
background-color css
<style>
a { background-color: #F6360A; }
a { background-color: rgb(246,54,10); }
div.DivClassName
{
background-color: #F6360A;
}
.BgClassName
{
background-color: #F6360A;
}
</style>
border-color css
<style>
span { border-color: #F6360A; }
span { border-color: rgb(246,54,10); }
td.TdClassName
{
border-color: #F6360A;
}
.TagClassName
{
border-color: #F6360A;
}
</style>