Shades of Red Orange #F64328
Tints of Red Orange #F64328
RGB
CMYK
RGB Variations
Color information
#F64328 (or 0xF64328) is known color: Red Orange. HEX triplet: F6, 43 and 28. RGB value is (246,67,40). Sum of RGB (Red+Green+Blue) = 246+67+40=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F64328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64328 is #09BCD7. Grayscale: #757575. Windows color (decimal): -638168 or 2638838. OLE color: 2638838.
HSL color Cylindrical-coordinate representation of color #F64328: hue angle of 7.86º 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 #F64328 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 40 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.04 |
| HSL | 7.86º | 0.92% | 0.56% | - |
| HSV(B) | 7.86º | 0.84% | 0.96% | - |
| XYZ | 40.4 | 23.76 | 4.46 | - |
| YUV | 117.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 40 | 0 | 0.73 | 0.84 | 0.04 | 7.86 | 0.92 | 0.56 |
| Hex | F6 | 43 | 28 | 0 | 49 | 54 | 4 | 8 | 5C | 38 |
| Octal | 366 | 103 | 50 | 0 | 111 | 124 | 4 | 10 | 134 | 70 |
| Binary | 11110110 | 1000011 | 101000 | 0 | 1001001 | 1010100 | 100 | 1000 | 1011100 | 111000 |
Color Harmonies of #F64328
Complementary color
Monochromatic Colors of #F64328
Black with #F64328
Text Example
Text Example
White with #F64328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64328; }
p { color: rgb(246,67,40); }
H1.HeaderClassName
{
color: #F64328;
}
.AnyTagClassName
{
color: #F64328;
}
</style>
background-color css
<style>
a { background-color: #F64328; }
a { background-color: rgb(246,67,40); }
div.DivClassName
{
background-color: #F64328;
}
.BgClassName
{
background-color: #F64328;
}
</style>
border-color css
<style>
span { border-color: #F64328; }
span { border-color: rgb(246,67,40); }
td.TdClassName
{
border-color: #F64328;
}
.TagClassName
{
border-color: #F64328;
}
</style>