Shades of Red Orange #F64A2B
Tints of Red Orange #F64A2B
RGB
CMYK
RGB Variations
Color information
#F64A2B (or 0xF64A2B) is known color: Red Orange. HEX triplet: F6, 4A and 2B. RGB value is (246,74,43). Sum of RGB (Red+Green+Blue) = 246+74+43=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64A2B is #09B5D4. Grayscale: #7A7A7A. Windows color (decimal): -636373 or 2837238. OLE color: 2837238.
HSL color Cylindrical-coordinate representation of color #F64A2B: hue angle of 9.16º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F64A2B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 43 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.04 |
| HSL | 9.16º | 0.92% | 0.57% | - |
| HSV(B) | 9.16º | 0.83% | 0.96% | - |
| XYZ | 40.89 | 24.66 | 4.89 | - |
| YUV | 121.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 43 | 0 | 0.70 | 0.83 | 0.04 | 9.16 | 0.92 | 0.57 |
| Hex | F6 | 4A | 2B | 0 | 46 | 53 | 4 | 9 | 5C | 39 |
| Octal | 366 | 112 | 53 | 0 | 106 | 123 | 4 | 11 | 134 | 71 |
| Binary | 11110110 | 1001010 | 101011 | 0 | 1000110 | 1010011 | 100 | 1001 | 1011100 | 111001 |
Color Harmonies of #F64A2B
Complementary color
Monochromatic Colors of #F64A2B
Black with #F64A2B
Text Example
Text Example
White with #F64A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64A2B; }
p { color: rgb(246,74,43); }
H1.HeaderClassName
{
color: #F64A2B;
}
.AnyTagClassName
{
color: #F64A2B;
}
</style>
background-color css
<style>
a { background-color: #F64A2B; }
a { background-color: rgb(246,74,43); }
div.DivClassName
{
background-color: #F64A2B;
}
.BgClassName
{
background-color: #F64A2B;
}
</style>
border-color css
<style>
span { border-color: #F64A2B; }
span { border-color: rgb(246,74,43); }
td.TdClassName
{
border-color: #F64A2B;
}
.TagClassName
{
border-color: #F64A2B;
}
</style>