Shades of Orange Red #F6370B
Tints of Orange Red #F6370B
RGB
CMYK
RGB Variations
Color information
#F6370B (or 0xF6370B) is known color: Orange Red. HEX triplet: F6, 37 and 0B. RGB value is (246,55,11). Sum of RGB (Red+Green+Blue) = 246+55+11=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6370B is #09C8F4. Grayscale: #6B6B6B. Windows color (decimal): -641269 or 735222. OLE color: 735222.
HSL color Cylindrical-coordinate representation of color #F6370B: hue angle of 11.23º 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 #F6370B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.04 |
| HSL | 11.23º | 0.93% | 0.5% | - |
| HSV(B) | 11.23º | 0.96% | 0.96% | - |
| XYZ | 39.43 | 22.35 | 2.55 | - |
| YUV | 107.09 | 73.78 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 11 | 0 | 0.78 | 0.96 | 0.04 | 11.23 | 0.93 | 0.5 |
| Hex | F6 | 37 | B | 0 | 4E | 60 | 4 | B | 5D | 32 |
| Octal | 366 | 67 | 13 | 0 | 116 | 140 | 4 | 13 | 135 | 62 |
| Binary | 11110110 | 110111 | 1011 | 0 | 1001110 | 1100000 | 100 | 1011 | 1011101 | 110010 |
Color Harmonies of #F6370B
Complementary color
Monochromatic Colors of #F6370B
Black with #F6370B
Text Example
Text Example
White with #F6370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6370B; }
p { color: rgb(246,55,11); }
H1.HeaderClassName
{
color: #F6370B;
}
.AnyTagClassName
{
color: #F6370B;
}
</style>
background-color css
<style>
a { background-color: #F6370B; }
a { background-color: rgb(246,55,11); }
div.DivClassName
{
background-color: #F6370B;
}
.BgClassName
{
background-color: #F6370B;
}
</style>
border-color css
<style>
span { border-color: #F6370B; }
span { border-color: rgb(246,55,11); }
td.TdClassName
{
border-color: #F6370B;
}
.TagClassName
{
border-color: #F6370B;
}
</style>