Shades of Red Orange #F64628
Tints of Red Orange #F64628
RGB
CMYK
RGB Variations
Color information
#F64628 (or 0xF64628) is known color: Red Orange. HEX triplet: F6, 46 and 28. RGB value is (246,70,40). Sum of RGB (Red+Green+Blue) = 246+70+40=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F64628 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64628 is #09B9D7. Grayscale: #777777. Windows color (decimal): -637400 or 2639606. OLE color: 2639606.
HSL color Cylindrical-coordinate representation of color #F64628: hue angle of 8.74º 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 #F64628 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 70 | 40 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.04 |
| HSL | 8.74º | 0.92% | 0.56% | - |
| HSV(B) | 8.74º | 0.84% | 0.96% | - |
| XYZ | 40.58 | 24.13 | 4.53 | - |
| YUV | 119.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 70 | 40 | 0 | 0.72 | 0.84 | 0.04 | 8.74 | 0.92 | 0.56 |
| Hex | F6 | 46 | 28 | 0 | 48 | 54 | 4 | 9 | 5C | 38 |
| Octal | 366 | 106 | 50 | 0 | 110 | 124 | 4 | 11 | 134 | 70 |
| Binary | 11110110 | 1000110 | 101000 | 0 | 1001000 | 1010100 | 100 | 1001 | 1011100 | 111000 |
Color Harmonies of #F64628
Complementary color
Monochromatic Colors of #F64628
Black with #F64628
Text Example
Text Example
White with #F64628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64628; }
p { color: rgb(246,70,40); }
H1.HeaderClassName
{
color: #F64628;
}
.AnyTagClassName
{
color: #F64628;
}
</style>
background-color css
<style>
a { background-color: #F64628; }
a { background-color: rgb(246,70,40); }
div.DivClassName
{
background-color: #F64628;
}
.BgClassName
{
background-color: #F64628;
}
</style>
border-color css
<style>
span { border-color: #F64628; }
span { border-color: rgb(246,70,40); }
td.TdClassName
{
border-color: #F64628;
}
.TagClassName
{
border-color: #F64628;
}
</style>