Shades of Red Orange #F64129
Tints of Red Orange #F64129
RGB
CMYK
RGB Variations
Color information
#F64129 (or 0xF64129) is known color: Red Orange. HEX triplet: F6, 41 and 29. RGB value is (246,65,41). Sum of RGB (Red+Green+Blue) = 246+65+41=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F64129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64129 is #09BED6. Grayscale: #747474. Windows color (decimal): -638679 or 2703862. OLE color: 2703862.
HSL color Cylindrical-coordinate representation of color #F64129: hue angle of 7.02º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F64129 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 41 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.04 |
| HSL | 7.02º | 0.92% | 0.56% | - |
| HSV(B) | 7.02º | 0.83% | 0.96% | - |
| XYZ | 40.3 | 23.53 | 4.52 | - |
| YUV | 116.38 | 85.47 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 41 | 0 | 0.74 | 0.83 | 0.04 | 7.02 | 0.92 | 0.56 |
| Hex | F6 | 41 | 29 | 0 | 4A | 53 | 4 | 7 | 5C | 38 |
| Octal | 366 | 101 | 51 | 0 | 112 | 123 | 4 | 7 | 134 | 70 |
| Binary | 11110110 | 1000001 | 101001 | 0 | 1001010 | 1010011 | 100 | 111 | 1011100 | 111000 |
Color Harmonies of #F64129
Complementary color
Monochromatic Colors of #F64129
Black with #F64129
Text Example
Text Example
White with #F64129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64129; }
p { color: rgb(246,65,41); }
H1.HeaderClassName
{
color: #F64129;
}
.AnyTagClassName
{
color: #F64129;
}
</style>
background-color css
<style>
a { background-color: #F64129; }
a { background-color: rgb(246,65,41); }
div.DivClassName
{
background-color: #F64129;
}
.BgClassName
{
background-color: #F64129;
}
</style>
border-color css
<style>
span { border-color: #F64129; }
span { border-color: rgb(246,65,41); }
td.TdClassName
{
border-color: #F64129;
}
.TagClassName
{
border-color: #F64129;
}
</style>