Shades of Orange Red #F6440B
Tints of Orange Red #F6440B
RGB
CMYK
RGB Variations
Color information
#F6440B (or 0xF6440B) is known color: Orange Red. HEX triplet: F6, 44 and 0B. RGB value is (246,68,11). Sum of RGB (Red+Green+Blue) = 246+68+11=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F6440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6440B is #09BBF4. Grayscale: #737373. Windows color (decimal): -637941 or 738550. OLE color: 738550.
HSL color Cylindrical-coordinate representation of color #F6440B: hue angle of 14.55º 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 #F6440B is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 11 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.04 |
| HSL | 14.55º | 0.93% | 0.5% | - |
| HSV(B) | 14.55º | 0.96% | 0.96% | - |
| XYZ | 40.13 | 23.75 | 2.79 | - |
| YUV | 114.72 | 69.47 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 11 | 0 | 0.72 | 0.96 | 0.04 | 14.55 | 0.93 | 0.5 |
| Hex | F6 | 44 | B | 0 | 48 | 60 | 4 | F | 5D | 32 |
| Octal | 366 | 104 | 13 | 0 | 110 | 140 | 4 | 17 | 135 | 62 |
| Binary | 11110110 | 1000100 | 1011 | 0 | 1001000 | 1100000 | 100 | 1111 | 1011101 | 110010 |
Color Harmonies of #F6440B
Complementary color
Monochromatic Colors of #F6440B
Black with #F6440B
Text Example
Text Example
White with #F6440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6440B; }
p { color: rgb(246,68,11); }
H1.HeaderClassName
{
color: #F6440B;
}
.AnyTagClassName
{
color: #F6440B;
}
</style>
background-color css
<style>
a { background-color: #F6440B; }
a { background-color: rgb(246,68,11); }
div.DivClassName
{
background-color: #F6440B;
}
.BgClassName
{
background-color: #F6440B;
}
</style>
border-color css
<style>
span { border-color: #F6440B; }
span { border-color: rgb(246,68,11); }
td.TdClassName
{
border-color: #F6440B;
}
.TagClassName
{
border-color: #F6440B;
}
</style>