Shades of Orange Red #F6460B
Tints of Orange Red #F6460B
RGB
CMYK
RGB Variations
Color information
#F6460B (or 0xF6460B) is known color: Orange Red. HEX triplet: F6, 46 and 0B. RGB value is (246,70,11). Sum of RGB (Red+Green+Blue) = 246+70+11=327 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.23% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 246 - color contains mainly: red. Hex color #F6460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6460B is #09B9F4. Grayscale: #747474. Windows color (decimal): -637429 or 739062. OLE color: 739062.
HSL color Cylindrical-coordinate representation of color #F6460B: hue angle of 15.06º 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 #F6460B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 15.06º | 0.93% | 0.5% | - |
| HSV(B) | 15.06º | 0.96% | 0.96% | - |
| XYZ | 40.26 | 24 | 2.83 | - |
| YUV | 115.9 | 68.81 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 11 | 0 | 0.72 | 0.96 | 0.04 | 15.06 | 0.93 | 0.5 |
| Hex | F6 | 46 | B | 0 | 48 | 60 | 4 | F | 5D | 32 |
| Octal | 366 | 106 | 13 | 0 | 110 | 140 | 4 | 17 | 135 | 62 |
| Binary | 11110110 | 1000110 | 1011 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011101 | 110010 |
Color Harmonies of #F6460B
Complementary color
Monochromatic Colors of #F6460B
Black with #F6460B
Text Example
Text Example
White with #F6460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6460B; }
p { color: rgb(246,70,11); }
H1.HeaderClassName
{
color: #F6460B;
}
.AnyTagClassName
{
color: #F6460B;
}
</style>
background-color css
<style>
a { background-color: #F6460B; }
a { background-color: rgb(246,70,11); }
div.DivClassName
{
background-color: #F6460B;
}
.BgClassName
{
background-color: #F6460B;
}
</style>
border-color css
<style>
span { border-color: #F6460B; }
span { border-color: rgb(246,70,11); }
td.TdClassName
{
border-color: #F6460B;
}
.TagClassName
{
border-color: #F6460B;
}
</style>