Shades of Orange Red #F64100
Tints of Orange Red #F64100
RGB
CMYK
RGB Variations
Color information
#F64100 (or 0xF64100) is known color: Orange Red. HEX triplet: F6, 41 and 00. RGB value is (246,65,0). Sum of RGB (Red+Green+Blue) = 246+65+0=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F64100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64100 is #09BEFF. Grayscale: #707070. Windows color (decimal): -638720 or 16886. OLE color: 16886.
HSL color Cylindrical-coordinate representation of color #F64100: hue angle of 15.85º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F64100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.04 |
| HSL | 15.85º | 1% | 0.48% | - |
| HSV(B) | 15.85º | 1% | 0.96% | - |
| XYZ | 39.9 | 23.37 | 2.41 | - |
| YUV | 111.71 | 64.97 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 0 | 0 | 0.74 | 1 | 0.04 | 15.85 | 1 | 0.48 |
| Hex | F6 | 41 | 0 | 0 | 4A | 64 | 4 | 10 | 64 | 30 |
| Octal | 366 | 101 | 0 | 0 | 112 | 144 | 4 | 20 | 144 | 60 |
| Binary | 11110110 | 1000001 | 0 | 0 | 1001010 | 1100100 | 100 | 10000 | 1100100 | 110000 |
Color Harmonies of #F64100
Complementary color
Monochromatic Colors of #F64100
Black with #F64100
Text Example
Text Example
White with #F64100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64100; }
p { color: rgb(246,65,0); }
H1.HeaderClassName
{
color: #F64100;
}
.AnyTagClassName
{
color: #F64100;
}
</style>
background-color css
<style>
a { background-color: #F64100; }
a { background-color: rgb(246,65,0); }
div.DivClassName
{
background-color: #F64100;
}
.BgClassName
{
background-color: #F64100;
}
</style>
border-color css
<style>
span { border-color: #F64100; }
span { border-color: rgb(246,65,0); }
td.TdClassName
{
border-color: #F64100;
}
.TagClassName
{
border-color: #F64100;
}
</style>