Shades of Red Orange #F64128
Tints of Red Orange #F64128
RGB
CMYK
RGB Variations
Color information
#F64128 (or 0xF64128) is known color: Red Orange. HEX triplet: F6, 41 and 28. RGB value is (246,65,40). Sum of RGB (Red+Green+Blue) = 246+65+40=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F64128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64128 is #09BED7. Grayscale: #747474. Windows color (decimal): -638680 or 2638326. OLE color: 2638326.
HSL color Cylindrical-coordinate representation of color #F64128: hue angle of 7.28º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F64128 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 40 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.04 |
| HSL | 7.28º | 0.92% | 0.56% | - |
| HSV(B) | 7.28º | 0.84% | 0.96% | - |
| XYZ | 40.28 | 23.53 | 4.43 | - |
| YUV | 116.27 | 84.97 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 40 | 0 | 0.74 | 0.84 | 0.04 | 7.28 | 0.92 | 0.56 |
| Hex | F6 | 41 | 28 | 0 | 4A | 54 | 4 | 7 | 5C | 38 |
| Octal | 366 | 101 | 50 | 0 | 112 | 124 | 4 | 7 | 134 | 70 |
| Binary | 11110110 | 1000001 | 101000 | 0 | 1001010 | 1010100 | 100 | 111 | 1011100 | 111000 |
Color Harmonies of #F64128
Complementary color
Monochromatic Colors of #F64128
Black with #F64128
Text Example
Text Example
White with #F64128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64128; }
p { color: rgb(246,65,40); }
H1.HeaderClassName
{
color: #F64128;
}
.AnyTagClassName
{
color: #F64128;
}
</style>
background-color css
<style>
a { background-color: #F64128; }
a { background-color: rgb(246,65,40); }
div.DivClassName
{
background-color: #F64128;
}
.BgClassName
{
background-color: #F64128;
}
</style>
border-color css
<style>
span { border-color: #F64128; }
span { border-color: rgb(246,65,40); }
td.TdClassName
{
border-color: #F64128;
}
.TagClassName
{
border-color: #F64128;
}
</style>