Shades of Red Orange #F6301D
Tints of Red Orange #F6301D
RGB
CMYK
RGB Variations
Color information
#F6301D (or 0xF6301D) is known color: Red Orange. HEX triplet: F6, 30 and 1D. RGB value is (246,48,29). Sum of RGB (Red+Green+Blue) = 246+48+29=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F6301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6301D is #09CFE2. Grayscale: #696969. Windows color (decimal): -643043 or 1913078. OLE color: 1913078.
HSL color Cylindrical-coordinate representation of color #F6301D: hue angle of 5.25º 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 #F6301D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.04 |
| HSL | 5.25º | 0.92% | 0.54% | - |
| HSV(B) | 5.25º | 0.88% | 0.96% | - |
| XYZ | 39.28 | 21.8 | 3.3 | - |
| YUV | 105.04 | 85.1 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 29 | 0 | 0.80 | 0.88 | 0.04 | 5.25 | 0.92 | 0.54 |
| Hex | F6 | 30 | 1D | 0 | 50 | 58 | 4 | 5 | 5C | 36 |
| Octal | 366 | 60 | 35 | 0 | 120 | 130 | 4 | 5 | 134 | 66 |
| Binary | 11110110 | 110000 | 11101 | 0 | 1010000 | 1011000 | 100 | 101 | 1011100 | 110110 |
Color Harmonies of #F6301D
Complementary color
Monochromatic Colors of #F6301D
Black with #F6301D
Text Example
Text Example
White with #F6301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6301D; }
p { color: rgb(246,48,29); }
H1.HeaderClassName
{
color: #F6301D;
}
.AnyTagClassName
{
color: #F6301D;
}
</style>
background-color css
<style>
a { background-color: #F6301D; }
a { background-color: rgb(246,48,29); }
div.DivClassName
{
background-color: #F6301D;
}
.BgClassName
{
background-color: #F6301D;
}
</style>
border-color css
<style>
span { border-color: #F6301D; }
span { border-color: rgb(246,48,29); }
td.TdClassName
{
border-color: #F6301D;
}
.TagClassName
{
border-color: #F6301D;
}
</style>