Shades of Red Orange #F6421B
Tints of Red Orange #F6421B
RGB
CMYK
RGB Variations
Color information
#F6421B (or 0xF6421B) is known color: Red Orange. HEX triplet: F6, 42 and 1B. RGB value is (246,66,27). Sum of RGB (Red+Green+Blue) = 246+66+27=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F6421B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6421B is #09BDE4. Grayscale: #737373. Windows color (decimal): -638437 or 1786614. OLE color: 1786614.
HSL color Cylindrical-coordinate representation of color #F6421B: hue angle of 10.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6421B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 27 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.04 |
| HSL | 10.68º | 0.92% | 0.54% | - |
| HSV(B) | 10.68º | 0.89% | 0.96% | - |
| XYZ | 40.15 | 23.57 | 3.47 | - |
| YUV | 115.37 | 78.13 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 27 | 0 | 0.73 | 0.89 | 0.04 | 10.68 | 0.92 | 0.54 |
| Hex | F6 | 42 | 1B | 0 | 49 | 59 | 4 | B | 5C | 36 |
| Octal | 366 | 102 | 33 | 0 | 111 | 131 | 4 | 13 | 134 | 66 |
| Binary | 11110110 | 1000010 | 11011 | 0 | 1001001 | 1011001 | 100 | 1011 | 1011100 | 110110 |
Color Harmonies of #F6421B
Complementary color
Monochromatic Colors of #F6421B
Black with #F6421B
Text Example
Text Example
White with #F6421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6421B; }
p { color: rgb(246,66,27); }
H1.HeaderClassName
{
color: #F6421B;
}
.AnyTagClassName
{
color: #F6421B;
}
</style>
background-color css
<style>
a { background-color: #F6421B; }
a { background-color: rgb(246,66,27); }
div.DivClassName
{
background-color: #F6421B;
}
.BgClassName
{
background-color: #F6421B;
}
</style>
border-color css
<style>
span { border-color: #F6421B; }
span { border-color: rgb(246,66,27); }
td.TdClassName
{
border-color: #F6421B;
}
.TagClassName
{
border-color: #F6421B;
}
</style>