Shades of Red Orange #F6421D
Tints of Red Orange #F6421D
RGB
CMYK
RGB Variations
Color information
#F6421D (or 0xF6421D) is known color: Red Orange. HEX triplet: F6, 42 and 1D. RGB value is (246,66,29). Sum of RGB (Red+Green+Blue) = 246+66+29=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6421D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6421D is #09BDE2. Grayscale: #737373. Windows color (decimal): -638435 or 1917686. OLE color: 1917686.
HSL color Cylindrical-coordinate representation of color #F6421D: hue angle of 10.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6421D is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 29 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.04 |
| HSL | 10.23º | 0.92% | 0.54% | - |
| HSV(B) | 10.23º | 0.88% | 0.96% | - |
| XYZ | 40.18 | 23.58 | 3.6 | - |
| YUV | 115.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 29 | 0 | 0.73 | 0.88 | 0.04 | 10.23 | 0.92 | 0.54 |
| Hex | F6 | 42 | 1D | 0 | 49 | 58 | 4 | A | 5C | 36 |
| Octal | 366 | 102 | 35 | 0 | 111 | 130 | 4 | 12 | 134 | 66 |
| Binary | 11110110 | 1000010 | 11101 | 0 | 1001001 | 1011000 | 100 | 1010 | 1011100 | 110110 |
Color Harmonies of #F6421D
Complementary color
Monochromatic Colors of #F6421D
Black with #F6421D
Text Example
Text Example
White with #F6421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6421D; }
p { color: rgb(246,66,29); }
H1.HeaderClassName
{
color: #F6421D;
}
.AnyTagClassName
{
color: #F6421D;
}
</style>
background-color css
<style>
a { background-color: #F6421D; }
a { background-color: rgb(246,66,29); }
div.DivClassName
{
background-color: #F6421D;
}
.BgClassName
{
background-color: #F6421D;
}
</style>
border-color css
<style>
span { border-color: #F6421D; }
span { border-color: rgb(246,66,29); }
td.TdClassName
{
border-color: #F6421D;
}
.TagClassName
{
border-color: #F6421D;
}
</style>