Shades of Red Orange #F6321B
Tints of Red Orange #F6321B
RGB
CMYK
RGB Variations
Color information
#F6321B (or 0xF6321B) is known color: Red Orange. HEX triplet: F6, 32 and 1B. RGB value is (246,50,27). Sum of RGB (Red+Green+Blue) = 246+50+27=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F6321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6321B is #09CDE4. Grayscale: #6A6A6A. Windows color (decimal): -642533 or 1782518. OLE color: 1782518.
HSL color Cylindrical-coordinate representation of color #F6321B: hue angle of 6.3º 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 #F6321B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 27 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.04 |
| HSL | 6.3º | 0.92% | 0.54% | - |
| HSV(B) | 6.3º | 0.89% | 0.96% | - |
| XYZ | 39.34 | 21.95 | 3.2 | - |
| YUV | 105.98 | 83.43 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 27 | 0 | 0.80 | 0.89 | 0.04 | 6.3 | 0.92 | 0.54 |
| Hex | F6 | 32 | 1B | 0 | 50 | 59 | 4 | 6 | 5C | 36 |
| Octal | 366 | 62 | 33 | 0 | 120 | 131 | 4 | 6 | 134 | 66 |
| Binary | 11110110 | 110010 | 11011 | 0 | 1010000 | 1011001 | 100 | 110 | 1011100 | 110110 |
Color Harmonies of #F6321B
Complementary color
Monochromatic Colors of #F6321B
Black with #F6321B
Text Example
Text Example
White with #F6321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6321B; }
p { color: rgb(246,50,27); }
H1.HeaderClassName
{
color: #F6321B;
}
.AnyTagClassName
{
color: #F6321B;
}
</style>
background-color css
<style>
a { background-color: #F6321B; }
a { background-color: rgb(246,50,27); }
div.DivClassName
{
background-color: #F6321B;
}
.BgClassName
{
background-color: #F6321B;
}
</style>
border-color css
<style>
span { border-color: #F6321B; }
span { border-color: rgb(246,50,27); }
td.TdClassName
{
border-color: #F6321B;
}
.TagClassName
{
border-color: #F6321B;
}
</style>