Shades of Orange Red #F64300
Tints of Orange Red #F64300
RGB
CMYK
RGB Variations
Color information
#F64300 (or 0xF64300) is known color: Orange Red. HEX triplet: F6, 43 and 00. RGB value is (246,67,0). Sum of RGB (Red+Green+Blue) = 246+67+0=313 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.59% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 246 - color contains mainly: red. Hex color #F64300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64300 is #09BCFF. Grayscale: #717171. Windows color (decimal): -638208 or 17398. OLE color: 17398.
HSL color Cylindrical-coordinate representation of color #F64300: hue angle of 16.34º 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 #F64300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.04 |
| HSL | 16.34º | 1% | 0.48% | - |
| HSV(B) | 16.34º | 1% | 0.96% | - |
| XYZ | 40.01 | 23.61 | 2.45 | - |
| YUV | 112.88 | 64.3 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 0 | 0 | 0.73 | 1 | 0.04 | 16.34 | 1 | 0.48 |
| Hex | F6 | 43 | 0 | 0 | 49 | 64 | 4 | 10 | 64 | 30 |
| Octal | 366 | 103 | 0 | 0 | 111 | 144 | 4 | 20 | 144 | 60 |
| Binary | 11110110 | 1000011 | 0 | 0 | 1001001 | 1100100 | 100 | 10000 | 1100100 | 110000 |
Color Harmonies of #F64300
Complementary color
Monochromatic Colors of #F64300
Black with #F64300
Text Example
Text Example
White with #F64300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64300; }
p { color: rgb(246,67,0); }
H1.HeaderClassName
{
color: #F64300;
}
.AnyTagClassName
{
color: #F64300;
}
</style>
background-color css
<style>
a { background-color: #F64300; }
a { background-color: rgb(246,67,0); }
div.DivClassName
{
background-color: #F64300;
}
.BgClassName
{
background-color: #F64300;
}
</style>
border-color css
<style>
span { border-color: #F64300; }
span { border-color: rgb(246,67,0); }
td.TdClassName
{
border-color: #F64300;
}
.TagClassName
{
border-color: #F64300;
}
</style>